• 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.

When is GetTriggerPlayer() fired?

Status
Not open for further replies.

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,877
I think as long as you don't change (Triggering player) before referencing it, if that's even possible with this Event Response, then it's perfectly fine.

I vaguely recall situations where I had to switch back to (Owner of (Triggering unit)) instead of (Triggering player) in certain situations. It had to do with the design of the trigger and what Actions it was using.
 
Last edited:
"Unit - Starts the Effect of an ability" etc are PLAYER_UNI_EVENT in JASS. TriggeringPlayer will work fine there.
"A Unit Enters Region" is not a "PLAYER_UNIT_EVENT" as example, then (Owner of (Triggering unit)) must be used.
Ah perfect explanation. I will look over the common.j and see what uses PLAYER_UNIT_EVENT to get a better idea.
 
Status
Not open for further replies.
Top