Cronous Emulation Server Daemon

ActorCharacter Class

Actor character.

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

System.Object
   croemud.character.Character
      croemud.character.NonPlayerCharacter
         croemud.character.ActorCharacter

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

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

ActorCharacter Members | croemud.character Namespace