isOnRoad: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (position link)
m (global args)
Line 3: Line 3:


| arma2 |= Game name
| arma2 |= Game name
|1.00|= Game version
|1.00|= Game version
|arg= global|= Arguments in MP
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:49, 8 July 2015

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 PositionATL (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