C# Class Ink.Runtime.ControlCommand

Inheritance: Runtime.Object
Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

Méthode Description
BeginString ( ) : ControlCommand
ChoiceCount ( ) : ControlCommand
ControlCommand ( ) : System
ControlCommand ( CommandType commandType ) : System
Copy ( ) : Object
Done ( ) : ControlCommand
Duplicate ( ) : ControlCommand
End ( ) : ControlCommand
EndString ( ) : ControlCommand
EvalEnd ( ) : ControlCommand
EvalOutput ( ) : ControlCommand
EvalStart ( ) : ControlCommand
NoOp ( ) : ControlCommand
PopEvaluatedValue ( ) : ControlCommand
PopFunction ( ) : ControlCommand
PopTunnel ( ) : ControlCommand
Random ( ) : ControlCommand
SeedRandom ( ) : ControlCommand
SequenceShuffleIndex ( ) : ControlCommand
StartThread ( ) : ControlCommand
ToString ( ) : string
TurnsSince ( ) : ControlCommand
VisitIndex ( ) : ControlCommand

Method Details

BeginString() public static méthode

public static BeginString ( ) : ControlCommand
Résultat ControlCommand

ChoiceCount() public static méthode

public static ChoiceCount ( ) : ControlCommand
Résultat ControlCommand

ControlCommand() public méthode

public ControlCommand ( ) : System
Résultat System

ControlCommand() public méthode

public ControlCommand ( CommandType commandType ) : System
commandType CommandType
Résultat System

Copy() public méthode

public Copy ( ) : Object
Résultat Object

Done() public static méthode

public static Done ( ) : ControlCommand
Résultat ControlCommand

Duplicate() public static méthode

public static Duplicate ( ) : ControlCommand
Résultat ControlCommand

End() public static méthode

public static End ( ) : ControlCommand
Résultat ControlCommand

EndString() public static méthode

public static EndString ( ) : ControlCommand
Résultat ControlCommand

EvalEnd() public static méthode

public static EvalEnd ( ) : ControlCommand
Résultat ControlCommand

EvalOutput() public static méthode

public static EvalOutput ( ) : ControlCommand
Résultat ControlCommand

EvalStart() public static méthode

public static EvalStart ( ) : ControlCommand
Résultat ControlCommand

NoOp() public static méthode

public static NoOp ( ) : ControlCommand
Résultat ControlCommand

PopEvaluatedValue() public static méthode

public static PopEvaluatedValue ( ) : ControlCommand
Résultat ControlCommand

PopFunction() public static méthode

public static PopFunction ( ) : ControlCommand
Résultat ControlCommand

PopTunnel() public static méthode

public static PopTunnel ( ) : ControlCommand
Résultat ControlCommand

Random() public static méthode

public static Random ( ) : ControlCommand
Résultat ControlCommand

SeedRandom() public static méthode

public static SeedRandom ( ) : ControlCommand
Résultat ControlCommand

SequenceShuffleIndex() public static méthode

public static SequenceShuffleIndex ( ) : ControlCommand
Résultat ControlCommand

StartThread() public static méthode

public static StartThread ( ) : ControlCommand
Résultat ControlCommand

ToString() public méthode

public ToString ( ) : string
Résultat string

TurnsSince() public static méthode

public static TurnsSince ( ) : ControlCommand
Résultat ControlCommand

VisitIndex() public static méthode

public static VisitIndex ( ) : ControlCommand
Résultat ControlCommand