clearVariable()
Last updated 10/09/2024
The
clearVariable()
is a function on the Five
object that clears a previously set global variable using setVariable()
.
Available
Client and Server
Function Signature
clearVariable(name: string) : any;
Parameter | Type | Description |
---|---|---|
name | string | Name of the variable |