engineResetRadarMapTile
Client-side
Removes a radar tile owned by the calling resource and restores the native ocean fallback.
Syntax
bool engineResetRadarMapTile(int column, int row)Arguments
columnintLogical radar column from 0 through 39.
rowintLogical 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
SOURCECLuaEngineDefs.cppClient/mods/deathmatch/logic/luadefs/CLuaEngineDefs.cpp INTRODUCED / EXTENDED766727162Read the commit and why the change was made RELATED CATEGORY HARNESS extended-radar-test Category-level coverage · test-resources/extended-radar-test
RELATED NEON APIS
Read the system guide → Continue exploring
← Back to the Neon Lua API · How Extended native radar works →