ropeAttachEnabled: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
| 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. | | Returns [[true]] if entity can be attached to a rope end. | ||
| [[ropeAttachEnabled]] entity | | [[ropeAttachEnabled]] entity | ||
|p1= entity: [[Object]] - entity to check | |p1= entity: [[Object]] - entity to check | ||
| [[Boolean]] - [[true]] if allowed | | [[Boolean]] - [[true]] if allowed | ||
|x1= <code>[[ropeAttachEnabled]] veh1;</code> | |x1= <code>[[ropeAttachEnabled]] veh1;</code> | ||
| [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] | | [[ropes]], [[canSlingLoad]], [[enableRopeAttach]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] | ||
}} | }} | ||
Revision as of 11:02, 18 January 2021
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:
- 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