Cronous Emulation Server Daemon

CharacterManager.Item Property

Retrieves a character by its ID.

Overload List

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*);

See Also

CharacterManager Class | croemud.manager Namespace