surfaceIsWater: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SURFACEISWATER]]
[[Category:Scripting Commands ArmA|SURFACEISWATER]]


<new command not populated>


<h2 style="color:#000066">''' surfaceIsWater ''[x, y]'''''</h2>


<h2 style="color:#000066">''''' surfaceIsWater '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''[x, y]:''' [[Array]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Boolean]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.58 required.


'''Description:'''
'''Description:'''


 
Returns whether water is at given position.
'''Example:'''

Revision as of 16:15, 5 July 2006


surfaceIsWater [x, y]


Operand types:

[x, y]: Array

Type of returned value:

Boolean

Compatibility:

Version 2.58 required.

Description:

Returns whether water is at given position.