AudioAsset
Ease
FastString
FontAsset
NineSlice
PackedSprite
PackedSpriteID
RB
   HardwareSettings
   IRetroBlitGame
RBAsset
Rect2i
ShaderAsset
SoundReference
SpriteGrid
SpriteSheetAsset
TMXMapAsset
   TMXLayer
   TMXLayerLoadState
   TMXObject
   TMXObjectGroup
   TMXProperties
Vector2i

RB.Result

Enumeration

Description

Asset loading result

Values

Success Successful
Pending Pending, loading asynchronously
NotFound Asset was not found
NoResources Not enough resources available to load the asset
NotSupported The asset is not supported
NetworkError A network error occurred while loading the asset
ServerError A server error (HTTP error 505) occurred while loading the asset
NoPermission A permissions error (HTTP error 403) occurred while loading the asset
BadParam A parameter error (HTTP error 400) occurred while loading the asset
BadFormat Asset data is in an invalid or in an unrecognized format
Undefined An unknown error occurred

See Docs

Features - Asynchronous Asset Loading