<<<<<<< HEAD AiRule.Priority Enumeration
Click or drag to resize
AiRulePriority Enumeration
Enum that specifies the priority of the rule. I'm guessing that if somebody wants to rewrite the whole AI system this is where they'd need to start.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum Priority
Members
  Member nameValueDescription
HighPriorityOnly0 Tasked to high priority. This rule will take president over all lower.
EmptyOnly1
All2 This is the default value for most rules... I think
See Also
======= AiRule.Priority Enumeration
Click or drag to resize
AiRulePriority Enumeration

[Missing <summary> documentation for "T:Planetbase.AiRule.Priority"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum Priority
Members
  Member nameValueDescription
HighPriorityOnly0
EmptyOnly1
All2
See Also
>>>>>>> origin/gh-pages