Class AddTokenToSequencesEffector.TokenData
A Token data represent the complete data of a value to update
Inherited Members
Namespace: Xareus.Scenarios.ScenarioManipulation
Assembly: Xareus.Scenarios.Extra.dll
Syntax
public class AddTokenToSequencesEffector.TokenData
Properties
Sequences
The list of sequences to update
Declaration
public SequenceList Sequences { get; set; }
Property Value
Type | Description |
---|---|
SequenceList |
Value
The new value of the variable in all the indicated sequences
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object |
VariableName
The variable path to update in all indicated sequences
Declaration
public TokenVariablePath VariableName { get; set; }
Property Value
Type | Description |
---|---|
TokenVariablePath |