summaryrefslogtreecommitdiffstats
path: root/src/Bindings/gen_LuaState_Call.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cLuaState: Added GetStackValues() auto-generated templates.madmaxoft2014-08-081-0/+27
| | | | | These will read consecutive values off the stack, each value of a type independent of the other values. Auto-generated because we don't have variadic templates in C++03.
* Made AllToLua output consistentTiger Wang2014-08-041-2/+2
|
* Initial codegen for LuaState_Call.inc.madmaxoft2014-07-011-0/+196