REQUEST_VEHICLE_RECORDING
Request the vehicle recording defined by the lowercase format string "%s%03d.yvr". For example, REQUEST_VEHICLE_RECORDING(1, "FBIs1UBER") corresponds to fbis1uber001.yvr. For all vehicle recording/playback natives, "script" is a common prefix that usually corresponds to the script/mission the recording is used in, "recording" is its int suffix, and "id" corresponds to a unique identifier within the recording streaming module. (GTA) Note that only 24 recordings (hardcoded in multiple places) can ever active at a given time before clobbering begins.
VEHICLEBuild 1207
Signature
lua
RequestVehicleRecording(0, script)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | — | |
| char* | — |
Usage
lua
RequestVehicleRecording(0, script)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
