-
Notifications
You must be signed in to change notification settings - Fork 24
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)
theGetFilterUnitin the filter andGetTriggerUnitin the fired trigger will both be the passenger
but when you do
TriggerRegisterPlayerUnitEvent(trig, whichPlayer, EVENT_PLAYER_UNIT_LOADED, filter)
theGetFilterUnitin the filter will be the transporter andGetTriggerUnitin 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