forked from nrother/dynamiclua
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Niklas Rother edited this page Mar 3, 2014
·
5 revisions
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:
- QuickStartGuide - Learn how to use the main Features
- Features - A detailed list of all implemented Features ** Metatable usage in C#
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]