Cronous Emulation Server Daemon

ActorCharacter._actor_entry Field

Actor entry.

[Visual Basic]
Protected _actor_entry As ActorEntry
[C#]
protected ActorEntry _actor_entry;
[C++]
protected: ActorEntry* _actor_entry;
[JScript]
protected var _actor_entry: ActorEntry;

See Also

ActorCharacter Class | croemud.character Namespace