Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of FiguraMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:01, 27 September 2024 TheKillerBunny talk contribs created page User:TheKillerBunny/Events (Created page with "{{Distinguish|Event}} Events is a global which contains every {{Type|Event}}, which are fired when certain things happen. For example, if you want to count ticks, you can use the tick or world tick event. <syntaxHighlight lang="lua"> local tick = 0 -- Register event function events.TICK() tick = tick + 1 end -- or events.TICK:register(function() tick = tick + 1 end) </syntaxHighlight> Note that not everyone needs to count ticks == Fields == {| class="wikitable" |-...")