Static variables
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().
staticread onlyOutOfResources:GuiNewTextureResultCode
- The system is out of resources, for instance when trying to create a new texture using
gui.newTexture().
staticread onlyTextureAlreadyExists:GuiNewTextureResultCode
- The texture id already exists when trying to use
gui.newTexture().