engineGetCullZones
Client-side
Lists adopted vanilla and custom CULL zones, optionally filtered by zone type.
Syntax
table engineGetCullZones([string type = ""])Arguments
typestringoptional · default ""Empty for all zones, or attribute, tunnel, or mirror.
Returns
An array of zone tables containing id, type, position, dimensions, rotation, flags, mirror plane, enabled, and original fields.
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 →