C# Class Yarn.VirtualMachine.State

Exibir arquivo Open project: thesecretlab/YarnSpinner

Public Properties

Property Type Description
currentNodeName string
currentOptions string>>.List
programCounter int

Public Methods

Method Description
ClearStack ( ) : void
PeekValue ( ) : Value
PopValue ( ) : Value
PushValue ( object o ) : void

Method Details

ClearStack() public method

public ClearStack ( ) : void
return void

PeekValue() public method

public PeekValue ( ) : Value
return Value

PopValue() public method

public PopValue ( ) : Value
return Value

PushValue() public method

public PushValue ( object o ) : void
o object
return void

Property Details

currentNodeName public_oe property

public string currentNodeName
return string

currentOptions public_oe property

public List> currentOptions
return string>>.List

programCounter public_oe property

public int programCounter
return int