ropeDetach: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 19: Line 19:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>vehicle player [[ropeDetach]] myRope;</code>
|x1= <code>vehicle player ropeDetach myRope;</code>


|seealso= [[ropeCreate]] [[ropeDestroy]] [[ropeSetCargoMass]] [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeAttachEnabled]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]]
|seealso= [[ropeCreate]] [[ropeDestroy]] [[ropeSetCargoMass]] [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeAttachEnabled]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]]
}}
}}

Revision as of 12:17, 12 May 2022

Hover & click on the images for description

Description

Description:
Detaches attached object from rope (i.e. detaches rope end from attached to it entity). See ropeAttachTo for attach operation.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
attachedObject ropeDetach rope
Parameters:
attachedObject: Object - entity attached to the end of rope
rope: Object - rope object to which entity is attached
Return Value:
Nothing

Examples

Example 1:
vehicle player ropeDetach myRope;

Additional Information

See also:
ropeCreate ropeDestroy ropeSetCargoMass ropes canSlingLoad enableRopeAttach getSlingLoad ropeAttachedObjects ropeAttachTo ropeLength ropeUnwound ropeAttachedTo ropeAttachEnabled ropeCut ropeEndPosition ropeUnwind

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