ropeAttachTo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \|(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) +=" to " |$1=")
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
Line 9: Line 9:
| Attaches entity to the rope end with optional offset. For detach operation use [[ropeDetach]].
| Attaches entity to the rope end with optional offset. For detach operation use [[ropeDetach]].


|[entity, toPoint, ropeEndDownVector] [[ropeAttachTo]] rope
|s1= [entity, toPoint, ropeEndDownVector] [[ropeAttachTo]] rope


|p1= [entity, toPoint, ropeEndDownVector]: [[Array]]
|p1= [entity, toPoint, ropeEndDownVector]: [[Array]]

Revision as of 00:20, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Ropes and Sling Loading

Syntax

Syntax:
[entity, toPoint, ropeEndDownVector] ropeAttachTo rope
Parameters:
[entity, toPoint, ropeEndDownVector]: Array
entity: Object - entity to be attached to the end of rope
toPoint (Optional): String or Array - position for the rope end, either a memory point String or relative offset Array
ropeEndDownVector (Optional): String or Array, either a memory point String or relative vector Array. If String is given, then ropeEndDownVector is calculated from toPoint towards ropeEndDownVector memory point. Default: [0,0,-1]
rope: Object - the rope to which entity will be attached to
Return Value:
Nothing

Examples

Example 1:
[veh1, [0,0,0], [0,0,-1]] ropeAttachTo (ropes heli1 select 0);

Additional Information

See also:
ropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown

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