Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Are all handles different?
Are all handles different?
08-10-2009, 02:38 PM
#1
thehellman
For example,
If I do GetHandleId( a timer ) is it possible that it could be the same integer of a unit?
08-10-2009, 02:41 PM
#2
Cheezeman
No, it can not.
08-10-2009, 05:33 PM
#3
Captain Griffen
All agents are, I believe, different, but not all handles. (The only reason for the 'I believe' is because I'm assuming that agents do not include any pseudohandles, which they shouldn't.)
08-10-2009, 11:54 PM
#4
chobibo
Quote:
If I do GetHandleId( a timer ) is it possible that it could be the same integer of a unit
A bug can cause this.