ropeCreate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
|p5= segmentCount: [[Number]] |= Parameter 5
|p5= segmentCount: [[Number]] |= Parameter 5


| [[Boolean]] |= Return value
| [[Rope]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:25, 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:
Rope

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