Cronous Emulation Server Daemon

PlayerCharacter.make_character_profile Method 

Makes a CharacterProfile packet.

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

Return Value

The packet done.

See Also

PlayerCharacter Class | croemud.character Namespace