Class engine.generator.interface.PlayerDumpJSON
Handles player json "char dump" This is used for auto uploads to te4.org, could be for other stuff too
Methods
engine.generator.interface.PlayerDumpJSON:getUUID ()
Register the character on te4.org and return a UUID for it
engine.generator.interface.PlayerDumpJSON:saveUUID (do_charball)
Call this when a character is saved to upload data to te4.org
engine.generator.interface.PlayerDumpJSON:dumpToJSON (js)
Override this method to define dump sections
Methods
- engine.generator.interface.PlayerDumpJSON:getUUID ()
- Register the character on te4.org and return a UUID for it
- engine.generator.interface.PlayerDumpJSON:saveUUID (do_charball)
-
Call this when a character is saved to upload data to te4.org
Parameters:
- do_charball
- engine.generator.interface.PlayerDumpJSON:dumpToJSON (js)
-
Override this method to define dump sections
Parameters:
- js if not self._te4uuid then return end