C# Class Ink.Parsed.Knot

Inheritance: FlowBase
Afficher le fichier Open project: inkle/ink

Méthodes publiques

Méthode Description
Knot ( string name, List topLevelObjects, List arguments, bool isFunction ) : System.Collections.Generic
ResolveReferences ( Story context ) : void

Method Details

Knot() public méthode

public Knot ( string name, List topLevelObjects, List arguments, bool isFunction ) : System.Collections.Generic
name string
topLevelObjects List
arguments List
isFunction bool
Résultat System.Collections.Generic

ResolveReferences() public méthode

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