int DictGetInt(int dictionary, string key)
Gets a integer entry from a dictionary type. If the specified key does not exist, it will raise an error.
int hp = DictGetInt(bob_dict, "hp");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |