RegisterStreamingFileFromCache
DocsRegisterStreamingFileFromCache(resourceName, fileName, cacheString)Description
Experimental: This native may be altered or removed in future versions of CitizenFX without warning.
Registers a dynamic streaming asset from the server with the GTA streaming module system.
Parameters
| Name | Type | Description |
|---|---|---|
resourceName | char* | The resource to add the asset to. |
fileName | char* | A file name in the resource. |
cacheString | char* | The string returned from `REGISTER_RESOURCE_ASSET` on the server. |
Returns
voidThis native does not return a value.