_GET_MAP_ZONE_AT_COORDS
Returns name hash, see common:/data/levels/rdr3/mapzones.meta type (-1 matches any type): class CMapZone { public: enum class Type { STATE, TOWN, LAKE, RIVER, OIL_SPILL, SWAMP, OCEAN, CREEK, POND, GLACIER, DISTRICT, TEXT_PRINTED, TEXT_WRITTEN }; }; https://github.com/femga/rdr3_discoveries/tree/master/zones & https://alloc8or.re/rdr3/doc/enums/CMapZone__Type.txt
ZONEBuild 1207
Signature
lua
GetMapZoneAtCoords(0.0, 0.0, 0.0, 0)
-- returns HashParameters
| Name | Type | Description |
|---|---|---|
| float | — | |
| float | — | |
| float | — | |
| int | — |
Usage
lua
GetMapZoneAtCoords(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
