C-DEngine 5.105

TheTimeouts..::..OnAdrenalin Property

Tells if the node is in Adrenalin mode

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

Syntax


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