C# Class Ink.Parsed.FunctionCall

Inheritance: Expression
Afficher le fichier Open project: inkle/ink Class Usage Examples

Méthodes publiques

Свойство Type Description
shouldPopReturnedValue bool

Méthodes publiques

Méthode 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 méthode

public FunctionCall ( string functionName, List arguments ) : System.Collections.Generic
functionName string
arguments List
Résultat System.Collections.Generic

GenerateIntoContainer() public méthode

public GenerateIntoContainer ( Runtime container ) : void
container Runtime
Résultat void

IsBuiltIn() public static méthode

public static IsBuiltIn ( string name ) : bool
name string
Résultat bool

ResolveReferences() public méthode

public ResolveReferences ( Story context ) : void
context Story
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

shouldPopReturnedValue public_oe property

public bool shouldPopReturnedValue
Résultat bool