C# Class Yarn.VirtualMachine.State

Afficher le fichier Open project: thesecretlab/YarnSpinner

Méthodes publiques

Свойство Type Description
currentNodeName string
currentOptions string>>.List
programCounter int

Méthodes publiques

Méthode Description
ClearStack ( ) : void
PeekValue ( ) : Value
PopValue ( ) : Value
PushValue ( object o ) : void

Method Details

ClearStack() public méthode

public ClearStack ( ) : void
Résultat void

PeekValue() public méthode

public PeekValue ( ) : Value
Résultat Value

PopValue() public méthode

public PopValue ( ) : Value
Résultat Value

PushValue() public méthode

public PushValue ( object o ) : void
o object
Résultat void

Property Details

currentNodeName public_oe property

public string currentNodeName
Résultat string

currentOptions public_oe property

public List> currentOptions
Résultat string>>.List

programCounter public_oe property

public int programCounter
Résultat int