Cronous Emulation Server Daemon

Character._name Field

Name.

[Visual Basic]
Protected _name As String
[C#]
protected string _name;
[C++]
protected: String* _name;
[JScript]
protected var _name: String;

See Also

Character Class | croemud.character Namespace