ropeAttachEnabled: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] ([a-zA-Z0-9_]+);?<\/code>" to "<sqf>$1 $2;</sqf>") |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=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 | ||
| [[ropes]] | |x1= <sqf>ropeAttachEnabled veh1;</sqf> | ||
|seealso= [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeCreate]] [[ropeDetach]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]] | |||
}} | }} | ||
Latest revision as of 13:17, 5 May 2022
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