The RedM developer’s field guide
Know the native.
Build the world.
Engine functions, framework docs, and game assets.
One reference. From the first lookup to the last line.
knowledge base
Explore / RedM
Native reference
- CAMvoid
_CAM_CREATE
Description not yet documented
0xB8B207C34285E978 - CAMvoid
_CAM_CREATE_2
Description not yet documented
0x7B0279170961A73F - CAMvoid
_CAM_DESTROY
Description not yet documented
0x0A5A4F1979ABB40E - CAMvoid
CINEMATIC_LOCATION_OVERRIDE_TARGET_ENTITY_THIS_UPDATE
Only used in R* Script fm_mission_controller
0x0B0F914459731F60 - CAMvoid
_CINEMATIC_LOCATION_SET_LOCATION_AND_ROTATION
Description not yet documented
0x0E94C95EC3185FA9 - CAMvoid
CINEMATIC_LOCATION_STOP_SCRIPTED_SHOT_EVENT
Description not yet documented
0x6D4D25C2137FF511 - CAMvoid
CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT
Description not yet documented
0x02389579A53C3276 - CAMvoid
_CINEMATIC_LOCATION_TRIGGER_SCRIPTED_SHOT_EVENT_2
Description not yet documented
0xBC016635D6A73B31 - CAMCam
CREATE_CAM
Description not yet documented
0xE72CDBA7F0A02DD6 - CAMCam
CREATE_CAMERA
Description not yet documented
0x57CDF879EA466C46 - CAMCam
CREATE_CAMERA_WITH_PARAMS
Description not yet documented
0x98B99B9F27E2D60B - CAMCam
CREATE_CAM_WITH_PARAMS
Description not yet documented
0x40C23491CE83708E - CAMvoid
_CREATE_KILL_CAM
Creates Kill Cam for specified Ped Handle
0x2F994CC29CAA9D22 - CAMvoid
DESTROY_ALL_CAMS
BOOL param indicates whether the cam should be destroyed if it belongs to the calling script.
0x163600D6E136C9F8 - CAMvoid
DESTROY_CAM
BOOL param indicates whether the cam should be destroyed if it belongs to the calling script.
0x4E67E0B6D7FD5145 - CAMvoid
DETACH_CAM
Description not yet documented
0x05B41DDBEB559556 - CAMvoid
DISABLE_CAM_COLLISION_FOR_OBJECT
Description not yet documented
0x7E3F546ACFE6C8D9 - CAMvoid
DISABLE_CINEMATIC_BONNET_CAMERA_THIS_UPDATE
Old name: _DISABLE_VEHICLE_FIRST_PERSON_CAM_THIS_FRAME
0xA5929C2E57AC90D1 - CAMvoid
_DISABLE_CINEMATIC_MODE_THIS_FRAME
Description not yet documented
0x8910C24B7E0046EC - CAMvoid
DISABLE_FIRST_PERSON_FLASH_EFFECT_THIS_UPDATE
nullsub, doesn't do anything
0x77D65669A05D1A1A - CAMvoid
DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE
Old name: _DISABLE_FIRST_PERSON_CAM_THIS_FRAME
0x9C473089A934C930 - CAMvoid
_DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE_2
Does the same as 0x9C473089A934C930 (DISABLE_ON_FOOT_FIRST_PERSON_VIEW_THIS_UPDATE)
0x05AB44D906738426 - CAMBOOL
DOES_CAM_EXIST
Returns whether or not the passed camera handle exists.
0x153AD457764FD704 - CAMvoid
DO_SCREEN_FADE_IN
Fades the screen in. duration: The time the fade should take, in milliseconds.
0x6A053CF596F67DF7 - CAMvoid
DO_SCREEN_FADE_OUT
Fades the screen out. duration: The time the fade should take, in milliseconds.
0x40C719A5E410B9E4 - CAMvoid
_FORCE_CINEMATIC_DEATH_CAM_ON_PED
Used for DUELING_MANAGE_DEATH_CAMERA - Initializing death camera Params: targetPed = death cam focuses on it
0xE3639DB78B3B5400 - CAMvoid
FORCE_CINEMATIC_RENDERING_THIS_UPDATE
Description not yet documented
0x702B75DC9D3EDE56 - CAMBOOL
_FORCE_FIRST_PERSON_CAM_THIS_FRAME
Returns true if first person camera is active in saloon1.ysc
0x90DA5BA5C2635416 - CAMvoid
_FORCE_LETTER_BOX_THIS_UPDATE
Description not yet documented
0xC64ABC0676AF262B - CAMvoid
_FORCE_THIRD_PERSON_CAM_FAR_THIS_FRAME
Forces camera position to furthest 3rd person
0x1CFB749AD4317BDE - CAMvoid
_FORCE_THIRD_PERSON_CAM_THIS_FRAME
Forces camera position to second furthest 3rd person
0x8370D34BD2E60B73 - CAMvoid
_FORCE_THIRD_PERSON_CLOSE_THIS_FRAME
Forces camera position to closest 3rd person
0x718C6ECF5E8CBDD4 - CAMvoid
_FREEZE_GAMEPLAY_CAM_THIS_FRAME
Description not yet documented
0x027CAB2C3AF27010 - CAMVector3
GET_CAM_COORD
Description not yet documented
0x6B12F11C2A9F0344 - CAMfloat
GET_CAM_FOV
Description not yet documented
0x8101D32A0A6B0F60 - CAMVector3
GET_CAM_ROT
rotationOrder: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eEulerRotationOrder
0x9BF96B57254E7889 - CAMfloat
GET_CAM_SPLINE_PHASE
Can use this with SET_CAM_SPLINE_PHASE to set the float it this native returns. (returns 1.0f when no nodes has been added, reached end of non existing spline)
0x095EDCD24D90033A - CAMVector3
GET_FINAL_RENDERED_CAM_COORD
Description not yet documented
0x5352E025EC2B416F - CAMfloat
GET_FINAL_RENDERED_CAM_FOV
Description not yet documented
0x04AF77971E508F6A - CAMVector3
GET_FINAL_RENDERED_CAM_ROT
Description not yet documented
0x602685BD85DD26CA
A living reference. Documentation coverage varies by native and source.