Cronous Emulation Server Daemon

ActorCharacter Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal gs As GameServer, _ 
   ByVal id As Integer, _ 
   ByVal ae As ActorEntry _ 
)
[C#]
public ActorCharacter(
   GameServer gs,
   int id,
   ActorEntry ae
);
[C++]
public: ActorCharacter(
   GameServer* gs,
   int id,
   ActorEntry* ae
);
[JScript]
public function ActorCharacter(
   GameServer gs,
   int id,
   ActorEntry ae
);

See Also

ActorCharacter Class | croemud.character Namespace