Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Timing: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 February 2025

  • curprev 21:5321:53, 19 February 2025 Prd talk contribs 4,422 bytes +4,422 Created page with "-- module timing individual functions -- @license (CC-BY-SA-3.0) -- @copyright John Erling Blad <jeblad@gmail.com> -- @var The table holding this modules exported members local p = { ['_count'] = 100, ['_sets'] = 10, } -- access function for the number of items in each sets -- @param number new count of items in each set -- @return number of items in each set function p.count( num ) if num then assert(num>0, "Value of 'num' can\'t be zero") p._count = num end..."