• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

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