enableRopeAttach: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(global/local args)
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3 $4;</sqf>")
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.34
|1.34
|arg= local
|arg= local
|eff= global
|eff= global
Line 9: Line 8:
|gr1= Ropes and Sling Loading
|gr1= Ropes and Sling Loading


|Enables or disables the ability to be attached to a rope end for the given entity.
|descr=Enables or disables the ability to be attached to a rope end for the given entity.


|entity [[enableRopeAttach]] enable
|s1= entity [[enableRopeAttach]] enable


|p1= entity: [[Object]] - given entity
|p1= entity: [[Object]] - given entity
Line 17: Line 16:
|p2= enable: [[Boolean]] - [[false]] to disable rope attachment
|p2= enable: [[Boolean]] - [[false]] to disable rope attachment


| [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[vehicle]] [[player]] [[enableRopeAttach]] [[false]];</code>
|x1= <sqf>vehicle player enableRopeAttach false;</sqf>


|seealso= [[ropes]], [[canSlingLoad]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]]
|seealso= [[ropes]] [[canSlingLoad]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeCreate]] [[ropeDetach]] [[ropeAttachEnabled]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]]
}}
}}


<dl class="command_description">
<dl class="command_description">
<dt></dt>
<dt></dt>
<dd class="notedate">Posted on 05 April, 2014</dd>
<dd class="notedate">Posted on 05 April, 2014</dd>
Line 31: Line 31:


</dl>
</dl>
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 15:11, 5 May 2022

Hover & click on the images for description

Description

Description:
Enables or disables the ability to be attached to a rope end for the given entity.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
entity enableRopeAttach enable
Parameters:
entity: Object - given entity
enable: Boolean - false to disable rope attachment
Return Value:
Nothing

Examples

Example 1:
vehicle player enableRopeAttach false;

Additional Information

See also:
ropes canSlingLoad getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeLength 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
Posted on 05 April, 2014
Waffle SS.
Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.