Cronous Emulation Server Daemon

PlayerCharacter Class

Player character.

For a list of all members of this type, see PlayerCharacter Members.

System.Object
   croemud.character.Character
      croemud.character.PlayerCharacter

[Visual Basic]
Public Class PlayerCharacter
    Inherits Character
[C#]
public class PlayerCharacter : Character
[C++]
public __gc class PlayerCharacter : public Character
[JScript]
public class PlayerCharacter extends Character

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.character

Assembly: croemud (in croemud.dll)

See Also

PlayerCharacter Members | croemud.character Namespace