EVENT SPAWN: Difference between revisions
Jump to navigation
Jump to search
Doom64hunter (talk | contribs) mNo edit summary |
Doom64hunter (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
Chronologically, this event is triggered after [[EVENT_EGS]] and [[eventloadactor]]. | Chronologically, this event is triggered after [[EVENT_EGS]] and [[eventloadactor]]. | ||
[[Category:Events]] |
Latest revision as of 11:40, 5 February 2022
Event ID | player# | THISACTOR | RETURN | |
---|---|---|---|---|
EVENT_SPAWN | closest player to sprite | spawned sprite | 0 values |
EVENT_SPAWN is a Game Event.
This event is triggered when the attributes of actor are defined by the game.
In effect, this means that the event is run for all sprites that are initialized on map start, and all sprites that are spawned later on.
Chronologically, this event is triggered after EVENT_EGS and eventloadactor.