The search keyword must be a single word (no spaces).
Function SaveInteger
- Line
- 3285
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- hashtable table, integer parentKey, integer childKey, integer value
- Returns
- nothing
| 3285 | native SaveInteger takes hashtable table, integer parentKey, integer childKey, integer value returns nothing |
| 3286 | native SaveReal takes hashtable table, integer parentKey, integer childKey, real value returns nothing |
| 3287 | native SaveBoolean takes hashtable table, integer parentKey, integer childKey, boolean value returns nothing |
| 3288 | native SaveStr takes hashtable table, integer parentKey, integer childKey, string value returns boolean |
| 3289 | native SavePlayerHandle takes hashtable table, integer parentKey, integer childKey, player whichPlayer returns boolean |
| 3290 | native SaveWidgetHandle takes hashtable table, integer parentKey, integer childKey, widget whichWidget returns boolean |