GetHandleIdBJ

Parameters
hhandle
comment

Equivalent to GetHandleId.

patch

1.24a

Source
Blizzard.j (raise an issue to discuss on Github or submit a PR)
return type
integer
Source code
function GetHandleIdBJ takes handle h returns integer
    return GetHandleId(h)
endfunction