Checks whether a given character is inside the attack range.
Checks whether a given character is inside the attack range.
[Visual Basic] Public Function can_attack(ByVal Position) As Boolean
[C#] public bool can_attack(Position);
[C++] public: bool can_attack(Position*);
[JScript] public function can_attack(Position): bool;
Checks whether a given character is inside the attack range.
[Visual Basic] Public Function can_attack(ByVal Integer,ByVal Integer) As Boolean
[C#] public bool can_attack(int,int);
[C++] public: bool can_attack(int,int);
[JScript] public function can_attack(int,int): bool;
MonsterCharacter Class | croemud.character Namespace