// SDK v1
let myinstance = this._inst.GetWorldInfo();
myinstance.SetXY(x, y);
// SDK v2
// Access the position property directly or use the methods provided
this.x = x;
this.y = y;
this.setBboxChanged();
This returns a runtime error, function not found.