Cronous Emulation Server Daemon

NPCActivity Class

Abstract NPC activity, AI.

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

System.Object
   croemud.character.activity.NPCActivity
      croemud.character.activity.AttackEnemy
      croemud.character.activity.FollowEnemy
      croemud.character.activity.SearchEnemy
      croemud.character.activity.Wander

[Visual Basic]
MustInherit Public Class NPCActivity
[C#]
public abstract class NPCActivity
[C++]
public __gc __abstract class NPCActivity
[JScript]
public  class NPCActivity

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.activity

Assembly: croemud (in croemud.dll)

See Also

NPCActivity Members | croemud.character.activity Namespace