File

plugins/mod_unknown.lua @ 13016:8aec903ea888

moduleapi: Add luacheck annotation to suppress warning about unused self This is a convenience function, and there is currently no module-specific code required to implement it. Not using 'self' is to be expected.
author Matthew Wild <mwild1@gmail.com>
date Sat, 01 Apr 2023 12:30:29 +0100
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform