isOnRoad

From Bohemia Interactive Community
Revision as of 16:20, 13 August 2015 by Killzone Kid (talk | contribs) (AGL)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Checks if given object or position is on road.
Groups:
Uncategorised

Syntax

Syntax:
isOnRoad object
Parameters:
object: Object
Return Value:
Boolean

Alternative Syntax

Syntax:
isOnRoad position
Parameters:
position: Array - format PositionAGL (especially on bridges)
Return Value:
Boolean

Examples

Example 1:
_objOnRoad = isOnRoad player;
Example 2:
_posOnRoad = isOnRoad getPosATL player;

Additional Information

See also:
surfaceIsWater

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

Notes

Bottom Section