C# Class FyreVM.Engine.IndirectStrNode

Inheritance: StrNode
Mostra file Open project: ChicagoDave/Zifmia

Public Methods

Method Description
HandleNextChar ( Engine e ) : void
IndirectStrNode ( uint address, bool dblIndirect, uint argCount, uint argsAt ) : System

Method Details

HandleNextChar() public method

public HandleNextChar ( Engine e ) : void
e Engine
return void

IndirectStrNode() public method

public IndirectStrNode ( uint address, bool dblIndirect, uint argCount, uint argsAt ) : System
address uint
dblIndirect bool
argCount uint
argsAt uint
return System