GetHandleIdBJ

Parameters
h handle
comment

Equivalent to GetHandleId.

return type
integer
Source code
function GetHandleIdBJ takes handle h returns integer
    return GetHandleId(h)
endfunction
Source
Blizzard.j
wc3modding.com
GetHandleIdBJ