SaveIntegerBJ

Parameters
value integer
key integer
missionKey integer
table hashtable
comment
patch

1.24a

Source
Blizzard.j
return type
nothing
Source code
function SaveIntegerBJ takes integer value, integer key, integer missionKey, hashtable table returns nothing
    call SaveInteger(table, missionKey, key, value)
endfunction