in vehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category)
m (changed global to local variable to make clear the variable)
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''soldier'' '''in''' vehicle |= Syntax
| [[Object#Person|Person]] '''in''' [[Object#Vehicle|Vehicle]] |= Syntax
|p1 = solider: [[Object]]
|p1 = [[Object#Person|Person]]
|p2 = vehicle: [[Object]]
|p2 = [[Object#Vehicle|Vehicle]]


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



Revision as of 14:05, 27 August 2007

Hover & click on the images for description

Description

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

Syntax

Syntax:
Person in Vehicle
Parameters:
Person
Vehicle
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