Deprecate isUnderwater (replaced by underwater command from 1.66) (#5560)

This commit is contained in:
jonpas 2017-09-27 02:35:00 +02:00 committed by PabstMirror
parent 30fcbb66ae
commit 430c136a61

View File

@ -15,6 +15,8 @@
*/
#include "script_component.hpp"
ACE_DEPRECATED(QFUNC(isUnderwater),"3.13.0","underwater OBJECT");
params [["_unit", objNull, [objNull]]];
private _return = false;