camPrepareTarget: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (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. |= | | Prepares the camera target to a position or to a target. Needs the call of [[camCommitPrepared]] to be conducted. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| camera '''camPrepareTarget''' position |= | | camera '''camPrepareTarget''' position |SYNTAX= | ||
|p1= camera: [[Object]] - object of type "camera" |= | |p1= camera: [[Object]] - object of type "camera" |PARAMETER1= | ||
|p2= position: [[Array]] - format [[Position]], target location |= | |p2= position: [[Array]] - format [[Position]], target location |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
|s2= camera '''camPrepareTarget''' target |= Alternative Syntax | |s2= camera '''camPrepareTarget''' target |= Alternative Syntax | ||
|p21= camera: [[Object]] - object of type "camera" |= | |p21= camera: [[Object]] - object of type "camera" |PARAMETER1= | ||
|p22= target: [[Object]] |= | |p22= target: [[Object]] |PARAMETER2= | ||
|r2= [[Nothing]] |= | |r2= [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_camera '''camPrepareTarget''' [[getPos]] [[player]] </code> |= | |x1= <code>_camera '''camPrepareTarget''' [[getPos]] [[player]] </code> |EXAMPLE1= | ||
|x2= <code>_camera '''camPrepareTarget''' [[player]] </code> |= | |x2= <code>_camera '''camPrepareTarget''' [[player]] </code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[camPreload]], [[camCommitPrepared]], [[camSetTarget]] |= | | [[camPreload]], [[camCommitPrepared]], [[camSetTarget]] |SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
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
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