Cronous Emulation Server Daemon

NPCActivity.runnable Property

Specifies whether the activity can run at the call time.

[Visual Basic]
Public Property ReadOnly runnable As Boolean
[C#]
public bool runnable { get; }
[C++]
public: __property bool get_runnable();
[JScript]
public function get runnable() : bool

See Also

NPCActivity Class | croemud.character.activity Namespace