detach: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "\| *p([0-9]+) *=([^↵]+) -↵" to "|p$1=$2")
 
(38 intermediate revisions by 3 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


|arg= global |= Arguments in MP
|game3= tkoh
|version3= 1.00


|eff= global |= Effects in MP
|game4= arma3
____________________________________________________________________________________________
|version4= 0.50


| Detaches previously attached with [[attachTo]] object. |DESCRIPTION=
|arg= global
____________________________________________________________________________________________


| '''detach''' object |SYNTAX=
|eff= global


|p1= object: [[Object]] -  |PARAMETER1=
|gr1= Object Manipulation


|descr= Detaches previously attached with [[attachTo]] object.


| [[Nothing]] |RETURNVALUE=
|s1= [[detach]] object
____________________________________________________________________________________________
 
|x1= <code>obj1 [[attachTo]] [player];
[[detach]] obj1;</code> |EXAMPLE1=
____________________________________________________________________________________________


|mp= Only has to be executed on one client. |MPBEHAVIOUR=  
|p1= object: [[Object]]
|r1= [[Nothing]]


| [[attachedObjects]], [[attachedTo]], [[attachTo]] |SEEALSO=
|x1= <sqf>obj1 attachTo [player];
detach obj1;</sqf>


|mp= Only has to be executed on one client.
|seealso= [[attachedObjects]] [[attachedTo]] [[attachTo]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{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