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).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 07:29, 5 August 2025 Anders talk contribs created page Statistics (Created page with "{{:StatisticsExampleCode}} ==Constructor== {| class="wikitable" !|function !|description |- |Statistics() | |- |} ==Functions== {| class="wikitable" !|return !|function !|description |- | |addScriptGroup(string groupName, string scriptNames) |scriptNames are seperated by ';' example skeleton.lua;rat.lua |- | |update() |Calculate previous frame statistics |- |float |Statistics:...")
  • 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...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)