C-DEngine 5.105

TheBaseAssets..::..MasterSwitch Property

C-DEngine is shutting down if MasterSwitch is FALSE

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool MasterSwitch { get; set; }
Public Shared Property MasterSwitch As Boolean
	Get
	Set
public:
static property bool^ MasterSwitch {
	bool^ get ();
	void set (bool^ value);
}