detach: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "\| *p([0-9]+) *=([^↵]+) -↵" to "|p$1=$2")
 
(48 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| |= Description
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| '''detach''' object |= Syntax
|game4= arma3
|version4= 0.50


|p1= object: [[Object]] -  |= PARAMETER1
|arg= global


|eff= global


| |= Return value
|gr1= Object Manipulation
____________________________________________________________________________________________
 
|x1= <pre>detach player</pre> |= EXAMPLE1
____________________________________________________________________________________________


|mp= Only has to be executed on one client. |= MPBEHAVIOUR
|descr= Detaches previously attached with [[attachTo]] object.


| [[attachTo|attachTo]] |= SEEALSO
|s1= [[detach]] object


}}
|p1= object: [[Object]]
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>obj1 attachTo [player];
<dl class="command_description">
detach obj1;</sqf>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|mp= Only has to be executed on one client.
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[attachedObjects]] [[attachedTo]] [[attachTo]]
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:51, 26 March 2024

Hover & click on the images for description

Description

Description:
Detaches previously attached with attachTo object.
Multiplayer:
Only has to be executed on one client.
Groups:
Object Manipulation

Syntax

Syntax:
detach object
Parameters:
object: Object
Return Value:
Nothing

Examples

Example 1:
obj1 attachTo [player]; detach obj1;

Additional Information

See also:
attachedObjects attachedTo attachTo

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