Plugin
@Serializable
A plugin for the Engine API
Parameters
name
enabled
True if the plugin is running. False if the plugin is not running, only installed.
settings
config
id
plugin Reference
plugin remote reference used to push/pull the plugin
Constructors
Link copied to clipboard
constructor(name: String, enabled: Boolean, settings: PluginSettings, config: PluginConfig, id: String? = null, pluginReference: String? = null)