Cronous Emulation Server Daemon

Character.make_character_profile Method 

Makes a CharacterProfile packet.

[Visual Basic]
MustOverride Public Function make_character_profile() As CharacterProfile
[C#]
public abstract CharacterProfile make_character_profile();
[C++]
public: abstract CharacterProfile* make_character_profile();
[JScript]
public abstract function make_character_profile(): CharacterProfile;

Return Value

The packet done.

See Also

Character Class | croemud.character Namespace