camTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 108266 by R3vo on 2018-06-10T12:33:22Z)
m (template:command argument fix)
Line 12: Line 12:
| '''camTarget''' camera |= Syntax
| '''camTarget''' camera |= Syntax


|p1= camera: [[Object]] -  |= PARAMETER1
|p1= camera: [[Object]] -  |PARAMETER1=  


|p2= |= PARAMETER2
|p2= |PARAMETER2=  


|p3= |= PARAMETER3
|p3= |PARAMETER3=  


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




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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[camSetTarget]] |= SEEALSO
| [[camSetTarget]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:29, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns camera's target.
Groups:
Uncategorised

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

Notes

Bottom Section