ropeAttachEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(explained better)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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


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

Revision as of 19:37, 1 September 2019

Hover & click on the images for description

Description

Description:
Returns true if entity can be attached to a rope end.
Groups:
Uncategorised

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:
ropescanSlingLoadenableRopeAttachgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeCutropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown

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

Bottom Section