FlushChildHashtableBJ

Parameters
missionKeyinteger
tablehashtable
comment
patch

1.24a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
nothing
Source code
function FlushChildHashtableBJ takes integer missionKey, hashtable table returns nothing
    call FlushChildHashtable(table, missionKey)
endfunction