Cronous Emulation Server Daemon

GameServer.action_manager Property

Action manager.

[Visual Basic]
Public Property action_manager As ActionManager
[C#]
public ActionManager action_manager { get; set; }
[C++]
public: __property ActionManager* get_action_manager();
public: __property void set_action_manager(ActionManager* );
[JScript]
public function get action_manager() : ActionManager
public function set action_manager(ActionManager);

See Also

GameServer Class | croemud.game Namespace