Lua Events

From PZwiki
(Redirected from Lua Events)
ModdingLua Events
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.

An event in programming is a signal or notification that something has occurred or changed. In Project Zomboid, most often a modder's custom functions are attached as observers to an event, so they'll run when the event is called.

Events list

Current events

Deprecated Events

See also

External links