qzdoom/src/thingdef
Randy Heit c6c2b21901 Add FxVMFunctionCall class
- This replaces the general extensibility that had existed formerly
  in thingdef_function.cpp. Parameter parsing for function calls is
  shared with state parameter parsing. Functions are defined exactly in
  the same way as action functions, but without the 'action' keyword.
2014-12-30 23:31:07 -06:00
..
olddecorations.cpp Use PFunction instead of PSymbolActionFunction in DECORATE parser 2013-08-14 22:00:16 -05:00
thingdef.cpp Make global symbols survive GC runs 2013-10-29 22:05:43 -05:00
thingdef.h Add FxVMFunctionCall class 2014-12-30 23:31:07 -06:00
thingdef_codeptr.cpp Merge branch 'master' into gonesolong 2014-12-21 21:15:11 -06:00
thingdef_data.cpp Merge branch 'master' into gonesolong 2014-12-21 21:15:11 -06:00
thingdef_exp.cpp Add FxVMFunctionCall class 2014-12-30 23:31:07 -06:00
thingdef_exp.h Add FxVMFunctionCall class 2014-12-30 23:31:07 -06:00
thingdef_expression.cpp Add FxVMFunctionCall class 2014-12-30 23:31:07 -06:00
thingdef_parse.cpp Add non-action function parsing to the DECORATE parser 2014-12-30 21:15:48 -06:00
thingdef_properties.cpp Merge branch 'master' into gonesolong 2014-12-21 21:15:11 -06:00
thingdef_states.cpp Add FxVMFunctionCall class 2014-12-30 23:31:07 -06:00
thingdef_type.h DECORATE cleanup 2013-08-23 22:17:08 -05:00