summaryrefslogtreecommitdiffstats
path: root/src/Bindings/AllToLua_lua.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ToLua now generates cLuaState::Push() and GetStackValue()Mattes D2015-05-121-1/+1
| | | | | For classes exported through ToLua it generates the cLuaState::Push() and cLuaState::GetStackValue() functions, as well as the supporting forward declarations and typedefs. Renamed virtual_method_hooks.lua to BindingsProcessor.lua since it no longer provides virtual method hooks and instead does additional processing when generating the bindings.
* Renamed AllToLua_lua script.madmaxoft2014-07-191-0/+27
Fixes #1222.