ModulesStreaming
Client
Checks if assets exist, such as models, and loads them into memory. Throws errors if the assets are not found.
vx.requestAnimDict
- dict:
string
- timeout?:
number
- Number of ticks to wait for the asset to load
- Default: 10000
vx.requestAnimSet
- animSet:
string
- timeout?:
number
- Number of ticks to wait for the asset to load
- Default: 10000
vx.requestModel
- model:
string
- timeout?:
number
- Number of ticks to wait for the asset to load
- Default: 10000
vx.requestPtfxAsset
- asset:
string
- timeout?:
number
- Number of ticks to wait for the asset to load
- Default: 10000
vx.requestTextureDict
- dict:
string
- timeout?:
number
- Number of ticks to wait for the asset to load
- Default: 10000