Cronous Emulation Server Daemon

MonsterCharacter.send_profile Method 

Sends this character's profile to a player character.

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

Parameters

c
client of the player to inform about this character.

See Also

MonsterCharacter Class | croemud.character Namespace