enableRopeAttach: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3 $4;</sqf>") |
||
(18 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 | |||
|arg= local | |arg= local | ||
|eff= global | |eff= global | ||
Line 9: | Line 8: | ||
|gr1= Ropes and Sling Loading | |gr1= Ropes and Sling Loading | ||
|Enables or disables the ability to be attached to a rope end for the given entity. | |descr=Enables or disables the ability to be attached to a rope end for the given entity. | ||
|s1= entity [[enableRopeAttach]] enable | |s1= entity [[enableRopeAttach]] enable | ||
Line 19: | Line 18: | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>vehicle player enableRopeAttach false;</sqf> | ||
|seealso= [[ropes]] | |seealso= [[ropes]] [[canSlingLoad]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeCreate]] [[ropeDetach]] [[ropeAttachEnabled]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]] | ||
}} | }} | ||
Latest revision as of 14:11, 5 May 2022
Description
- Description:
- Enables or disables the ability to be attached to a rope end for the given entity.
- Groups:
- Ropes and Sling Loading
Syntax
- Syntax:
- entity enableRopeAttach enable
- Parameters:
- entity: Object - given entity
- enable: Boolean - false to disable rope attachment
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- ropes canSlingLoad getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeLength ropeUnwound ropeAttachedTo ropeCreate ropeDetach ropeAttachEnabled 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
- Posted on 05 April, 2014
- Waffle SS.
- Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.