ropeDetach: Difference between revisions

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


| object  '''ropeDetach''' ropeObject|= Syntax
| vehicle '''ropeDetach''' rope;|= Syntax


|p1= object: [[Object]] |= Parameter 1
|p1= vehicle: [[Object]] |= Parameter 1
|p2= ropeObject: [[Rope]] |= Parameter 2
|p2= rope: [[Object]]|= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
Line 33: Line 33:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Take On Helicopters: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Revision as of 12:19, 2 November 2011


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

Examples:
Example needed

Additional Information

See also:
ropeCreateropeSetCargoMassropeDestroy

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