Searched defs:AddHp (Results 1 – 4 of 4) sorted by relevance
111 function Monster.AddHp(builder, hp) builder:PrependInt16Slot(2, hp, 100) end function
718 function Monster.AddHp(builder, hp) function
333 public static void AddHp(FlatBufferBuilder builder, short hp) { builder.AddShort(2, hp, 100); } in AddHp() method
829 def AddHp(builder, hp): function