-
Notifications
You must be signed in to change notification settings - Fork 0
Variable_local_get
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the value of the local variable and returns the result.
| Parameter | Data Type | Description |
|---|---|---|
| name | string | name of the local variable |
variant: Returns the value of the local variable.
// demonstrates obtaining the value of cat
var val;
val = variable_local_get("cat");
NOTOC
This is number 1