RSRCWriter

Undocumented in source.

Members

Functions

addResource
void addResource(int typeNum, ushort resourceID, bool purgeable, string name, const(ubyte)[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
addType
void addType(char[4] id)
Undocumented in source. Be warned that the author may not have intended to support it.
buildResourceMap
ubyte[] buildResourceMap()
Undocumented in source. Be warned that the author may not have intended to support it.
buildResourceNameList
ubyte[] buildResourceNameList()
Undocumented in source. Be warned that the author may not have intended to support it.
buildTypeList
ubyte[] buildTypeList()
Undocumented in source. Be warned that the author may not have intended to support it.
write
ubyte[] write()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte[] buffer;
Undocumented in source.
resources
RSRCResource[] resources;
Undocumented in source.
types
RSRCType[] types;
Undocumented in source.

Meta