C# Class Ink.Parsed.FunctionCall

Inheritance: Expression
ファイルを表示 Open project: inkle/ink Class Usage Examples

Public Properties

Property Type Description
shouldPopReturnedValue bool

Public Methods

Method Description
FunctionCall ( string functionName, List arguments ) : System.Collections.Generic
GenerateIntoContainer ( Runtime container ) : void
IsBuiltIn ( string name ) : bool
ResolveReferences ( Story context ) : void
ToString ( ) : string

Method Details

FunctionCall() public method

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

GenerateIntoContainer() public method

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
return void

IsBuiltIn() public static method

public static IsBuiltIn ( string name ) : bool
name string
return bool

ResolveReferences() public method

public ResolveReferences ( Story context ) : void
context Story
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

shouldPopReturnedValue public_oe property

public bool shouldPopReturnedValue
return bool