C# Class Ink.Runtime.CallStack.Element

Mostra 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_oe property

public Container,Ink.Runtime currentContainer
return Container

currentContentIndex public_oe property

public int currentContentIndex
return int

inExpressionEvaluation public_oe property

public bool inExpressionEvaluation
return bool

temporaryVariables public_oe property

public Dictionary temporaryVariables
return Runtime.Object>.Dictionary

type public_oe property

public PushPopType type
return PushPopType