OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddHp
(Results
1 - 3
of
3
) sorted by null
/external/flatbuffers/samples/lua/MyGame/Sample/
Monster.lua
111
function Monster.
AddHp
(builder, hp) builder:PrependInt16Slot(2, hp, 100) end
/external/flatbuffers/tests/MyGame/Example/
Monster.cs
194
public static void
AddHp
(FlatBufferBuilder builder, short hp) { builder.AddShort(2, hp, 100); }
[
all
...]
Monster.lua
528
function Monster.
AddHp
(builder, hp) builder:PrependInt16Slot(2, hp, 100) end
Completed in 536 milliseconds