You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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