Skip to content
Niklas Rother edited this page Mar 3, 2014 · 5 revisions

DynamicLua Documentation

There is still not so many Documentation here, but the list of Features is quite complete. You should start by reading the [QuickStartGuide] and then refer to the list of Features for further details. Please Note: The documentation assumes, that you are familiar with Lua, if not so, please take a look into the Lua Documentation or search for an Lua Introduction.

The following pages are present in this Documentation:

Know Bugs

There are two hard-to-fix bugs in DynamicLua that you probably will encounter:

  • Using Visual Studio to edit *.lua files causes problems, see [workitem:850]
  • When a C#-Method is called with a Lua-Table as a parameter a LuaTable-Instance is passed to C#, not a DynamicLuaTable-Instance as exspected, see [workitem:438]
Clone this wiki locally