Checks for a target.
[Visual Basic] Protected Function check_enemies() As Boolean [C#] protected bool check_enemies(); [C++] protected: bool check_enemies(); [JScript] protected function check_enemies(): bool;
true if a target was localized, false otherwise.
SearchEnemy Class | croemud.character.activity Namespace