Searched defs:mainCharacterType (Results 1 – 4 of 4) sorted by relevance
273 Movie.prototype.mainCharacterType = function() { method in Movie356 Movie.addMainCharacterType = function(builder, mainCharacterType) { argument451 Movie.createMovie = function(builder, mainCharacterType, mainCharacterOffset, charactersTypeOffset,… argument
16 public byte mainCharacterType() { int o = __offset(4); return o != 0 ? bb.get(o + bb_pos) : 0; } in mainCharacterType() method in Movie41 …public static void addMainCharacterType(FlatBufferBuilder builder, byte mainCharacterType) { build… in addMainCharacterType()
238 mainCharacterType():Character { method in Movie
128 public static function addMainCharacterType(FlatBufferBuilder $builder, $mainCharacterType)