global.myplayerset 89
Set a global variable for my network player that can be referenced from any script and by any player in the room.
If another player sets a variable with the same id, it won't compromise my variable.
Return value
| Return Type | Description |
|---|---|
| void | This function doesn't return anything |
Parameters
| Parameter | Type | Description |
|---|---|---|
| 1 | any | A variable to store. Accepted types: bool, float, int, string |
| 2 | any | Identifier to get the stored value |
Examples
No examples available.
