LoadFogStateHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
fogstate
Source code
function LoadFogStateHandleBJ takes integer key, integer missionKey, hashtable table returns fogstate
    return LoadFogStateHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadFogStateHandleBJ