EVENT MOVEEFFECTORS: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{EventTable|1=EVENT_MOVEEFFECTORS|2=closest player to sprite|3=current effector|4= | {{EventTable|1=EVENT_MOVEEFFECTORS|2=closest player to sprite|3=current effector|4=1 value}} | ||
'''EVENT_MOVEEFFECTORS''' is a [[EDuke32_event_list|Game Event]]. | '''EVENT_MOVEEFFECTORS''' is a [[EDuke32_event_list|Game Event]]. | ||
Latest revision as of 08:09, 5 February 2022
Event ID | player# | THISACTOR | RETURN | |
---|---|---|---|---|
EVENT_MOVEEFFECTORS | closest player to sprite | current effector | 1 value |
EVENT_MOVEEFFECTORS is a Game Event.
This event is triggered once per tic for each sector effector present in a map (i.e. sprites with STAT_EFFECTOR).
THISACTOR is set to the current effector spriteNum, while the current player is chosen as the one closest to the current effector.
Contrary to what the name implies, this event is not only invoked for each sector-movement-based effector, but all of them.
Set RETURN to a non-zero value to cancel the hardcoded behavior of the sector effector.
See also: Sector Effector Reference Guide