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
- PROPSETvoid
_0x58E0B01D45CA7357
Description not yet documented
0x58E0B01D45CA7357 - PROPSETvoid
_ADD_ADDITIONAL_PROP_SET_FOR_VEHICLE
https://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_propsets.lua
0x75F90E4051CC084C - PROPSETvoid
_ADD_LIGHT_PROP_SET_TO_VEHICLE
To remove propsets either parse a zero as hash or call 0xE31C0CB1C3186D40 0xA6A9712955F53D9C returns lightPropset Hashes https://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_lantern_propsets.lua
0xC0F0417A90402742 - PROPSETvoid
_ADD_PROP_SET_FOR_VEHICLE
List of vehicle propsets (wagons & trains): https://pastebin.com/1CsnvGLu / https://pastebin.com/v7TtqTgE
0xD80FAF919A2E56EA - PROPSETPropSet
_CREATE_PROP_SET
propsetType: https://github.com/femga/rdr3_discoveries/blob/master/objects/propsets_list.lua placementType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/PlacementType
0xE65C5CBA95F0E510 - PROPSETPropSet
_CREATE_PROP_SET_2
Same as _CREATE_PROP_SET
0x899C97A1CCE7D483 - PROPSETPropSet
CREATE_PROP_SET_INSTANCE_ATTACHED_TO_ENTITY
Description not yet documented
0x9609DBDDE18FAD8C - PROPSETPropSet
_CREATE_PROP_SET_INSTANCE_ATTACHED_TO_ENTITY_2
Same as CREATE_PROP_SET_INSTANCE_ATTACHED_TO_ENTITY
0xACA7FB30269096D4 - PROPSETvoid
_DELETE_PROP_SET
Description not yet documented
0x58AC173A55D9D7B4 - PROPSETBOOL
DOES_PROP_SET_EXIST
Description not yet documented
0x7DDDCF815E650FF5 - PROPSETBOOL
_DOES_PROP_SET_OF_TYPE_EXIST_NEAR_COORDS
Description not yet documented
0x72068021F498E6E3 - PROPSETBOOL
_DOES_VEHICLE_HAVE_ANY_LIGHT_PROP_SET
Description not yet documented
0xC9B4B3A36F81FD75 - PROPSETBOOL
_DOES_VEHICLE_HAVE_ANY_PROP_SET
Description not yet documented
0x53784CEA0159439B - PROPSETint
_GET_ENTITIES_FROM_PROP_SET
Description not yet documented
0x738271B660FE0695 - PROPSETPropSet
_GET_PROP_SET_AT_COORDS
Description not yet documented
0xC061E50F8D299F95 - PROPSETHash
_GET_PROP_SET_MODEL
Description not yet documented
0xA6A9712955F53D9C - PROPSETPropSet
_GET_TRAIN_CARRIAGE_PROP_SET
Example before/after deleting a train carriage's propset: https://imgur.com/a/qRNrIrK
0xCFC0BD09BB1B73FF - PROPSETPropSet
_GET_VEHICLE_LIGHT_PROP_SET
Returns PropSet handle to be used with _GET_PROP_SET_MODEL
0xA079300AF757FB1A - PROPSETPropSet
_GET_VEHICLE_PROP_SET
Description not yet documented
0xCE2ACD6F602803E5 - PROPSETHash
_GET_VEHICLE_PROP_SET_HASH
Description not yet documented
0x36F69E7A22655653 - PROPSETBOOL
_HAS_PROP_SET_LOADED
Description not yet documented
0x48A88FC684C55FDC - PROPSETBOOL
_HAS_PROP_SET_LOADED_2
Same as _HAS_PROP_SET_LOADED
0xD090ABEF4D6A7D96 - PROPSETBOOL
_HAS_VEHICLE_TRAILER_PROP_SET_LOADED
Description not yet documented
0x8F3333F0A6900B3C - PROPSETBOOL
IS_PROP_SET_FULLY_LOADED
Description not yet documented
0xF42DB680A8B2A4D9 - PROPSETBOOL
_IS_PROP_SET_VISIBLE
Description not yet documented
0x0CE8AAFE9E433A23 - PROPSETBOOL
_IS_VEHICLE_LIGHT_PROP_SET_LOADED
Description not yet documented
0x0790473EEE1977D3 - PROPSETBOOL
_IS_VEHICLE_PROP_SET_LOADED
Description not yet documented
0x155B2FBE72D7D1D0 - PROPSETBOOL
_IS_VEHICLE_PROP_SET_LOADED_ADDITIONAL
Description not yet documented
0x7264F9CA87A9830B - PROPSETvoid
_MOVE_PROPSET_COORDS_AND_HEADING
Relocates an existing prop set to specified coordinates and adjusts its heading (rotation) without affecting the prop set's internal layout or structure. The `propSet` parameter identifies the prop set to move. The parameters (`coordsX`, `coordsY`, `coordsZ`) set the new central position of the prop set, while `heading` specifies its rotation around the Z-axis (in degrees). When `onGroundProperly` is true, the prop set automatically aligns accurately with the terrain
0xC4B67EF3FD65622D - PROPSETBOOL
_RELEASE_PROP_SET
Description not yet documented
0xB1964A83B345B4AB - PROPSETvoid
_REMOVE_VEHICLE_LIGHT_PROP_SETS
Description not yet documented
0xE31C0CB1C3186D40 - PROPSETvoid
_REMOVE_VEHICLE_PROP_SETS
Description not yet documented
0x3BCF32FF37EA9F1D - PROPSETBOOL
_REQUEST_PROP_SET
Description not yet documented
0xF3DE57A46D5585E9 - PROPSETBOOL
_REQUEST_PROP_SET_2
Same as _REQUEST_PROP_SET
0xE72F591958F3ACAB - PROPSETvoid
_SET_PROP_SET_AS_NO_LONGER_NEEDED
Description not yet documented
0x909E3C7FAE539FB1 - PROPSETvoid
_SET_PROP_SET_FLAG
Description not yet documented
0xC1AB7EEFD3E6EE49 - PROPSETvoid
_SET_PROP_SET_VISIBLE
Description not yet documented
0x9D096A5BD02F953E
A living reference. Documentation coverage varies by native and source.