void DictSetInt(int dictionary, string key, int value)
Sets the value of an entry within a dictionary, creating a new dictionary key as necessary. If the key exists, it will replace the value at that key.
DictSetInt(bob_dict, "hp", 10);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |