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
NPCActivity Class | croemud.character.activity Namespace