Searched defs:AddTestType (Results 1 – 3 of 3) sorted by relevance
591 function Monster.AddTestType(builder, testType) builder:PrependUint8Slot(7, testType, 0) end function
329 …public static void AddTestType(FlatBufferBuilder builder, MyGame.Example.Any testType) { builder.A… in AddTestType() method
826 def AddTestType(builder, testType): builder.PrependUint8Slot(7, testType, 0) function