C# Class Ink.Parsed.Knot

Inheritance: FlowBase
Exibir arquivo Open project: inkle/ink

Public Methods

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

Method Details

Knot() public method

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

ResolveReferences() public method

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