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
Afficher le fichier Open project: henchmeninteractive/HenchLua

Méthodes publiques

Méthode Description
LoadFunction ( System byteCode ) : Function
State ( ) : System
State ( Table globals ) : System

Method Details

LoadFunction() public méthode

public LoadFunction ( System byteCode ) : Function
byteCode System
Résultat Function

State() public méthode

public State ( ) : System
Résultat System

State() public méthode

public State ( Table globals ) : System
globals Table
Résultat System