C# (CSharp) Henchmen.Lua Namespace

Nested Namespaces

Henchmen.Lua.Libs
Henchmen.Lua.Tests

Classes

Name Description
Callable Nicely wraps up both closures and callbacks.
Closure
Function
Function.Header
Helpers
Instruction
InvalidBytecodeException
InvalidOperandException
LString
Literals
LuaException
Program
Proto
Proto.LoadState
Proto.LocalVarDesc
Proto.UpValDesc
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.
Thread
Thread.CallInfo
Thread.OpenUpValue
Thread.StrBuilder
UserFunction