SetUseIslandMap
DocsSetUseIslandMap(toggle)Description
Introduced in build 2189
Switches the display of the in-game minimap to the Cayo Perico map. This native needs to be called every frame to maintain the toggled state effectively.
Parameters
| Name | Type | Description |
|---|---|---|
toggle | BOOL | A boolean value where `true` switches the minimap to the Cayo Perico map, and `false` reverts it to the standard map. |
Returns
voidThis native does not return a value.