Static variables

@:enum@:native("RESULT_DATA_ERROR")staticread onlyDataError:GuiNewTextureResultCode

  • The provided data is not in the expected format or is in some other way incorrect, for instance the image data provided to gui.newTexture().

@:enum@:native("RESULT_OUT_OF_RESOURCES")staticread onlyOutOfResources:GuiNewTextureResultCode

  • The system is out of resources, for instance when trying to create a new texture using gui.newTexture().

@:enum@:native("RESULT_TEXTURE_ALREADY_EXISTS")staticread onlyTextureAlreadyExists:GuiNewTextureResultCode

  • The texture id already exists when trying to use gui.newTexture().