Searched refs:optionalEncoding (Results 1 – 1 of 1) sorted by relevance
474 MyGame.Example.Stat.prototype.id = function(optionalEncoding) { argument476 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;669 MyGame.Example.Monster.prototype.name = function(optionalEncoding) { argument671 return offset ? this.bb.__string(this.bb_pos + offset, optionalEncoding) : null;777 MyGame.Example.Monster.prototype.testarrayofstring = function(index, optionalEncoding) { argument779 …et ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null;1160 MyGame.Example.Monster.prototype.testarrayofstring2 = function(index, optionalEncoding) { argument1162 …et ? this.bb.__string(this.bb.__vector(this.bb_pos + offset) + index * 4, optionalEncoding) : null;