surfaceIsWater: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Bottom Section</h3>" to "") |
||
Line 34: | Line 34: | ||
</dl> | </dl> | ||
[[Category:Scripting Commands|SURFACEISWATER]] | [[Category:Scripting Commands|SURFACEISWATER]] | ||
{{GameCategory|ofpe|Scripting Commands}} | {{GameCategory|ofpe|Scripting Commands}} |
Revision as of 14:09, 18 January 2021
Description
- Description:
- Returns whether water is at given position.
- Groups:
- Positions
Syntax
- Syntax:
- surfaceIsWater position
- Parameters:
- position: Array - format Position2D or Position3D in which case Z will be ignored
- Return Value:
- Boolean
Examples
- Example 1:
_isWater= surfaceIsWater [1000, 3000];
- Example 2:
_isWater = surfaceIsWater position player;
Additional Information
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
- Posted on 4 May, 2012
- Osmo
- Does not work with inland water. Works only with sea water.
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Command Group: Positions
- Operation Flashpoint: Elite: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands