engineRestoreCullZone
Client-side
Restores a claimed vanilla zone to its original definition and releases the caller's edit state.
Syntax
bool engineRestoreCullZone(int id)Arguments
idintStable original-zone ID.
Returns
true when the original was restored; false for a custom, unknown, or foreign zone.
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 →