Cronous Emulation Server Daemon

MonsterCharacter.can_see Method

Checks whether a given character is inside the FOV range.

Overload List

Checks whether a given character is inside the FOV range.

[Visual Basic] Public Function can_see(ByVal Position) As Boolean
[C#] public bool can_see(Position);
[C++] public: bool can_see(Position*);
[JScript] public function can_see(Position): bool;

Checks whether a given character is inside the FOV range.

[Visual Basic] Public Function can_see(ByVal Integer,ByVal Integer) As Boolean
[C#] public bool can_see(int,int);
[C++] public: bool can_see(int,int);
[JScript] public function can_see(int,int): bool;

See Also

MonsterCharacter Class | croemud.character Namespace