mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
eace79ccad
- Since DECORATE's return statement can only return the results of function calls (I do not want to spend the time necessary to make it return arbitrary expressions), here are three functions to get around this limitation: * A_State - Returns the state passed to it. You can simulate A_Jump functions with this. * A_Int - Returns the int passed to it. * A_Bool - Returns the bool passed to it. - e.g. If you want to return the number 3, you use this: return A_Int(3); If you want to jump to a different state, you use this: return A_State("SomeState"); |
||
---|---|---|
.. | ||
static | ||
CMakeLists.txt | ||
wadsrc.vcproj |