Highroad Engine v1.3
Public Attributes | List of all members
MoreMountains.Tools.AITransition Class Reference

Transitions are a combination of one or more decisions and destination states whether or not these transitions are true or false. An example of a transition could be "_if an enemy gets in range, transition to the Shooting state_". More...

Public Attributes

AIDecision Decision
 this transition's decision More...
 
string TrueState
 the state to transition to if this Decision returns true More...
 
string FalseState
 the state to transition to if this Decision returns false More...
 

Detailed Description

Transitions are a combination of one or more decisions and destination states whether or not these transitions are true or false. An example of a transition could be "_if an enemy gets in range, transition to the Shooting state_".

Member Data Documentation

◆ Decision

AIDecision MoreMountains.Tools.AITransition.Decision

this transition's decision

◆ FalseState

string MoreMountains.Tools.AITransition.FalseState

the state to transition to if this Decision returns false

◆ TrueState

string MoreMountains.Tools.AITransition.TrueState

the state to transition to if this Decision returns true


The documentation for this class was generated from the following file: