countdownFailedActionAvoidance property

int countdownFailedActionAvoidance
getter/setter pair

The number of times the action is being avoided before it's tried again. Set to -1 to avoid the action for the whole time of path finding.

Implementation

int countdownFailedActionAvoidance = 1;