EVENT WORLD: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
EVENT_WORLD is a [[EDuke32_event_list|Game Event]].
EVENT_WORLD is a [[EDuke32_event_list|Game Event]].


This event is triggered once per 'tic', prior to calling [[EVENT_GAME]] on each actor.
This event is triggered once per tic, even if there's nothing in the map.
 
Compare with [[EVENT_GAME]], which runs for each actor.

Revision as of 01:05, 20 February 2020

EVENT_WORLD is a Game Event.

This event is triggered once per tic, even if there's nothing in the map.

Compare with EVENT_GAME, which runs for each actor.