ropeCreate: Difference between revisions

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


| [[Rope]] <nowiki>=</nowiki>  '''ropeCreate''' [firstObject, relPosition1, secondObject, relPosition2, segmentCount]|= Syntax
| [[Rope]] <nowiki>=</nowiki>  '''ropeCreate''' [firstObject, relPosition1, secondObject, relPosition2, segmentCount (, length)]|= Syntax


|p1= firstObject: [[Object]] |= Parameter 1
|p1= firstObject: [[Object]] |= Parameter 1
Line 19: Line 19:
|p4= relPosition2: [[Position]] (in model space of secondObject) |= Parameter 4
|p4= relPosition2: [[Position]] (in model space of secondObject) |= Parameter 4
|p5= segmentCount: [[Number]] |= Parameter 5
|p5= segmentCount: [[Number]] |= Parameter 5
|p6= length: [[Number]] |= Parameter 6


| [[Rope]] |= Return value
| [[Rope]] |= Return value

Revision as of 21:48, 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 (, length)]
Parameters:
firstObject: Object
relPosition1: Position (in model space of firstObject)
secondObject: Object
relPosition2: Position (in model space of secondObject)
segmentCount: Number
length: Number
Return Value:
Rope

Examples

Examples:
Example needed

Additional Information

See also:
ropeDestroyropeDetachropeSetCargoMass

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