Hooks

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
Yes.
An example of it is MoveSpeedX by Purgeandfire111 w/c replaces the SetUnitMoveSpeed by his own function.
That's why it is GUI-friendly.

ty.

one other question

JASS:
local location l = LocationFunc()
local location l2 = l
call RemoveLocation(l)
call BJDebugMsg(X of L2)
[/icode]

would that return the correct value? (meaning that l2 still exists

e/ nvm just realized what i was thinking of wouldn't work
 
Status
Not open for further replies.
Top