The search keyword must be a single word (no spaces).
Function LoadBooleanBJ
- Line
- 7636
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- integer key, integer missionKey, hashtable table
- Returns
- boolean
| 7636 | function LoadBooleanBJ takes integer key, integer missionKey, hashtable table returns boolean |
| 7637 | //call SyncStoredBoolean(table, missionKey, key)
|
| 7638 | return LoadBoolean(table, missionKey, key) |
| 7639 | endfunction
|