The search keyword must be a single word (no spaces).
Function StoreReal
- Line
- 3250
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- gamecache cache, string missionKey, string key, real value
- Returns
- nothing
| 3250 | native StoreReal takes gamecache cache, string missionKey, string key, real value returns nothing |
| 3251 | native StoreBoolean takes gamecache cache, string missionKey, string key, boolean value returns nothing |
| 3252 | native StoreUnit takes gamecache cache, string missionKey, string key, unit whichUnit returns boolean |
| 3253 | native StoreString takes gamecache cache, string missionKey, string key, string value returns boolean |
| 3254 | |
| 3255 | native SyncStoredInteger takes gamecache cache, string missionKey, string key returns nothing |