GetHandleId
- Parameters
-
h handle
Handle
- comment
returns the internal index of the given handle.
Example:
GetHandleId(Player(0)) -> 1048584
- note
Sometimes the handle ID may be different between clients.
- patch
1.24b
- return type
integer
- Source code
native GetHandleId takes handle h returns integer
- Source
- string.j
- wc3modding.com
- GetHandleId