engineRemoveCullZone
Client-side
Deletes an owned custom zone or temporarily removes a claimed vanilla zone.
Syntax
bool engineRemoveCullZone(int id)Arguments
idintStable zone ID.
Returns
true when the zone was removed under caller ownership; false otherwise.
Ownership and lifecycle
When the owner stops, Neon deletes its custom zones and restores any vanilla zones it claimed.
Where this comes from
SOURCECLuaEngineDefs.cppClient/mods/deathmatch/logic/luadefs/CLuaEngineDefs.cpp INTRODUCED / EXTENDED89558e874Read the commit and why the change was made RELATED CATEGORY HARNESS cull-zone-test Category-level coverage · test-resources/cull-zone-test
RELATED NEON APIS
Read the system guide →