Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Henchmen
Lua
State
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
Mostrar archivo
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