Added missing js/ts generated code.

Change-Id: I146e9e1b8f997c11d1675dbef1b958ddbd181092
This commit is contained in:
Wouter van Oortmerssen
2017-05-10 13:25:51 -07:00
parent 93c0960c3a
commit a0a313b101
5 changed files with 57 additions and 57 deletions

View File

@@ -398,7 +398,7 @@ MyGame.Example.Vec3.prototype.mutate_test2 = function(value) {
/**
* @param {MyGame.Example.Test=} obj
* @returns {MyGame.Example.Test}
* @returns {MyGame.Example.Test|null}
*/
MyGame.Example.Vec3.prototype.test3 = function(obj) {
return (obj || new MyGame.Example.Test).__init(this.bb_pos + 26, this.bb);
@@ -692,7 +692,7 @@ MyGame.Example.Monster.bufferHasIdentifier = function(bb) {
/**
* @param {MyGame.Example.Vec3=} obj
* @returns {MyGame.Example.Vec3}
* @returns {MyGame.Example.Vec3|null}
*/
MyGame.Example.Monster.prototype.pos = function(obj) {
var offset = this.bb.__offset(this.bb_pos, 4);
@@ -893,7 +893,7 @@ MyGame.Example.Monster.prototype.testarrayoftablesLength = function() {
/**
* @param {MyGame.Example.Monster=} obj
* @returns {MyGame.Example.Monster}
* @returns {MyGame.Example.Monster|null}
*/
MyGame.Example.Monster.prototype.enemy = function(obj) {
var offset = this.bb.__offset(this.bb_pos, 28);
@@ -927,7 +927,7 @@ MyGame.Example.Monster.prototype.testnestedflatbufferArray = function() {
/**
* @param {MyGame.Example.Stat=} obj
* @returns {MyGame.Example.Stat}
* @returns {MyGame.Example.Stat|null}
*/
MyGame.Example.Monster.prototype.testempty = function(obj) {
var offset = this.bb.__offset(this.bb_pos, 32);