C# Class Ink.Runtime.CallStack.Element

Show file Open project: inkle/ink

Public Properties

Property Type Description
currentContainer Container
currentContentIndex int
inExpressionEvaluation bool
temporaryVariables Runtime.Object>.Dictionary
type PushPopType

Public Methods

Method Description
Copy ( ) : Element
Element ( PushPopType type, Container container, int contentIndex, bool inExpressionEvaluation = false ) : System.Collections.Generic

Method Details

Copy() public method

public Copy ( ) : Element
return Element

Element() public method

public Element ( PushPopType type, Container container, int contentIndex, bool inExpressionEvaluation = false ) : System.Collections.Generic
type PushPopType
container Container
contentIndex int
inExpressionEvaluation bool
return System.Collections.Generic

Property Details

currentContainer public property

public Container,Ink.Runtime currentContainer
return Container

currentContentIndex public property

public int currentContentIndex
return int

inExpressionEvaluation public property

public bool inExpressionEvaluation
return bool

temporaryVariables public property

public Dictionary temporaryVariables
return Runtime.Object>.Dictionary

type public property

public PushPopType type
return PushPopType