in vehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


|  |= Description
| Checks whether the soldier is mounted in the vehicle. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''in vehicle''' |= Syntax
| ''solider'' '''in''' vehicle |= Syntax
|p1 = solider: [[Object]]
|p2 = vehicle: [[Object]]


| |= Return value
| [[Boolean]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1 = <code> [[player]] '''in''' jeepOne  </code>
|  |= See also
|  |= See also



Revision as of 08:21, 4 August 2006

Hover & click on the images for description

Description

Description:
Checks whether the soldier is mounted in the vehicle.
Groups:
Uncategorised

Syntax

Syntax:
solider in vehicle
Parameters:
solider: Object
vehicle: Object
Return Value:
Boolean

Examples

Example 1:
player in jeepOne

Additional Information

See also:
See also needed

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