_ADD_PROP_TO_MINIMAP
list of minimap props: https://github.com/femga/rdr3_discoveries/tree/master/graphics/minimap/minimapObjects variations parameter are the interior locations you see on the map like these bellow variation 0 https://i.imgur.com/jkLhn3Z.png variation 2 https://i.imgur.com/eKV0Tcm.png variation 4 https://i.imgur.com/rjwOgEH.png there are more and you can find them in the decompiles
MAPBuild 1207
Signature
lua
AddPropToMinimap(GetHashKey("..."), 0.0, 0.0, 0.0, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Hash | — | |
| float | — | |
| float | — | |
| float | — | |
| int | — |
Usage
lua
AddPropToMinimap(GetHashKey("..."), 0.0, 0.0, 0.0, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
