- color
byte color [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- equippedType
ubyte equippedType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- hp
short hp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- inventoryLength
uint inventoryLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- mana
short mana [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- name
Nullable!string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- pos
Nullable!Vec3 pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- weaponsLength
uint weaponsLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- addColor
void addColor(FlatBufferBuilder builder, byte color)
Undocumented in source. Be warned that the author may not have intended to support it.
- addEquipped
void addEquipped(FlatBufferBuilder builder, uint equippedOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- addEquippedType
void addEquippedType(FlatBufferBuilder builder, ubyte equippedType)
Undocumented in source. Be warned that the author may not have intended to support it.
- addHp
void addHp(FlatBufferBuilder builder, short hp)
Undocumented in source. Be warned that the author may not have intended to support it.
- addInventory
void addInventory(FlatBufferBuilder builder, uint inventoryOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- addMana
void addMana(FlatBufferBuilder builder, short mana)
Undocumented in source. Be warned that the author may not have intended to support it.
- addName
void addName(FlatBufferBuilder builder, uint nameOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPos
void addPos(FlatBufferBuilder builder, uint posOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- addWeapons
void addWeapons(FlatBufferBuilder builder, uint weaponsOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- createInventoryVector
uint createInventoryVector(FlatBufferBuilder builder, ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- createWeaponsVector
uint createWeaponsVector(FlatBufferBuilder builder, uint[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- endMonster
uint endMonster(FlatBufferBuilder builder)
Undocumented in source. Be warned that the author may not have intended to support it.
- finishMonsterBuffer
void finishMonsterBuffer(FlatBufferBuilder builder, uint offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRootAsMonster
Monster getRootAsMonster(ByteBuffer _bb)
Undocumented in source. Be warned that the author may not have intended to support it.
- startInventoryVector
void startInventoryVector(FlatBufferBuilder builder, uint numElems)
Undocumented in source. Be warned that the author may not have intended to support it.
- startMonster
void startMonster(FlatBufferBuilder builder)
Undocumented in source. Be warned that the author may not have intended to support it.
- startWeaponsVector
void startWeaponsVector(FlatBufferBuilder builder, uint numElems)
Undocumented in source. Be warned that the author may not have intended to support it.