qzdoom/src/scripting/codegeneration
Christoph Oelckers d6047ae651 - added the required code genration nodes for member function calls.
This is not testable right now because finally the action function mess has come full circle. The current setup makes it impossible to call action functions from non-action functions because the needed info is local to the functions.
Long avoided, this needs to be refactored now so that the different semantics for action functions are no longer needed.
2016-10-22 12:10:19 +02:00
..
codegen.cpp - added the required code genration nodes for member function calls. 2016-10-22 12:10:19 +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