Cronous Emulation Server Daemon

CharacterStatus.fame Property

Fame.

[Visual Basic]
Public Property fame As UInt32
[C#]
public uint fame { get; set; }
[C++]
public: __property unsigned int get_fame();
public: __property void set_fame(unsigned int );
[JScript]
public function get fame() : UInt32
public function set fame(UInt32);

See Also

CharacterStatus Class | croemud.serverpacket Namespace