C# Class Henchmen.Lua.State

A simple extension of Thread, which pairs it with a table of globals. The globals don't have any special role to play in execution, this is just a convenient way to keep everything bundled together.
Inheritance: Thread
Datei anzeigen Open project: henchmeninteractive/HenchLua

Public Methods

Method Description
LoadFunction ( System byteCode ) : Function
State ( ) : System
State ( Table globals ) : System

Method Details

LoadFunction() public method

public LoadFunction ( System byteCode ) : Function
byteCode System
return Function

State() public method

public State ( ) : System
return System

State() public method

public State ( Table globals ) : System
globals Table
return System