ropesAttachedTo: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 7: | Line 7: | ||
|gr1= Ropes and Sling Loading | |gr1= Ropes and Sling Loading | ||
|descr=Returns the owners of all ropes attached to the cargo - the transports to which other entities are attached with [[ropes]]. This command returns [[Array]] of [[Object]]s instead of a single [[Object]] as with [[ropeAttachedTo]]. | |descr=Returns the owners of all ropes attached to the cargo - the transports to which other entities are attached with [[ropes]]. | ||
This command returns [[Array]] of [[Object]]s instead of a single [[Object]] as with [[ropeAttachedTo]]. | |||
|s1= [[ropesAttachedTo]] cargo | |s1= [[ropesAttachedTo]] cargo | ||
Line 15: | Line 16: | ||
|r1= [[Array]] - of [[Object]]s which are transports from which the ropes originate, the ropes owners | |r1= [[Array]] - of [[Object]]s which are transports from which the ropes originate, the ropes owners | ||
|x1= < | |x1= <sqf> | ||
r2 = | r1 = ropeCreate [car1, [0,0,0], car3, [0,0,0], 10]; | ||
r2 = ropeCreate [car2, [0,0,0], car3, [0,0,0], 10]; | |||
ropesAttachedTo car3; // [car1,car2] | |||
</sqf> | |||
|seealso= [[ropeAttachedTo]] [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeCreate]] [[ropeDetach]] [[ropeAttachEnabled]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]] | |seealso= [[ropeAttachedTo]] [[ropes]] [[canSlingLoad]] [[enableRopeAttach]] [[getSlingLoad]] [[ropeAttachedObjects]] [[ropeAttachTo]] [[ropeDestroy]] [[ropeLength]] [[ropeUnwound]] [[ropeCreate]] [[ropeDetach]] [[ropeAttachEnabled]] [[ropeCut]] [[ropeEndPosition]] [[ropeUnwind]] [[setSlingLoad]] [[slingLoadAssistantShown]] | ||
}} | }} |
Revision as of 18:46, 5 May 2022
Description
- Description:
- Returns the owners of all ropes attached to the cargo - the transports to which other entities are attached with ropes. This command returns Array of Objects instead of a single Object as with ropeAttachedTo.
- Groups:
- Ropes and Sling Loading
Syntax
- Syntax:
- ropesAttachedTo cargo
- Parameters:
- cargo: Object - entity attached to the ends of the ropes
- Return Value:
- Array - of Objects which are transports from which the ropes originate, the ropes owners
Examples
- Example 1:
- r1 = ropeCreate [car1, [0,0,0], car3, [0,0,0], 10]; r2 = ropeCreate [car2, [0,0,0], car3, [0,0,0], 10]; ropesAttachedTo car3; // [car1,car2]
Additional Information
- See also:
- ropeAttachedTo ropes canSlingLoad enableRopeAttach getSlingLoad ropeAttachedObjects ropeAttachTo ropeDestroy ropeLength ropeUnwound 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