ObjectPlacement

Stores object placement data

Constructors

this
this(int x, int y, int num, string ID)

Creates a new data.

Members

Functions

addAuxData
void addAuxData(Element[] e)
Undocumented in source. Be warned that the author may not have intended to support it.
getAuxData
Element[] getAuxData()

Gets the XML data. It's recommended to inherit from the class instead and write custom functions instead.

setAuxData
void setAuxData(Element[] auxData)

Sets XML data.

Variables

ID
string ID;

Type of the object

auxObjectData
Element[] auxObjectData;

XML data regarding of this object.

num
int num;

Identification number and rendering priority.

x
int x;
Undocumented in source.
y
int y;

Position of the object.

Meta