Searched defs:addInventory (Results 1 – 6 of 6) sorted by relevance
710 static addInventory(builder:flatbuffers.Builder, inventoryOffset:flatbuffers.Offset) { method in Monster
547 static addInventory(builder, inventoryOffset) { method in Monster
892 … fun addInventory(builder: FlatBufferBuilder, inventory: Int) = builder.addOffset(5, inventory, 0) in addInventory() method
876 public static function addInventory(FlatBufferBuilder $builder, $inventory) function in MyGame\\Example\\Monster
225 …public static void addInventory(FlatBufferBuilder builder, int inventoryOffset) { builder.addOffse… in addInventory() method in Monster
1175 static addInventory(builder:flatbuffers.Builder, inventoryOffset:flatbuffers.Offset) { method in MyGame_Example_Monster