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
- STREAMINGvoid
REMOVE_IPL_HASH
Old name: _REMOVE_IMAP
0x5A3E5CF7B4014B96 - STREAMINGvoid
REMOVE_MOVE_NETWORK_DEF
Description not yet documented
0x57A197AD83F66BBF - STREAMINGvoid
REMOVE_NAMED_PTFX_ASSET
Description not yet documented
0xF20866829E1C81A2 - STREAMINGvoid
REMOVE_PTFX_ASSET
Description not yet documented
0x042F9049EA419E86 - STREAMINGAny
_REMOVE_SCENARIO_ASSET
Description not yet documented
0x4EDDD9E9CA5AF985 - STREAMINGvoid
_REMOVE_SCENARIO_TYPE_FOR_PED
removes the requested scenario type for ped using the id returned by `_REQUEST_SCENARIO_TYPE_FOR_PED`
0x66BC28E50E85270E - STREAMINGvoid
REQUEST_ADDITIONAL_COLLISION_AT_COORD
Description not yet documented
0x83A8D71650D1894F - STREAMINGvoid
REQUEST_ANIM_DICT
Description not yet documented
0xA862A2AD321F94B4 - STREAMINGvoid
REQUEST_CLIP_SET
Description not yet documented
0xEF7611B57A820126 - STREAMINGvoid
_REQUEST_CLIP_SET_2
Description not yet documented
0x03DDBF2D73799F9E - STREAMINGvoid
_REQUEST_CLIP_SET_BY_HASH
Description not yet documented
0xAC37644A538F7524 - STREAMINGvoid
REQUEST_COLLISION_AT_COORD
Description not yet documented
0x0A3720F162A033C9 - STREAMINGvoid
REQUEST_COLLISION_FOR_MODEL
Description not yet documented
0xF1767BE37F661551 - STREAMINGvoid
REQUEST_IPL_BY_HASH
Old name: _REQUEST_IMAP_2
0x9E211A378F95C97C - STREAMINGvoid
REQUEST_IPL_HASH
Old name: _REQUEST_IMAP
0x59767C5A7A9AE6DA - STREAMINGvoid
_REQUEST_METADATA_AT_COORD
Description not yet documented
0xA8432A14D4DC2101 - STREAMINGvoid
REQUEST_MODEL
Request a model to be loaded into streaming memory. You should make sure to check that the model exists with [native: IS_MODEL_IN_CDIMAGE]
0xFA28FE3A6246FC30 - STREAMINGvoid
REQUEST_MOVE_NETWORK_DEF
Description not yet documented
0x2B6529C54D29037A - STREAMINGvoid
REQUEST_NAMED_PTFX_ASSET
Description not yet documented
0xF2B2353BBC0D4E8F - STREAMINGvoid
REQUEST_PTFX_ASSET
Description not yet documented
0x001FF43843028E0C - STREAMINGint
_REQUEST_SCENARIO_TYPE
p1 seems to be some kind of flag? p2 can be 0 or entity model accepts hash joaat("a_c_bear_01") or with GetEntityModel(entity) p3 can be 0 or pass the conditional anim or using _GET_ACTIVE_DYNAMIC_SCENARIO
0x19A6BE7D9C6884D3 - STREAMINGint
_REQUEST_SCENARIO_TYPE_FOR_PED
requests a scenario type just like _REQUEST_SCENARIO_TYPE but for a specifc ped p2 is a flag unknown
0xB223249B7798EEED - STREAMINGvoid
SET_ALL_MAPDATA_CULLED
nullsub, doesn't do anything
0x19ABCC581D28E6F9 - STREAMINGvoid
SET_FOCUS_ENTITY
It seems to make the entity's coords mark the point from which LOD-distances are measured. In my testing, setting a vehicle as the focus entity and moving that vehicle more than 300 distance units away from the player will make the level of detail around the player go down drastically (shadows disappear, textures go extremely low res, etc). The player seems to be the default focus entity.
0x955AEDD58F4BD309 - STREAMINGvoid
SET_FOCUS_POS_AND_VEL
Description not yet documented
0x25F6EF88664540E2 - STREAMINGvoid
SET_GAME_PAUSES_FOR_STREAMING
Description not yet documented
0xB3BC8250F4FE8B63 - STREAMINGvoid
_SET_GUARMA_WORLDHORIZON_ACTIVE
Description not yet documented
0x74E2261D2A66849A - STREAMINGvoid
SET_HD_AREA
Description not yet documented
0xB88B905AFA35CB4D - STREAMINGvoid
SET_MAPDATACULLBOX_ENABLED
Description not yet documented
0x3CACC83F6FED837C - STREAMINGvoid
SET_MODEL_AS_NO_LONGER_NEEDED
Marks the model as no longer needed.
0x4AD96EF928BD4F9A - STREAMINGvoid
SET_POPULATION_BUDGET_MULTIPLIER
Description not yet documented
0x2F9AC754FE179D58 - STREAMINGvoid
SET_SCENE_STREAMING_TRACKS_CAM_POS_THIS_FRAME
Description not yet documented
0xA03A6812529AD9C8 - STREAMINGvoid
SET_SRL_LONG_JUMP_MODE
Description not yet documented
0x7C907E8A725E5FD2 - STREAMINGvoid
SET_SRL_READAHEAD_TIMES
Description not yet documented
0xD346248C1DCE0D76 - STREAMINGvoid
SET_SRL_TIME
Description not yet documented
0x18231AEF458BCFF2
A living reference. Documentation coverage varies by native and source.