cameraOn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 9: Line 8:




____________________________________________________________________________________________


| Returns the vehicle to which the camera is attached. |DESCRIPTION=
| Returns the vehicle to which the camera is attached. |DESCRIPTION=
____________________________________________________________________________________________


| [[cameraOn]] |SYNTAX=
| [[cameraOn]] |SYNTAX=
Line 19: Line 16:


| [[Object]] |RETURNVALUE=
| [[Object]] |RETURNVALUE=
____________________________________________________________________________________________


| [[switchCamera]], [[cameraView]], [[cameraEffect]] |SEEALSO=
| [[switchCamera]], [[cameraView]], [[cameraEffect]] |SEEALSO=

Revision as of 01:28, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns the vehicle to which the camera is attached.
Groups:
Camera Control

Syntax

Syntax:
cameraOn
Return Value:
Object

Examples

Example 1:
_object = cameraOn;

Additional Information

See also:
switchCameracameraViewcameraEffect

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