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
- MAPvoid
LOCK_MINIMAP_ANGLE
Locks the minimap to the specified angle in integer degrees. angle: The angle in whole degrees. If less than 0 or greater than 360, unlocks the angle.
0x0BFD145EF819FB3A - MAPvoid
_MAP_DISABLE_REGION_BLIP
Description not yet documented
0x6786D7AFAC3162B3 - MAPvoid
_MAP_DISCOVER_REGION
Description not yet documented
0xD8C7162AB2E2AF45 - MAPvoid
_MAP_DISCOVERY_SET_ENABLED
Description not yet documented
0xDA98246C7A3C2189 - MAPvoid
_MAP_ENABLE_REGION_BLIP
regionHash: https://github.com/femga/rdr3_discoveries/tree/master/graphics/minimap/wanted_regions
0x563FCB6620523917 - MAPBOOL
_MAP_IS_DISCOVERY_ACTIVE
Description not yet documented
0x3F81EA4275D39D6F - MAPBOOL
_MAP_IS_REGION_HIGHLIGHTED_WITH_STYLE
Description not yet documented
0xE38450DBCBC70E3D - MAPvoid
REMOVE_BLIP
Description not yet documented
0xF2C3C9DA47AAA54A - MAPvoid
_REMOVE_BLIP_ICON_FROM_ENTITY_LOCKON_PROMPT
in the decompiles this doesnt seem to ever be executed the param needed needs to be above 0 but its always passed as 0 removes the icon from lockon prompt
0xBB68D4D3CA3DE402 - MAPvoid
_REMOVE_PROP_FROM_MINIMAP
Description not yet documented
0xE057FEA9A22EB3EE - MAPvoid
RESET_MINIMAP_FOW
Description not yet documented
0xEB3CB3386C775D72 - MAPvoid
_REVEAL_MINIMAP_FOW
Description not yet documented
0xF8096DF9B87246E3 - MAPvoid
SET_BLIP_COORDS
Description not yet documented
0x4FF674F5E23D49CE - MAPBOOL
SET_BLIP_FLASHES
_GET_BLIP_MAP_CARD_INFO this should be the name there is no flash timer for blips
0x0DF2B55F717DDB10 - MAPvoid
SET_BLIP_FLASH_TIMER
_SET_BLIP_MAP_CARD_INFO this should be the name there is no flash timer for blips blipType can be any number, but you can use blipTypes mapCardId joaat("SHOP_MOONSHINE_STILL") possibly to get the card info by this hash
0x02FF4CF43B7209D1 - MAPvoid
_SET_BLIP_ICON_ON_ENTITY_ACTIVE_PROMPT
It adds blip a icon to active prompts like from scenarios or pickups without the need to use lockon
0x1726963E6049DB53 - MAPvoid
_SET_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT
will add a blip icon to the entity lockon prompt that you specify
0x7563CBCA99253D1A - MAPvoid
_SET_BLIP_NAME
Description not yet documented
0x9CB1A1623062F402 - MAPvoid
SET_BLIP_NAME_FROM_TEXT_FILE
Description not yet documented
0x0A062D6D7C0B2C2C - MAPvoid
SET_BLIP_NAME_TO_PLAYER_NAME
Description not yet documented
0x093DD5A31BC2B459 - MAPvoid
SET_BLIP_ROTATION
Description not yet documented
0x6049966A94FBE706 - MAPvoid
SET_BLIP_SCALE
only works for BLIP_ADD_FOR_RADIUS AND BLIP_ADD_FOR_AREA, this native works as a radius not really a scale
0xD38744167B2FA257 - MAPvoid
SET_BLIP_SPRITE
Description not yet documented
0x74F74D3207ED525C - MAPvoid
_SET_ENTITY_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT
adds the entity blip icon to the entity lockon prompt if wrong param will remove the icon if had any
0x97F6F158CC5B5CA2 - MAPvoid
_SET_FOW_UPDATE_PLAYER_OVERRIDE
Used for GUARMA MODE; Enabled: toggle = false, 0; Disabled: toggle = true, 0 Hash p1 seems to be unused, always 0
0x63E7279D04160477 - MAPvoid
SET_GPS_CUSTOM_ROUTE_RENDER
Description not yet documented
0xF6CEF599FC470B33 - MAPvoid
SET_GPS_FLAGS
https://alloc8or.re/rdr3/doc/enums/rage__eGpsFlags.txt
0x5DE61C90DDECFA2D - MAPvoid
SET_GPS_MULTI_ROUTE_RENDER
Description not yet documented
0x4426D65E029A4DC0 - MAPvoid
_SET_MINIMAP_FOW_OVERRIDE_REVEAL_SCALE
Description not yet documented
0xE5A7F70B7C0F3271 - MAPvoid
SET_MINIMAP_FOW_REVEAL_COORDINATE
Up to eight coordinates may be revealed per frame
0x73348402566ECB6E - MAPvoid
SET_MINIMAP_FOW_REVEAL_VOLUME
Description not yet documented
0x63CBBD6CA6F321F9 - MAPvoid
_SET_MINIMAP_FOW_SHOULD_UPDATE
Description not yet documented
0x632AA10BF7EA53D3 - MAPvoid
SET_MINIMAP_HIDE_FOW
Reveals the entire minimap (FOW = Fog of War)
0x4B8F743A4A6D2FF8 - MAPvoid
_SET_MINIMAP_ZONE
hash can be the hash of "guarma" or "world".
0xA657EC9DBC6CC900 - MAPvoid
_SET_PAUSEMAP_COORDS_WITH_RADIUS
Description not yet documented
0xE0884C184728C75B - MAPvoid
SET_RADAR_AS_EXTERIOR_THIS_FRAME
Description not yet documented
0xA8EBBAE986FB5457 - MAPvoid
_SET_RADAR_CONFIG_TYPE
https://github.com/femga/rdr3_discoveries/blob/master/graphics/minimap/radar/radar_configs.lua configHash: -1943724816, 347777538, -117986897, -789269373, -547506804, -1986542417, 2080113112 p1: usually 898171178 or 0 in R* scripts (doesn't seems to have any effect)
0x9C113883487FD53C - MAPvoid
SET_RADAR_ZOOM
Description not yet documented
0xCAF6489DA2C8DD9E - MAPvoid
SET_WAYPOINT_OFF
Description not yet documented
0xFA8C41E8020D3439 - MAPvoid
_SHOW_ACTIVE_POINTS_OF_INTEREST
Description not yet documented
0x3FBB838AEA30C1D8
A living reference. Documentation coverage varies by native and source.