Home
last modified time | relevance | path

Searched defs:AddInventory (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/flatbuffers/samples/lua/MyGame/Sample/
H A DMonster.lua113 function Monster.AddInventory(builder, inventory) builder:PrependUOffsetTRelativeSlot(5, inventory,… function
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.lua726 function Monster.AddInventory(builder, inventory) function
H A DMonster.py835 def AddInventory(builder, inventory): function
H A DMonster.cs335 …public static void AddInventory(FlatBufferBuilder builder, VectorOffset inventoryOffset) { builder… in AddInventory() method