vkdoom_m/src/scripting/codegeneration
Christoph Oelckers 135cfcf016 - implemented State as an actual native struct, so that its fields can be accessed from scripts.
- refactored state bitfield members into a flag word because the address of a bitfield cannot be taken, making such variables inaccessible to scripts.
- actually use PNativeStruct for representing native structs defined in a script.
2016-11-21 21:34:34 +01:00
..
codegen.cpp - implemented State as an actual native struct, so that its fields can be accessed from scripts. 2016-11-21 21:34:34 +01:00
codegen.h - implemented named arguments. 2016-11-21 01:32:01 +01:00