GetHandleIdBJ

Parameters
h handle
comment

Equivalent to GetHandleId.

patch

1.24a

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