-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Related: #136
Water 4/25/24:
Is there any other functional difference between TriggerRegisterUnitEvent and TriggerRegisterFilterUnitEvent other than latter allows to specify an additional filter?
Water 5/1/24
that's curious, too, when you register
TriggerRegisterFilterUnitEvent(trig, passenger, EVENT_UNIT_LOADED, filter)
theGetFilterUnit
in the filter andGetTriggerUnit
in the fired trigger will both be the passenger
but when you do
TriggerRegisterPlayerUnitEvent(trig, whichPlayer, EVENT_PLAYER_UNIT_LOADED, filter)
theGetFilterUnit
in the filter will be the transporter andGetTriggerUnit
in the fired trigger will be the passenger
This is probably an issue for much later, when there's automated testing to compare between:
Metadata
Metadata
Assignees
Labels
No labels