enableRopeAttach: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
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>") |
||
(35 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= arma3 | ||
|version1= 1.34 | |||
|arg= local | |||
|eff= global | |||
| | |gr1= Ropes and Sling Loading | ||
| | |descr=Enables or disables the ability to be attached to a rope end for the given entity. | ||
| | |s1= entity [[enableRopeAttach]] enable | ||
|p1= entity: [[Object]] - given entity | |p1= entity: [[Object]] - given entity | ||
Line 19: | Line 16: | ||
|p2= enable: [[Boolean]] - [[false]] to disable rope attachment | |p2= enable: [[Boolean]] - [[false]] to disable rope attachment | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>vehicle player enableRopeAttach false;</sqf> | ||
| [[ropes]] | |seealso= [[ropes]] [[canSlingLoad]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeAttachedTo]] [[ropeCreate]] [[ropeDetach]] [[ropeAttachEnabled]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]] | ||
}} | }} | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dd class="notedate">Posted on 05 April, 2014 | <dt></dt> | ||
<dt class="note">[[User:Waffle SS.|Waffle SS.]] | <dd class="notedate">Posted on 05 April, 2014</dd> | ||
<dt class="note">[[User:Waffle SS.|Waffle SS.]]</dt> | |||
<dd class="note">Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.<br> | <dd class="note">Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.<br> | ||
</dl> | </dl> | ||
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.