SaveBooleanBJ
- Parameters
-
value boolean
key integer
missionKey integer
table hashtable
- return type
nothing
- Source code
function SaveBooleanBJ takes boolean value, integer key, integer missionKey, hashtable table returns nothing call SaveBoolean(table, missionKey, key, value) endfunction
- Source
- Blizzard.j
- wc3modding.com
- SaveBooleanBJ