GetHandleIdBJ

Parameters
h handle
comment

Equivalent to GetHandleId.

patch

1.24a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
integer
Source code
function GetHandleIdBJ takes handle h returns integer
    return GetHandleId(h)
endfunction