AddPlugin

Adds a plugin that has been loaded at runtime.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
id
uint id;

Plugin's id given by the node. It must be unique.

name
string name;
Undocumented in source.
version_
string version_;
Undocumented in source.

Mixed In Members

From mixin Make

__anonymous
mixin xpacket.maker.Make
Undocumented in source.
fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta