in vehicle: Difference between revisions

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


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


| [[Boolean]] |= Return value
| [[Boolean]] |= Return value

Revision as of 02:43, 23 January 2009

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: 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