camDestroy: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|") |
||
Line 13: | Line 13: | ||
| Destroys camera object created with [[camCreate]]. This command doesn't need [[camCommit]]. | | Destroys camera object created with [[camCreate]]. This command doesn't need [[camCommit]]. | ||
<br><br> | <br><br> | ||
{{ | {{Feature | important | Destroying camera object does not terminate camera effect automatically, use [[cameraEffect]] prior to deleting the camera (see Example 2)}} | ||
| [[camDestroy]] object | | [[camDestroy]] object |
Revision as of 02:07, 7 February 2021
Description
- Description:
- Description needed
- Groups:
- Camera Control
Syntax
- Syntax:
- Syntax needed
- Parameters:
- object: Object
- Return Value:
- Return value needed
Examples
- Example 1:
camDestroy _cam;
- Example 2:
_cam cameraEffect ["terminate","back"]; camDestroy _cam;
Additional Information
- See also:
- See also needed
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