gzdoom/src/scripting/codegeneration
Christoph Oelckers d714670acc - allow calling non-action functions directly from a state.
Ironically this only requires a very minor change in the calling code and an added member for the VMFunction to tell that code how many parameters to pass.
This change will allow to turn the vast majority of action functions into regular members, the only ones that still need to be an action function are the few that actually use the pointers.
2016-10-22 16:35:48 +02:00
..
codegen.cpp - allow calling non-action functions directly from a state. 2016-10-22 16:35:48 +02:00
codegen.h - added the required code genration nodes for member function calls. 2016-10-22 12:10:19 +02:00
functioncalls.cpp - implemented array-style syntax for Random calls. 2016-10-16 10:59:12 +02:00