ropeAttachEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3>" to "")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>")
 
(25 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.34
| 1.34


|gr1= Ropes and Sling Loading
|gr1= Ropes and Sling Loading


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


| [[ropeAttachEnabled]] entity
|s1= [[ropeAttachEnabled]] entity


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


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


| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]]
|x1= <sqf>ropeAttachEnabled veh1;</sqf>
 
|seealso= [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeCreate]] [[ropeDetach]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]]
}}
}}
<dl class="command_description">
</dl>
{{GameCategory|arma3|Scripting Commands}}

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