Skip to content

Class: ce_script_zone

Server object binding for script zone spawn entities.

Source

src/xrGame/script_zone_script.cpp, ce_script_zone binding.

Custom Constructor

ce_script_zone

Remarks

Server-side zone entity wrapper used by engine internals and spawn data. Gameplay scripts usually interact with the client CSpaceRestrictor or CCustomZone wrapper instead.

Extends

Constructors

Constructor

ts
protected new ce_script_zone(): ce_script_zone;

Engine-created script zone server entity.

Returns

ce_script_zone

Overrides

DLL_Pure.constructor

Properties

__name

ts
readonly __name: string;

LuaBind instance constructor name.

Inherited from

DLL_Pure.__name


__name

ts
readonly static __name: string;

LuaBind class constructor name.

Inherited from

DLL_Pure.__name