ropeLength: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Text replacement - "{{Feature|Informative|" to "{{Feature|informative|")
 
Line 7: Line 7:


|descr= Return rope length in meters (set by [[ropeCreate]], [[ropeCut]], [[ropeUnwind]]).
|descr= Return rope length in meters (set by [[ropeCreate]], [[ropeCut]], [[ropeUnwind]]).
{{Feature|Informative|Returned rope length will remain the same, even if the rope is stretched.}}
{{Feature|informative|Returned rope length will remain the same, even if the rope is stretched.}}


|s1= [[ropeLength]] rope
|s1= [[ropeLength]] rope

Latest revision as of 01:24, 2 February 2024

Hover & click on the images for description

Description

Description:
Return rope length in meters (set by ropeCreate, ropeCut, ropeUnwind).
Returned rope length will remain the same, even if the rope is stretched.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
ropeLength rope
Parameters:
rope: Object
Return Value:
Number

Examples

Example 1:
_length = ropeLength (ropes heli1 select 0);

Additional Information

See also:
ropes canSlingLoad enableRopeAttach getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeUnwound ropeAttachedTo ropeCreate ropeDetach ropeAttachEnabled ropeCut ropeEndPosition ropeUnwind setSlingLoad slingLoadAssistantShown

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