  | PlanetDecisionLeafCalculateValue Method  | 
 
            Calculates the value.
            
 
    Namespace: 
   EmptyKeys.Strategy.AI.Components.Decisions
    Assembly:
   EmptyKeys.Strategy.AI (in EmptyKeys.Strategy.AI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override void CalculateValue(
	IBehaviorContext context
)
Parameters
- context
 - Type: IBehaviorContext
The context. 
Implements
IDecisionTreeNode.CalculateValue(IBehaviorContext)
See Also