Cronous Emulation Server Daemon

SearchEnemy Class

Activity: searching an enemy. Randomly moves around until an enemy gets inside FOV range.

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

System.Object
   croemud.character.activity.NPCActivity
      croemud.character.activity.SearchEnemy

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

SearchEnemy Members | croemud.character.activity Namespace