enableRopeAttach: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Updated game name/version)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma 3 |= Game name
| arma 3 |Game name=


|1.34|= Game version
|1.34|Game version=


____________________________________________________________________________________________
____________________________________________________________________________________________


|Enable/disable ability to attach or be attached to ropes for given vehicle|= Description
|Enable/disable ability to attach or be attached to ropes for given vehicle. |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


|vehicle '''enableRopeAttach''' enable|= Syntax
|vehicle [[enableRopeAttach]] enable |Syntax=
|p1 = vehicle: [[Object]]
 
|p2 = enable: [[Boolean]]
|p1= vehicle: [[Object]]
| [[Nothing]] |= Return value
 
|p2= enable: [[Boolean]]
 
| [[Nothing]] |Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________
|x1 = <code>([[vehicle]] [[player]]) '''enableRopeAttach''' [[false]];</code> |= Example1


| [[ropes]], [[canSlingLoad]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] |= See also
|x1= <code>([[vehicle]] [[player]]) [[enableRopeAttach]] [[false]];</code> |Example1=


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


Line 27: Line 29:


<dd class="notedate">Posted on 05 April, 2014
<dd class="notedate">Posted on 05 April, 2014
<dt class="note">'''[[User:Waffle SS.|Waffle SS.]]'''<dd class="note"><br>
<dt class="note">[[User:Waffle SS.|Waffle SS.]]
Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.<br>
<dd class="note">Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.<br>


</dl>
</dl>
Line 34: Line 36:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Ropes and Sling Loading]]

Revision as of 00:30, 30 March 2019

Hover & click on the images for description

Description

Description:
Enable/disable ability to attach or be attached to ropes for given vehicle.
Groups:
Uncategorised

Syntax

Syntax:
vehicle enableRopeAttach enable
Parameters:
vehicle: Object
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
(vehicle player) enableRopeAttach false;

Additional Information

See also:
ropescanSlingLoadgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown

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

Posted on 05 April, 2014
Waffle SS.
Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.

Bottom Section