#include <side.h>
Collaboration diagram for a_standing_order:
Public Attributes | |
char * | types |
enum sordercond | condtype |
int | a1 |
int | a2 |
int | a3 |
a_task * | task |
a_standing_order * | next |
A standing order is a conditional order that applies to any matching unit not already doing a task.
|
first parameter to test (x, y, etc). |
|
second parameter to test (x, y, etc). |
|
third parameters to test (x, y, etc). |
|
type of condition to trigger on |
|
link to next standing order for side |
|
Task to perform |
|
unit types to which order applies |