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
- PHYSICSvoid
_ATTACH_ENTITIES_TO_ROPE_2
Attaches a rope to two entities: binds two bones from two entities; one entity can be an object, i.e. a suspension point, the other an NPC bone
0x462FF2A432733A44 - PHYSICSvoid
BREAK_ENTITY_GLASS
Description not yet documented
0x2E648D16F6E308F3 - PHYSICSvoid
_BREAK_ROPE
ropeTop returns top half of rope, ropeBottom returns bottom half of rope
0x4CFA2B7FAE115ECB - PHYSICSvoid
_CREATE_ROPE_WINDING_ABILITY
Combining this with ADD_ROPE enables winding p1: mostly empty (0) ropeModelType: RB_L_Wrist02, RB_R_Wrist02, ropeAttach, noose01x_Rope_03, SKEL_Neck0, SKEL_L_FOOT, SKEL_Neck1, Root_s_meatbit_Chunck_Xlarge01x _CREATE_*
0x3C6490D940FF5D0B - PHYSICSvoid
DELETE_CHILD_ROPE
Description not yet documented
0xAA5D6B1888E4DB20 - PHYSICSvoid
DELETE_ROPE
Deletes the rope with the specified handle. You should check if the rope exists before trying to delete it, see [DOES_ROPE_EXIST](#\_0xFD5448BE3111ED96). For an example on how to use this native please refer to [ADD_ROPE](#\_0xE832D760399EB220)
0x52B4829281364649 - PHYSICSvoid
DETACH_ROPE_FROM_ENTITY
Description not yet documented
0xBCF3026912A8647D - PHYSICSBOOL
DOES_ROPE_EXIST
For an example on how to use this native please refer to [ADD_ROPE](#\_0xE832D760399EB220)
0xFD5448BE3111ED96 - PHYSICSVector3
GET_ROPE_LAST_VERTEX_COORD
Description not yet documented
0x21BB0FBD3E217C2D - PHYSICSVector3
GET_ROPE_VERTEX_COORD
Description not yet documented
0xEA61CA8E80F09E4D - PHYSICSint
GET_ROPE_VERTEX_COUNT
Description not yet documented
0x3655F544CD30F0B5 - PHYSICSvoid
_HITCH_HORSE
Description not yet documented
0x06AADE17334F7A40 - PHYSICSBOOL
_IS_ROPE_ATTACHED_TO_ENTITY
Description not yet documented
0x9B4F7E3E4F9C77B3 - PHYSICSBOOL
_IS_ROPE_BROKEN
Description not yet documented
0x79C2BEC82CFD7F7F - PHYSICSvoid
_RELEASE_ROPE
Description not yet documented
0x6076213101A47B3B - PHYSICSvoid
_ROPE_CHANGE_VISIBILITY
Description not yet documented
0x7A54D82227A139DB - PHYSICSvoid
ROPE_DRAW_SHADOW_ENABLED
Description not yet documented
0xF159A63806BB5BA8 - PHYSICSvoid
_ROPE_FORCE_LENGHT
Description not yet documented
0x1FC92BDBA1106BD2 - PHYSICSvoid
ROPE_FORCE_LENGTH
``` Forces a rope to a certain length. ```
0xD009F759A723DB1B - PHYSICSPlayer
_ROPE_GET_BREAKER_OF_ROPE
Description not yet documented
0xEE360CFC80C8B2BC - PHYSICSfloat
_ROPE_GET_FORCED_LENGTH
Description not yet documented
0x3D69537039F8D824 - PHYSICSvoid
ROPE_SET_UPDATE_ORDER
Description not yet documented
0xDC57A637A20006ED - PHYSICSvoid
SET_DAMPING
Description not yet documented
0xEEA3B200A6FEB65B - PHYSICSvoid
SET_DISABLE_BREAKING
Description not yet documented
0x5CEC1A84620E7D5B - PHYSICSvoid
SET_DISABLE_FRAG_DAMAGE
Description not yet documented
0x01BA3AED21C16CFB - PHYSICSvoid
_START_ROPE_UNWINDING_BACK
Description not yet documented
0x00F611A794A3C36E - PHYSICSvoid
START_ROPE_UNWINDING_FRONT
Description not yet documented
0x538D1179EC1AA9A9 - PHYSICSvoid
START_ROPE_WINDING
Description not yet documented
0x1461C72C889E343E - PHYSICSvoid
_STOP_ROPE_UNWINDING_BACK
Description not yet documented
0x10DAA76CB8A201A1 - PHYSICSvoid
STOP_ROPE_UNWINDING_FRONT
Description not yet documented
0xFFF3A50779EFBBB3 - PHYSICSvoid
STOP_ROPE_WINDING
Description not yet documented
0xCB2D4AB84A19AA7C - PHYSICSvoid
_UNHITCH_HORSE
Description not yet documented
0x0348469DAA17576C
A living reference. Documentation coverage varies by native and source.