Cronous Emulation Server Daemon

Wander Class

Activity: wandering around the spawn point. Wanders around the spawn point, comes back close enough when it goes too far.

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

System.Object
   croemud.character.activity.NPCActivity
      croemud.character.activity.Wander

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

Wander Members | croemud.character.activity Namespace