Cronous Emulation Server Daemon

SearchEnemy.move Method

Moves randomly in the map.

Overload List

Moves randomly in the map.

[Visual Basic] Protected Sub move()
[C#] protected void move();
[C++] protected: void move();
[JScript] protected function move();

Moves in the map.
Inherited from NPCActivity.

[Visual Basic] Protected Sub move(ByVal Double,ByVal Integer)
[C#] protected void move(double,int);
[C++] protected: void move(double,int);
[JScript] protected function move(double,int);

See Also

SearchEnemy Class | croemud.character.activity Namespace