surfaceNormal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 19: Line 19:
|x2= <code>_normal <nowiki>=</nowiki> [[surfaceNormal]] [[position]] [[player]];</code>
|x2= <code>_normal <nowiki>=</nowiki> [[surfaceNormal]] [[position]] [[player]];</code>


| [[setVectorUp]], [[surfaceIsWater]], [[surfaceType]]
|seealso= [[setVectorUp]], [[surfaceIsWater]], [[surfaceType]]
}}
}}



Revision as of 01:06, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Positions

Syntax

Syntax:
Syntax needed
Parameters:
position: Array - format Position2D or Position3D in which case Z will be ignored
Return Value:
Return value needed

Examples

Example 1:
_normal = surfaceNormal [300, 500];
Example 2:
_normal = surfaceNormal position player;

Additional Information

See also:
setVectorUpsurfaceIsWatersurfaceType

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