ropeAttachEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma 3 |Game name=
|game1= arma3
|version1= 1.34


| 1.34 |Game version=
|gr1= Ropes and Sling Loading
____________________________________________________________________________________________


| Returns true if vehicle can be attached to ropes. |Description=
|descr= Returns [[true]] if entity can be attached to a rope end.
____________________________________________________________________________________________


| [[ropeAttachEnabled]] vehicle |Syntax=
|s1= [[ropeAttachEnabled]] entity


|p1= vehicle: [[Object]]
|p1= entity: [[Object]] - entity to check


| [[Boolean]] |Return value=
|r1= [[Boolean]] - [[true]] if allowed
____________________________________________________________________________________________
|x1= <code>[[ropeAttachEnabled]] veh1;</code> |Example1=


| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] |See also=
|x1= <sqf>ropeAttachEnabled veh1;</sqf>
 
|seealso= [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeCreate]] [[ropeDetach]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Ropes and Sling Loading]]

Latest revision as of 14:17, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns true if entity can be attached to a rope end.
Groups:
Ropes and Sling Loading

Syntax

Syntax:
ropeAttachEnabled entity
Parameters:
entity: Object - entity to check
Return Value:
Boolean - true if allowed

Examples

Example 1:
ropeAttachEnabled veh1;

Additional Information

See also:
ropes canSlingLoad enableRopeAttach getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeLength ropeUnwound ropeAttachedTo ropeCreate ropeDetach 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