summaryrefslogtreecommitdiffstats
path: root/src/Bindings/gen_LuaState_Call.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LuaState: Fixed referenced function pushing.madmaxoft2014-09-031-1/+1
| | | | The references are no longer destroyed by the call.
* Merge remote-tracking branch 'origin/master' into RanksMattes D2014-08-221-0/+1
|\
| * Sorted the generated param count.Mattes D2014-08-211-1/+1
| |
| * Added a_ClientHandle to the HOOK_SERVER_PING hook.Howaner2014-08-201-1/+1
| |
| * Cleaned up code.Howaner2014-08-201-0/+1
| |
* | 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