camTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\| * )+\}\}" to "}}")
m (Text replacement - " {3,}\|" to " |")
Line 6: Line 6:


|gr1 = Camera Control
|gr1 = Camera Control


| Returns camera's target.
| Returns camera's target.
Line 20: Line 18:


| [[Object]]
| [[Object]]


|x1= <code>_someObject = [[camTarget]] _camera;</code>
|x1= <code>_someObject = [[camTarget]] _camera;</code>


| [[camSetTarget]]
| [[camSetTarget]]

Revision as of 18:06, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns camera's target.
Groups:
Camera Control

Syntax

Syntax:
camTarget camera
Parameters:
camera: Object -
Return Value:
Object

Examples

Example 1:
_someObject = camTarget _camera;

Additional Information

See also:
camSetTarget

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