| Package | com.electrotank.electroserver4.plugin |
| Class | public class Plugin |
| Method | Defined by | ||
|---|---|---|---|
|
Plugin()
| Plugin | ||
|
Gets an EsObject that will be passed into the plugin's init event.
| Plugin | ||
|
getExtensionName():String
Gets the extension name.
| Plugin | ||
|
getPluginHandle():String
Gets the plugin handle.
| Plugin | ||
|
getPluginName():String
The name of the plugin that is being created.
| Plugin | ||
|
setExtensionName(extensionName:String):void
The name of the extension that holds the plugin to be created.
| Plugin | ||
|
setPluginHandle(pluginHandle:String):void
The name the plugin goes by in the extension.
| Plugin | ||
|
setPluginName(pluginName:String):void
The name to give the plugin that is being created.
| Plugin | ||
| Plugin | () | constructor |
public function Plugin()
| getData | () | method |
public function getData():EsObjectGets an EsObject that will be passed into the plugin's init event.
ReturnsEsObject |
| getExtensionName | () | method |
public function getExtensionName():StringGets the extension name.
ReturnsString — The extension name.
|
| getPluginHandle | () | method |
public function getPluginHandle():StringGets the plugin handle.
ReturnsString — The plugin handle.
|
| getPluginName | () | method |
public function getPluginName():StringThe name of the plugin that is being created.
ReturnsString — The name you are giving to a plugin that is being created.
|
| setExtensionName | () | method |
public function setExtensionName(extensionName:String):voidThe name of the extension that holds the plugin to be created.
ParametersextensionName:String — The name of the extension.
|
| setPluginHandle | () | method |
public function setPluginHandle(pluginHandle:String):voidThe name the plugin goes by in the extension.
ParameterspluginHandle:String — The name the plugin goes by in the extension.
|
| setPluginName | () | method |
public function setPluginName(pluginName:String):voidThe name to give the plugin that is being created. So it is like an instance name. setPluginHandle is where you specify the name by which the plugin is stored in the extension.
ParameterspluginName:String — The name of the plugin.
|