Searched defs:AddHp (Results 1 – 4 of 4) sorted by relevance
/third_party/flatbuffers/samples/lua/MyGame/Sample/ |
D | Monster.lua | 111 function Monster.AddHp(builder, hp) builder:PrependInt16Slot(2, hp, 100) end function
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Monster.lua | 586 function Monster.AddHp(builder, hp) builder:PrependInt16Slot(2, hp, 100) end function
|
D | Monster.cs | 322 public static void AddHp(FlatBufferBuilder builder, short hp) { builder.AddShort(2, hp, 100); } in AddHp() method
|
D | Monster.py | 806 def AddHp(builder, hp): builder.PrependInt16Slot(2, hp, 100) function
|