PluginOf

Undocumented in source.

Constructors

this
this(string name, string[] authors, string vers, bool api, string languages, string textures)
Undocumented in source.

Members

Functions

load
void load(Server server)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Plugin

n_name
string n_name;
Undocumented in source.
n_authors
string[] n_authors;
Undocumented in source.
n_version
string n_version;
Undocumented in source.
n_api
bool n_api;
Undocumented in source.
hasMain
bool hasMain;
Undocumented in source.
n_languages
string n_languages;
n_textures
string n_textures;
Undocumented in source.
onstart
void delegate()[] onstart;
onreload
void delegate()[] onreload;
onstop
void delegate()[] onstop;
Undocumented in source.
name
string name [@property getter]

Gets the plugin's name as indicated in the plugin's package.json file.

authors
string[] authors [@property getter]

Gets the plugin's authors as indicated in the plugin's package.json file.

vers
string vers [@property getter]

Gets the plugin's version as indicated in the plugin's package.json file. This should be in major.minor.revision beta format.

api
bool api [@property getter]

Indicates whether or not the plugin has APIs. The plugin's APIs are always in the api.d file in the plugin's directory.

languages
string languages [@property getter]

Gets the absolute location of the plugin's language files.

textures
string textures [@property getter]

Gets the absolute location of the plugin's textures.

load
void load(Server server)
Undocumented in source.

Meta