C# Class Ink.Runtime.ControlCommand

Inheritance: Runtime.Object
Mostra file Open project: inkle/ink Class Usage Examples

Public Methods

Method 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 method

public static BeginString ( ) : ControlCommand
return ControlCommand

ChoiceCount() public static method

public static ChoiceCount ( ) : ControlCommand
return ControlCommand

ControlCommand() public method

public ControlCommand ( ) : System
return System

ControlCommand() public method

public ControlCommand ( CommandType commandType ) : System
commandType CommandType
return System

Copy() public method

public Copy ( ) : Object
return Object

Done() public static method

public static Done ( ) : ControlCommand
return ControlCommand

Duplicate() public static method

public static Duplicate ( ) : ControlCommand
return ControlCommand

End() public static method

public static End ( ) : ControlCommand
return ControlCommand

EndString() public static method

public static EndString ( ) : ControlCommand
return ControlCommand

EvalEnd() public static method

public static EvalEnd ( ) : ControlCommand
return ControlCommand

EvalOutput() public static method

public static EvalOutput ( ) : ControlCommand
return ControlCommand

EvalStart() public static method

public static EvalStart ( ) : ControlCommand
return ControlCommand

NoOp() public static method

public static NoOp ( ) : ControlCommand
return ControlCommand

PopEvaluatedValue() public static method

public static PopEvaluatedValue ( ) : ControlCommand
return ControlCommand

PopFunction() public static method

public static PopFunction ( ) : ControlCommand
return ControlCommand

PopTunnel() public static method

public static PopTunnel ( ) : ControlCommand
return ControlCommand

Random() public static method

public static Random ( ) : ControlCommand
return ControlCommand

SeedRandom() public static method

public static SeedRandom ( ) : ControlCommand
return ControlCommand

SequenceShuffleIndex() public static method

public static SequenceShuffleIndex ( ) : ControlCommand
return ControlCommand

StartThread() public static method

public static StartThread ( ) : ControlCommand
return ControlCommand

ToString() public method

public ToString ( ) : string
return string

TurnsSince() public static method

public static TurnsSince ( ) : ControlCommand
return ControlCommand

VisitIndex() public static method

public static VisitIndex ( ) : ControlCommand
return ControlCommand