Cronous Emulation Server Daemon

NonPlayerCharacter Class

Non player character (NPC).

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

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

[Visual Basic]
MustInherit Public Class NonPlayerCharacter
    Inherits Character
[C#]
public abstract class NonPlayerCharacter : Character
[C++]
public __gc __abstract class NonPlayerCharacter : public Character
[JScript]
public  class NonPlayerCharacter 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

NonPlayerCharacter Members | croemud.character Namespace