Cronous Emulation Server Daemon

Character.send_profile Method 

Sends this character's profile to a player character.

[Visual Basic]
Overridable Public Sub send_profile( _ 
   ByVal c As Client _ 
)
[C#]
public virtual void send_profile(
   Client c
);
[C++]
public: virtual void send_profile(
   Client* c
);
[JScript]
public virtual function send_profile(
   Client c
);

Parameters

c
client of the player to inform about this character.

See Also

Character Class | croemud.character Namespace