Retrieves a character by its ID.
Retrieves a character by its ID.
[Visual Basic] Public Default Property ReadOnly Item(ByVal Integer) As PlayerCharacter
[C#] public PlayerCharacter this[int] { get; }
[C++] public: __property PlayerCharacter* get_Item(int);
Retrieves a character by its name.
[Visual Basic] Public Default Property ReadOnly Item(ByVal String) As PlayerCharacter
[C#] public PlayerCharacter this[string] { get; }
[C++] public: __property PlayerCharacter* get_Item(String*);
CharacterManager Class | croemud.manager Namespace