Cronous Emulation Server Daemon

FollowEnemy Class

Activity: following an enemy. Follows an enemy until it's in attack range.

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

System.Object
   croemud.character.activity.NPCActivity
      croemud.character.activity.FollowEnemy

[Visual Basic]
Public Class FollowEnemy
    Inherits NPCActivity
[C#]
public class FollowEnemy : NPCActivity
[C++]
public __gc class FollowEnemy : public NPCActivity
[JScript]
public class FollowEnemy extends 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

FollowEnemy Members | croemud.character.activity Namespace