EVENT PREWORLD: Difference between revisions
Created page with "'''EVENT_PREWORLD''' is a Game Event. This event is triggered once per tic, even if there's nothing in the map. The code is executed before the actor..." |
(No difference)
|
Revision as of 01:06, 20 February 2020
EVENT_PREWORLD is a Game Event.
This event is triggered once per tic, even if there's nothing in the map. The code is executed before the actors code.
Compare with EVENT_PREGAME, which runs for each actor.