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
- FIREvoid
_0x24DB6B9F2B719043
Only used in R* SP Related Camp Scripts
0x24DB6B9F2B719043 - FIREAny
_0x41B87A6495EE13DD
Description not yet documented
0x41B87A6495EE13DD - FIREvoid
_0x68F6A75FDF5A70D6
Description not yet documented
0x68F6A75FDF5A70D6 - FIREvoid
_0x754937C28271BC65
Description not yet documented
0x754937C28271BC65 - FIREvoid
ADD_EXPLOSION
https://github.com/femga/rdr3_discoveries/tree/master/graphics/explosions explosionType: enum eExplosionTag { EXP_TAG_DONTCARE = -1, EXP_TAG_GRENADE, EXP_TAG_STICKYBOMB, EXP_TAG_MOLOTOV, EXP_TAG_MOLOTOV_VOLATILE, EXP_TAG_HI_OCTANE, EXP_TAG_CAR, EXP_TAG_PLANE, EXP_TAG_PETROL_PUMP, EXP_TAG_DIR_STEAM, EXP_TAG_DIR_FLAME, EXP_TAG_DIR_WATER_HYDRANT, EXP_TAG_BOAT, EXP_TAG_BULLET, EXP_TAG_SMOKEGRENADE, EXP_TAG_BZGAS, EXP_TAG_GAS_CANISTER, EXP_TAG_EXTINGUISHER, EXP_TAG_TRAIN, EXP_TAG_DIR_FLAME_EXPLODE, EXP_TAG_VEHICLE_BULLET, EXP_TAG_BIRD_CRAP, EXP_TAG_FIREWORK, EXP_TAG_TORPEDO, EXP_TAG_TORPEDO_UNDERWATER, EXP_TAG_LANTERN, EXP_TAG_DYNAMITE, EXP_TAG_DYNAMITESTACK, EXP_TAG_DYNAMITE_VOLATILE, EXP_TAG_RIVER_BLAST, EXP_TAG_PLACED_DYNAMITE, EXP_TAG_FIRE_ARROW, EXP_TAG_DYNAMITE_ARROW, EXP_TAG_PHOSPHOROUS_BULLET, EXP_TAG_LIGHTNING_STRIKE, EXP_TAG_TRACKING_ARROW, EXP_TAG_POISON_BOTTLE };
0x7D6F58F69DA92530 - FIREvoid
_ADD_EXPLOSION_WITH_DAMAGE_CAUSER
Add explosion with and assign an entity as damage causer. explosionType: https://github.com/femga/rdr3_discoveries/blob/master/graphics/explosions/README.md
0xB7DF150605EEDC9B - FIREvoid
ADD_EXPLOSION_WITH_USER_VFX
explosionType: see ADD_EXPLOSION Change explosionFx (Visual Effect) for specified explosionType
0x53BA259F3A67A99E - FIREvoid
_ADD_EXPLOSION_WITH_USER_VFX_AND_DAMAGE_CAUSER
Add explosion with vfx and assign an entity as damage causer. explosionType: https://github.com/femga/rdr3_discoveries/blob/master/graphics/explosions/README.md explosionFx: https://github.com/femga/rdr3_discoveries/blob/master/graphics/explosions/explosion_vfxTags.lua
0x34AE85C7CA4857AA - FIREvoid
ADD_OWNED_EXPLOSION
explosionType: see ADD_EXPLOSION
0xD84A917A64D4D016 - FIREBOOL
GET_CLOSEST_FIRE_POS
Description not yet documented
0xB646FB657F448261 - FIREBOOL
_GET_CLOSEST_FIRE_POS_IN_VOLUME
Description not yet documented
0x559FC1D310813031 - FIREint
GET_NUMBER_OF_FIRES_IN_RANGE
Description not yet documented
0xF9617BC6FAE61E08 - FIREEntity
GET_OWNER_OF_EXPLOSION_IN_ANGLED_AREA
explosionType: see ADD_EXPLOSION
0x8002DDAB58594D78 - FIREBOOL
_IS_ENTITY_CONSUMED_BY_FIRE
Description not yet documented
0xCDC25355C0D65963 - FIREBOOL
_IS_ENTITY_DAMAGED_BY_FIRE
this natives only returns true if entity is damaged by fire , once damaged caused to entity by fire (like burned appearance) has cleared (they clear over time) then returns false
0xA4454592DCF7C992 - FIREBOOL
IS_ENTITY_ON_FIRE
Description not yet documented
0x1BD7C371CE257C3E - FIREBOOL
IS_EXPLOSION_ACTIVE_IN_AREA
explosionType: see ADD_EXPLOSION
0xD96E82AEBFFAAFF0 - FIREBOOL
IS_EXPLOSION_IN_ANGLED_AREA
explosionType: see ADD_EXPLOSION
0x5AE661ECD18524C9 - FIREBOOL
IS_EXPLOSION_IN_AREA
explosionType: see ADD_EXPLOSION
0x8391BA4313A25AD3 - FIREBOOL
IS_EXPLOSION_IN_SPHERE
explosionType: see ADD_EXPLOSION
0xD62DD846D82CBB90 - FIREBOOL
_IS_EXPLOSION_IN_VOLUME
explosionType: see ADD_EXPLOSION
0xE24822A4CFC9107A - FIREBOOL
_IS_PED_SHOCKING_EVENT_ACTIVE
Tested with fire & dynamite. Only returns true using value p1 = 1 and when the ped is affected by fire.
0xAB7993BA61A4674F - FIREvoid
REMOVE_SCRIPT_FIRE
Description not yet documented
0x790125C36E194069 - FIREvoid
START_ENTITY_FIRE
Description not yet documented
0xC4DC7418A44D6822 - FIREFireId
START_SCRIPT_FIRE
``` Starts a fire: xyz: Location of fire maxChildren: The max amount of times a fire can spread to other objects. Must be 25 or less, or the function will do nothing. isGasFire: Whether or not the fire is powered by gasoline. ```
0x6B83617E04503888 - FIREvoid
STOP_ENTITY_FIRE
Description not yet documented
0x8390751DC40C1E98 - FIREvoid
_STOP_FIRE_IN_BOX
Description not yet documented
0xB7C7BDC375AEA9A4 - FIREvoid
STOP_FIRE_IN_RANGE
Description not yet documented
0xDB38F247BD421708
A living reference. Documentation coverage varies by native and source.