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
h | handle |
Equivalent to GetHandleId
.
1.24a
integer
function GetHandleIdBJ takes handle h returns integer
return GetHandleId(h)
endfunction