Home
last modified time | relevance | path

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

/external/flatbuffers/samples/lua/MyGame/Sample/
DMonster.lua111 function Monster.AddHp(builder, hp) builder:PrependInt16Slot(2, hp, 100) end function
/external/flatbuffers/tests/MyGame/Example/
DMonster.lua718 function Monster.AddHp(builder, hp) function
DMonster.cs333 public static void AddHp(FlatBufferBuilder builder, short hp) { builder.AddShort(2, hp, 100); } in AddHp() method
DMonster.py829 def AddHp(builder, hp): function