All public logs
From Crumbled World Wiki
Combined display of all available logs of Crumbled World Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:01, 6 July 2025 Anders talk contribs created page ListenerExampleCode (Created page with "==Example Code== Script 1 <syntaxhighlight lang="lua"> function create() --Register listener group eventHandler = Listener("groupName") end function update() eventHandler:pushEvent("update") return true end </syntaxhighlight> Script 2 listener <syntaxhighlight lang="lua"> function create() --Register listener group eventListener = Listener("groupName") --listen on update event, call the function eventUpdate when event happens. eve...")