Cronous Emulation Server Daemon

Character.first_entry Property

Specifies whether the character has just entered an area.

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

See Also

Character Class | croemud.character Namespace