mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-02 05:01:27 +00:00
a2d52f4958
It's an optional extension of deprecated keyword: deprecated("2.4", "use ModernFunction instead") int OldFunction(); deprecated("3.5", "use ModernVariable instead") int OldVariable; Usage of such members will produce the following report: Script warning, ":zscript.txt" line 123: Accessing deprecated function OldFunction - deprecated since 2.4.0, use ModernFunction instead Script warning, ":zscript.txt" line 456: Accessing deprecated member variable OldVariable - deprecated since 3.5.0, use ModernVariable instead # Conflicts: # src/scripting/zscript/zcc_compile.cpp |
||
---|---|---|
.. | ||
backend | ||
decorate | ||
vm | ||
zscript | ||
symbols.cpp | ||
symbols.h | ||
thingdef.cpp | ||
thingdef.h | ||
thingdef_data.cpp | ||
thingdef_properties.cpp | ||
types.cpp | ||
types.h | ||
vmiterators.cpp | ||
vmthunks.cpp | ||
vmthunks_actors.cpp |