IsStreamingFileReady
Docslocal retval = IsStreamingFileReady(registerAs)Description
Experimental: This native may be altered or removed in future versions of CitizenFX without warning.
Returns whether an asynchronous streaming file registration completed.
Parameters
| Name | Type | Description |
|---|---|---|
registerAs | char* | The file name to check, for example `asset.ydr`. |
Returns
BOOLReturns TRUE (1) or FALSE (0).