camDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|CAMDESTROY]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|CAMDESTROY]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|CAMDESTROY]]
 
[[Category:Scripting Commands ArmA|CAMDESTROY]]
| ofp |= Game name
 
|1.00|= Game version


|arg= local |= Arguments in MP


<h2 style="color:#000066"> '''camDestroy ''camera'''''</h2>
|eff= local |= Effects in MP
____________________________________________________________________________________________


| Destroy an object created with [[camCreate]].camDestroy is conducted immediately, the command doesn't wait for [[camCommit]]. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''camDestroy''' object |= Syntax


'''camera:''' [[Object]]
|p1= object: [[Object]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>camDestroy _cam</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
| [[camCreate]] |= See also


'''Description:'''
}}


Destroy the '''camera'''.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


'''camDestroy''' _cameraOne
[[Category:Scripting Commands|CAMDESTROY]]
[[Category:Scripting Commands OFP 1.96|CAMDESTROY]]
[[Category:Scripting Commands OFP 1.46|CAMDESTROY]]
[[Category:Scripting Commands ArmA|CAMDESTROY]]

Revision as of 23:31, 1 August 2006

Hover & click on the images for description

Description

Description:
Destroy an object created with camCreate.camDestroy is conducted immediately, the command doesn't wait for camCommit.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
camDestroy _cam

Additional Information

See also:
camCreate

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

Bottom Section