EVENT INIT: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) No edit summary |
Doom64hunter (talk | contribs) m Remove trash info |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{EventTable|EVENT_INIT|-1|-1|0 values}} | |||
EVENT_INIT is a [[EDuke32 event list|Game Event]]. | EVENT_INIT is a [[EDuke32 event list|Game Event]]. | ||
This [[event]] is called immediately following the compilation of CON code | This [[event]] is called immediately following the compilation of CON code. | ||
Most commands that depend on a player being present will fail because no players have been initialized yet. | |||
One potential use of EVENT_INIT is to display name and version information about your mod to the log file using the [[echo]] command | One potential use of EVENT_INIT is to display name and version information about your mod to the log file using the [[echo]] command. | ||
[[Category:Events]] | [[Category:Events]] |
Latest revision as of 06:37, 4 February 2022
Event ID | player# | THISACTOR | RETURN | |
---|---|---|---|---|
EVENT_INIT | -1 | -1 | 0 values |
EVENT_INIT is a Game Event.
This event is called immediately following the compilation of CON code.
Most commands that depend on a player being present will fail because no players have been initialized yet.
One potential use of EVENT_INIT is to display name and version information about your mod to the log file using the echo command.