HomeSort by relevance Sort by last modified time
    Searched defs:AddTestbool (Results 1 - 2 of 2) sorted by null

  /external/flatbuffers/tests/MyGame/Example/
Monster.cs 219 public static void AddTestbool(FlatBufferBuilder builder, bool testbool) { builder.AddBool(15, testbool, false); }
    [all...]
Monster.lua 545 function Monster.AddTestbool(builder, testbool) builder:PrependBoolSlot(15, testbool, 0) end

Completed in 58 milliseconds