getWaterLeakiness

From Bohemia Interactive Community
Revision as of 20:07, 20 November 2023 by Lou Montana (talk | contribs) (Page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.16.

Description

Description:
Get an object's water intake ratio when immersed.
Groups:
Object Manipulation

Syntax

Syntax:
getWaterLeakiness obj
Parameters:
obj: Object - object to check
Return Value:
Number in range 0..1 where 0 is waterproof and 1 is full leak

Examples

Example 1:
if (getWaterLeakiness _myCar > 0) then { hint "don't go in the water with it!"; };

Additional Information

See also:
setWaterLeakiness setWaterFillPercentage getWaterFillPercentage

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note