ObjectSheet.Header

Defines the header of an ObjectSheet in the bytestream

class ObjectSheet(Size = ushort)
struct Header {}

Members

Variables

id
uint id;

Identification if there's multiple of object sheets in a single file

nOfIndexes
ushort nOfIndexes;

Number of indexes in a single instance

nameLength
ubyte nameLength;

Length of the name of this instance, can be zero

Meta