FlushParentHashtableBJ

Parameters
table hashtable
comment
patch

1.24a

Source
Blizzard.j
return type
nothing
Source code
function FlushParentHashtableBJ takes hashtable table returns nothing
    call FlushParentHashtable(table)
endfunction