The Core module loads some helper functions and globals useful in all stages of a mods life cycle.
All modules have an __index method into core.
local Core = require('__stdlib__/stdlib/core')
log_and_print(msg) | Prints and logs the msg |
VALID_FILTER(v) | Simple valid check, only available in control stage. |
inspect(self) | Inspect the class |
help(self) | Help function available on everything. |