Cronous Emulation Server Daemon

PlayerCharacter.player Property

Player controlling this character.

[Visual Basic]
Public Property ReadOnly player As Player
[C#]
public Player player { get; }
[C++]
public: __property Player* get_player();
[JScript]
public function get player() : Player

See Also

PlayerCharacter Class | croemud.character Namespace