attachTo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Object '''attachto''' [Object,[0,0,0]] |= Syntax
|Object '''attachto''' [Object,offset] |= Syntax


|p1=  Object: [[Object]] or [[player]] |= Parameter 1
|p1=  Object: [[Object]] or [[player]] |= Parameter 1
|p2=  Object: [[Object]] or [[player]] |= Parameter 2
|p3=  offset: Array - format Position |= Parameter 3


|  |= Return value
|  |= Return value

Revision as of 19:07, 3 June 2009

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Uncategorised

Syntax

Syntax:
Object attachto [Object,offset]
Parameters:
Object: Object or player
Object: Object or player
offset: Array - format Position
Return Value:
Return value needed

Examples

Example 1:
player attachto [car,[0,0,1]]; 

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