Home
last modified time | relevance | path

Searched defs:AddHp (Results 1 – 3 of 3) 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.lua528 function Monster.AddHp(builder, hp) builder:PrependInt16Slot(2, hp, 100) end function
DMonster.cs194 public static void AddHp(FlatBufferBuilder builder, short hp) { builder.AddShort(2, hp, 100); } in AddHp() method