C# 클래스 Ink.Runtime.ControlCommand

상속: Runtime.Object
파일 보기 프로젝트 열기: inkle/ink 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BeginString() 공개 정적인 메소드

public static BeginString ( ) : ControlCommand
리턴 ControlCommand

ChoiceCount() 공개 정적인 메소드

public static ChoiceCount ( ) : ControlCommand
리턴 ControlCommand

ControlCommand() 공개 메소드

public ControlCommand ( ) : System
리턴 System

ControlCommand() 공개 메소드

public ControlCommand ( CommandType commandType ) : System
commandType CommandType
리턴 System

Copy() 공개 메소드

public Copy ( ) : Object
리턴 Object

Done() 공개 정적인 메소드

public static Done ( ) : ControlCommand
리턴 ControlCommand

Duplicate() 공개 정적인 메소드

public static Duplicate ( ) : ControlCommand
리턴 ControlCommand

End() 공개 정적인 메소드

public static End ( ) : ControlCommand
리턴 ControlCommand

EndString() 공개 정적인 메소드

public static EndString ( ) : ControlCommand
리턴 ControlCommand

EvalEnd() 공개 정적인 메소드

public static EvalEnd ( ) : ControlCommand
리턴 ControlCommand

EvalOutput() 공개 정적인 메소드

public static EvalOutput ( ) : ControlCommand
리턴 ControlCommand

EvalStart() 공개 정적인 메소드

public static EvalStart ( ) : ControlCommand
리턴 ControlCommand

NoOp() 공개 정적인 메소드

public static NoOp ( ) : ControlCommand
리턴 ControlCommand

PopEvaluatedValue() 공개 정적인 메소드

public static PopEvaluatedValue ( ) : ControlCommand
리턴 ControlCommand

PopFunction() 공개 정적인 메소드

public static PopFunction ( ) : ControlCommand
리턴 ControlCommand

PopTunnel() 공개 정적인 메소드

public static PopTunnel ( ) : ControlCommand
리턴 ControlCommand

Random() 공개 정적인 메소드

public static Random ( ) : ControlCommand
리턴 ControlCommand

SeedRandom() 공개 정적인 메소드

public static SeedRandom ( ) : ControlCommand
리턴 ControlCommand

SequenceShuffleIndex() 공개 정적인 메소드

public static SequenceShuffleIndex ( ) : ControlCommand
리턴 ControlCommand

StartThread() 공개 정적인 메소드

public static StartThread ( ) : ControlCommand
리턴 ControlCommand

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TurnsSince() 공개 정적인 메소드

public static TurnsSince ( ) : ControlCommand
리턴 ControlCommand

VisitIndex() 공개 정적인 메소드

public static VisitIndex ( ) : ControlCommand
리턴 ControlCommand