config
API Reference from the config related classes in the API
Table of contents
Name
Description
class OTConfig:
//load the /config/test.json config file and register it to the manager
openticket.config.addConfig(new api.OTConfig("testconfig_id","test.json"))
//load the /random/idk.json config file and register it to the manager
openticket.config.addConfig(new api.OTConfig("idk_id","idk.json","random/"))class variables:
Variable
Type
Description
class OTConfigManager:
class variables:
Variable
Type
Description
Last updated