void DictSetString(int dictionary, string key, string 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.
DictSetString(bob_dict, "name", "Bob");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |