Condition_CanFishingByImpactPoint
Description
Checks whether the TargetLocation (impact point) is inside a valid fishing territory.
Returns false immediately if the TargetLocation is zero vector.
Parameters
| Parameter | Description |
|---|
| BaseObject | Not used in this condition. |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if the TargetLocation is a fishing area | Self | CanFishingByImpactPoint | Equal |
| Check if the TargetLocation is NOT a fishing area | Self | CanFishingByImpactPoint | NotEqual |