The search keyword must be a single word (no spaces).
Function FlushStoredBoolean
- Line
- 3271
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- gamecache cache, string missionKey, string key
- Returns
- nothing
| 3271 | native FlushStoredBoolean takes gamecache cache, string missionKey, string key returns nothing |
| 3272 | native FlushStoredUnit takes gamecache cache, string missionKey, string key returns nothing |
| 3273 | native FlushStoredString takes gamecache cache, string missionKey, string key returns nothing |
| 3274 | |
| 3275 | // Will return 0 if the specified value's data is not found in the cache
|
| 3276 | native GetStoredInteger takes gamecache cache, string missionKey, string key returns integer |