Skip to content

engineResetRadarMapTile

Client-side

Available in Neon, not standard MTA

Removes a radar tile owned by the calling resource and restores the native ocean fallback.

Syntax

bool engineResetRadarMapTile(int column, int row)

Arguments

columnint

Logical radar column from 0 through 39.

rowint

Logical radar row from 0 through 39.

Returns

true when the caller owned and removed the tile; false otherwise.

Ownership and lifecycle

The resource that creates the TXD owns its tiles. Destroy the TXD or stop the resource and Neon unregisters them.

Example

engineResetRadarMapTile(30, 20)

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →