void SetInt(string intname, int value)
Sets the value of a global non-array integer variable.
int num; string my_var = "num"; // my_var now points to num. SetInt(my_var, 176); // Sets the value of num to 176.
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |