C# 클래스 Ink.Parsed.Story

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

공개 프로퍼티들

프로퍼티 타입 설명
constants Expression>.Dictionary
countAllVisits bool
externals ExternalDeclaration>.Dictionary

공개 메소드들

메소드 설명
AddExternal ( ExternalDeclaration decl ) : void
DontFlattenContainer ( Runtime container ) : void
Error ( string message, Parsed source, bool isWarning ) : void
ExportRuntime ( ErrorHandler errorHandler = null ) : Runtime.Story
IsExternal ( string namedFuncTarget ) : bool
ResetError ( ) : void
Story ( List toplevelObjects ) : System

보호된 메소드들

메소드 설명
PreProcessTopLevelObjects ( List topLevelContent ) : void

비공개 메소드들

메소드 설명
FlattenContainersIn ( Runtime container ) : void
TryFlattenContainer ( Runtime container ) : void

메소드 상세

AddExternal() 공개 메소드

public AddExternal ( ExternalDeclaration decl ) : void
decl ExternalDeclaration
리턴 void

DontFlattenContainer() 공개 메소드

public DontFlattenContainer ( Runtime container ) : void
container Runtime
리턴 void

Error() 공개 메소드

public Error ( string message, Parsed source, bool isWarning ) : void
message string
source Parsed
isWarning bool
리턴 void

ExportRuntime() 공개 메소드

public ExportRuntime ( ErrorHandler errorHandler = null ) : Runtime.Story
errorHandler ErrorHandler
리턴 Runtime.Story

IsExternal() 공개 메소드

public IsExternal ( string namedFuncTarget ) : bool
namedFuncTarget string
리턴 bool

PreProcessTopLevelObjects() 보호된 메소드

protected PreProcessTopLevelObjects ( List topLevelContent ) : void
topLevelContent List
리턴 void

ResetError() 공개 메소드

public ResetError ( ) : void
리턴 void

Story() 공개 메소드

public Story ( List toplevelObjects ) : System
toplevelObjects List
리턴 System

프로퍼티 상세

constants 공개적으로 프로퍼티

public Dictionary constants
리턴 Expression>.Dictionary

countAllVisits 공개적으로 프로퍼티

public bool countAllVisits
리턴 bool

externals 공개적으로 프로퍼티

public Dictionary externals
리턴 ExternalDeclaration>.Dictionary