mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Deprecate isUnderwater (replaced by underwater command from 1.66) (#5560)
This commit is contained in:
parent
30fcbb66ae
commit
430c136a61
@ -15,6 +15,8 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
ACE_DEPRECATED(QFUNC(isUnderwater),"3.13.0","underwater OBJECT");
|
||||
|
||||
params [["_unit", objNull, [objNull]]];
|
||||
|
||||
private _return = false;
|
||||
|
Loading…
Reference in New Issue
Block a user