Home
last modified time | relevance | path

Searched defs:a_plan (Results 1 – 1 of 1) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dunit.h717 typedef struct a_plan { struct
721 short final_turn; /*!< turn to deactivate this plan */
722 short asleep; /*!< true if the unit is doing nothing */
724 short delayed; /*!< true if plan delayed. ??? */
728 short supply_is_low; /*! true is supply is low. */
730 struct a_goal *maingoal; /*! the main goal of this plan */
731 struct a_goal *formation; /*! goal to keep in a formation */
736 short lastresult; /*! that action's outcome */
737 Task last_task; /*! a copy of the last task executed */
738 TaskOutcome last_task_outcome; /*! that task's outcome */
[all …]