ropeCreate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "ROPECREATE {{Command|= Comments ____________________________________________________________________________________________ | TKOH |= Game name...")
 
No edit summary
Line 35: Line 35:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 11:24, 28 October 2011


Hover & click on the images for description

Description

Description:
Create a rope between two given objects.
Groups:
Uncategorised

Syntax

Syntax:
Rope = ropeCreate [firstObject, relPosition1, secondObject, relPosition2, segmentCount]
Parameters:
firstObject: Object
relPosition1: Position (in model space of firstObject)
secondObject: Object
relPosition2: Position (in model space of secondObject)
segmentCount: Number
Return Value:
Boolean

Examples

Examples:
Example needed

Additional Information

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