camDestroy: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ") |
Lou Montana (talk | contribs) m (Text replacement - "<br><br> {{Feature" to "{{Feature") |
||
Line 12: | Line 12: | ||
| Destroys camera object created with [[camCreate]]. This command doesn't need [[camCommit]]. | | Destroys camera object created with [[camCreate]]. This command doesn't need [[camCommit]]. | ||
{{Feature | important | Destroying camera object does not terminate camera effect automatically, use [[cameraEffect]] prior to deleting the camera (see Example 2)}} | {{Feature | important | Destroying camera object does not terminate camera effect automatically, use [[cameraEffect]] prior to deleting the camera (see Example 2)}} | ||
Revision as of 20:35, 9 June 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:
- camCreatecameraEffect
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