C# 클래스 Ink.Parsed.FunctionCall

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

공개 프로퍼티들

프로퍼티 타입 설명
shouldPopReturnedValue bool

공개 메소드들

메소드 설명
FunctionCall ( string functionName, List arguments ) : System.Collections.Generic
GenerateIntoContainer ( Runtime container ) : void
IsBuiltIn ( string name ) : bool
ResolveReferences ( Story context ) : void
ToString ( ) : string

메소드 상세

FunctionCall() 공개 메소드

public FunctionCall ( string functionName, List arguments ) : System.Collections.Generic
functionName string
arguments List
리턴 System.Collections.Generic

GenerateIntoContainer() 공개 메소드

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

IsBuiltIn() 공개 정적인 메소드

public static IsBuiltIn ( string name ) : bool
name string
리턴 bool

ResolveReferences() 공개 메소드

public ResolveReferences ( Story context ) : void
context Story
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

shouldPopReturnedValue 공개적으로 프로퍼티

public bool shouldPopReturnedValue
리턴 bool