addVehicle: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| group '''addVehicle''' vehicle |= Syntax
| [[Group]] '''addVehicle''' [[Object|Vehicle]]|= Syntax


|p1= group: [[Group]]|= Parameter 1
|p1= group: [[Group]]|= Parameter 1


|p2= vehicle: [[Object]]|= Parameter 2
|p2= [[Object|Vehicle]]: [[Object]]|= Parameter 2


| none |= Return value
| none |= Return value

Revision as of 06:08, 27 August 2007

-wrong parameter ("Arma") defined!-1.05
Hover & click on the images for description

Description

Description:
Added 1.05 Adds the specified vehicle to the specified group.
Groups:
Uncategorised

Syntax

Syntax:
Group addVehicle Vehicle
Parameters:
group: Group
Vehicle: Object
Return Value:
none

Examples

Example 1:
_group AddVehicle _vehicle

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