LoadRealBJ

Parameters
key integer
missionKey integer
table hashtable
comment
patch

1.24a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
real
Source code
function LoadRealBJ takes integer key, integer missionKey, hashtable table returns real
    //call SyncStoredReal(table, missionKey, key)
    return LoadReal(table, missionKey, key)
endfunction