RawContent

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.
this
this(ubyte[] b)
Undocumented in source.

Members

Functions

Compile
ubyte[] Compile()
Undocumented in source. Be warned that the author may not have intended to support it.
Convert
void Convert(ubyte[] data, ubyte type)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Content

data
ubyte[] data;

<Protected> data is the byte data the content is made out of.

Type
ubyte Type;

The type id of the content file.

Name
string Name;

The name of the content.

TypeID
TypeId TypeID()

ubyte representation of the type.

Convert
void Convert(ubyte[] data, ubyte type)

Converts input bytes into this type of content.

ConvertFull
void ConvertFull(ubyte[] data, ubyte type)
Undocumented in source. Be warned that the author may not have intended to support it.
Compile
ubyte[] Compile()

Returns an ubyte array of the compiled representation of the content.

CompileFull
ubyte[] CompileFull()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta