Home - nrother/dynamiclua GitHub Wiki

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 issue #1
  • 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 issue #4