All public logs
From IdleOn MMO Wiki
Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:20, 17 March 2024 Nads talk contribs created page Module:Assert (Created page with "require('strict') local Assert = {} --- Formats a message with optional arguments. --- @param message string The message to format. --- @param ... any The format arguments. --- @return string local function formatMessage(message, ...) local args = { ... } if #args > 0 then return message:format(...) else return message end end --- Asserts that `value`'s type matches one of the types in `expected`. --- @generic T --- @param value T The v...")