Property | Type | Description | |
---|---|---|---|
x | short | ||
y | short |
Method | Description | |
---|---|---|
CheckFanDistance ( Point pos, Point magicPos, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool | ||
CheckVisualDistance ( short xx, short yy, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool | ||
Point ( ) : System |
public CheckFanDistance ( Point pos, Point magicPos, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool | ||
pos | Point | |
magicPos | Point | |
distance | int | |
return | bool |
public CheckVisualDistance ( short xx, short yy, int distance = Define.MAX_VISIBLE_DISTANCE ) : bool | ||
xx | short | |
yy | short | |
distance | int | |
return | bool |