|
SotM Engine API
Class documentation for the Sentinels of the Multiverse Engine API.
|
A single choice in a SelectFunctionDecision, which includes its displayed text, a SelectionType, and the Func to execute. More...
Public Member Functions | |
| Function (HeroTurnTakerController hero, string displayText, SelectionType type, Func< IEnumerator > function, bool? onlyDisplayIfTrue=null, string forcedActionMessage=null, string repeatDecisionText=null) | |
Properties | |
| string | DisplayText [get, set] |
| string | ForcedActionMessage [get, set] |
| Func< IEnumerator > | FunctionToExecute [get, set] |
| HeroTurnTakerController | HeroTurnTakerController [get, set] |
| bool? | OnlyDisplayIfTrue [get, set] |
| string | RepeatDecisionText [get] |
| SelectionType | SelectionType [get, set] |
A single choice in a SelectFunctionDecision, which includes its displayed text, a SelectionType, and the Func to execute.