• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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