ropeDetach: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(Added to "see also" + rudimentary example)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ropeCreate]], [[ropeSetCargoMass]], [[ropeDestroy]] |= See also
|x1 = <code>[[vehicle]] [[player]] [[ropeDetach]] myRope;</code> |= Example 1
 
| [[ropeCreate]],  
[[ropeDestroy]],  
[[ropeSetCargoMass]] |= See also


}}
}}

Revision as of 00:05, 23 March 2014


Hover & click on the images for description

Description

Description:
Detach a rope from an object.
Groups:
Uncategorised

Syntax

Syntax:
vehicle ropeDetach rope;
Parameters:
vehicle: Object
rope: Object
Return Value:
Nothing

Examples

Example 1:
vehicle player ropeDetach myRope;

Additional Information

See also:
ropeCreate, ropeDestroy, ropeSetCargoMass

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