camPrepareTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Prepares the camera target to a position or to a target. Needs the call of [[camCommitPrepared]] to be conducted. |= Description
| Prepares the camera target to a position or to a target. Needs the call of [[camCommitPrepared]] to be conducted. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| camera '''camPrepareTarget''' position |= Syntax
| camera '''camPrepareTarget''' position |SYNTAX=


|p1= camera: [[Object]] - object of type "camera" |= Parameter 1
|p1= camera: [[Object]] - object of type "camera" |PARAMETER1=


|p2= position: [[Array]] - format [[Position]],  target location  |= Parameter 2
|p2= position: [[Array]] - format [[Position]],  target location  |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=


|s2= camera '''camPrepareTarget''' target |= Alternative Syntax
|s2= camera '''camPrepareTarget''' target |= Alternative Syntax


|p21= camera: [[Object]] - object of type "camera" |= Parameter 1
|p21= camera: [[Object]] - object of type "camera" |PARAMETER1=


|p22= target: [[Object]] |= Parameter 2
|p22= target: [[Object]] |PARAMETER2=


|r2= [[Nothing]] |= Return value
|r2= [[Nothing]] |RETURNVALUE=


____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_camera '''camPrepareTarget''' [[getPos]] [[player]] </code> |= Example 1
|x1= <code>_camera '''camPrepareTarget''' [[getPos]] [[player]] </code> |EXAMPLE1=
|x2= <code>_camera '''camPrepareTarget''' [[player]] </code> |= Example 2
|x2= <code>_camera '''camPrepareTarget''' [[player]] </code> |EXAMPLE2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[camPreload]], [[camCommitPrepared]], [[camSetTarget]] |= See also
| [[camPreload]], [[camCommitPrepared]], [[camSetTarget]] |SEEALSO=


}}
}}

Revision as of 15:35, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Prepares the camera target to a position or to a target. Needs the call of camCommitPrepared to be conducted.
Groups:
Uncategorised

Syntax

Syntax:
camera camPrepareTarget position
Parameters:
camera: Object - object of type "camera"
position: Array - format Position, target location
Return Value:
Nothing

Alternative Syntax

Syntax:
camera camPrepareTarget target
Parameters:
camera: Object - object of type "camera"
target: Object
Return Value:
Nothing

Examples

Example 1:
_camera camPrepareTarget getPos player
Example 2:
_camera camPrepareTarget player

Additional Information

See also:
camPreloadcamCommitPreparedcamSetTarget

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