enableRopeAttach: Difference between revisions
Jump to navigation
Jump to search
Waffle SS. (talk | contribs) m (Updated game name/version) |
Lou Montana (talk | contribs) |
||
Line 1: | Line 1: | ||
{{Command|= | {{Command|Comments= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma 3 | | | arma 3 |Game name= | ||
|1.34| | |1.34|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|Enable/disable ability to attach or be attached to ropes for given vehicle|= | |Enable/disable ability to attach or be attached to ropes for given vehicle. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|vehicle | |vehicle [[enableRopeAttach]] enable |Syntax= | ||
|p1 = vehicle: [[Object]] | |||
|p2 = enable: [[Boolean]] | |p1= vehicle: [[Object]] | ||
| [[Nothing]] | | |||
|p2= enable: [[Boolean]] | |||
| [[Nothing]] |Return value= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | |x1= <code>([[vehicle]] [[player]]) [[enableRopeAttach]] [[false]];</code> |Example1= | ||
| [[ropes]], [[canSlingLoad]], [[getSlingLoad]], [[ropeAttachedObjects]], [[ropeAttachTo]], [[ropeDestroy]], [[ropeLength]], [[ropeUnwound]], [[ropeAttachedTo]], [[ropeCreate]], [[ropeDetach]], [[ropeAttachEnabled]], [[ropeCut]], [[ropeEndPosition]], [[ropeUnwind]], [[setSlingLoad]], [[slingLoadAssistantShown]] |See also= | |||
}} | }} | ||
Line 27: | Line 29: | ||
<dd class="notedate">Posted on 05 April, 2014 | <dd class="notedate">Posted on 05 April, 2014 | ||
<dt class="note"> | <dt class="note">[[User:Waffle SS.|Waffle SS.]] | ||
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> | ||
Line 34: | Line 36: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command Group: Ropes and Sling Loading]] |
Revision as of 23:30, 29 March 2019
Description
- Description:
- Enable/disable ability to attach or be attached to ropes for given vehicle.
- Groups:
- Uncategorised
Syntax
- Syntax:
- vehicle enableRopeAttach enable
- Parameters:
- vehicle: Object
- enable: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
(vehicle player) enableRopeAttach false;
Additional Information
- See also:
- ropescanSlingLoadgetSlingLoadropeAttachedObjectsropeAttachToropeDestroyropeLengthropeUnwoundropeAttachedToropeCreateropeDetachropeAttachEnabledropeCutropeEndPositionropeUnwindsetSlingLoadslingLoadAssistantShown
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
- Posted on 05 April, 2014
- Waffle SS.
- Attachable nearby vehicles may not update on Sling Load Assistant until re-opened.