ai_movement

This datum is an abstract class that can be overriden for different types of movement
Vars | |
max_pathing_attempts | How many times a given controller can fail on their route before they just give up |
---|---|
moving_controllers | Assoc list ist of controllers that are currently moving as key, and what they are moving to as value |
requires_processing | Does this type require processing? |
Var Details
max_pathing_attempts

How many times a given controller can fail on their route before they just give up
moving_controllers

Assoc list ist of controllers that are currently moving as key, and what they are moving to as value
requires_processing

Does this type require processing?