camPrepareTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(46 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.00


|1.00|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| Prepares the camera target to a position or to a target. |= Description
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| camera '''camPrepareTarget''' position |= Syntax
|game4= tkoh
|version4= 1.00


|p1= camera: [[Object]] - object of type "camera" |= Parameter 1
|game5= arma3
|version5= 0.50


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


| [[Nothing]] |= Return value
|descr= Prepares the camera target to a position or to a target. Needs the call of [[camCommitPrepared]] to be conducted.


|s2= camera '''camPrepareTarget''' target |= Alternative Syntax
|s1= camera [[camPrepareTarget]] position


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


|p22= target: [[Object]] |= Parameter 2
|p2= position: [[Position]] - target location


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


____________________________________________________________________________________________
|s2= camera [[camPrepareTarget]] target
 
|x1= <code>_camera '''camPrepareTarget''' [[getPos]] [[player]] </code> |= Example 1
|x2= <code>_camera '''camPrepareTarget''' [[player]] </code> |= Example 2
____________________________________________________________________________________________


| [[camPreload]], [[camCommitPrepared]] |= See also
|p21= camera: [[Object]] - object of type "camera"


}}
|p22= target: [[Object]]


<h3 style="display:none">Notes</h3>
|r2= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_camera camPrepareTarget getPos player;</sqf>
</dl>
|x2= <sqf>_camera camPrepareTarget player;</sqf>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[camPreload]] [[camCommitPrepared]] [[camSetTarget]]
 
}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|CAMPREPARETARGET]]
[[Category:Command_Group:_Camera_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:21, 13 May 2022

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:
Camera Control

Syntax

Syntax:
camera camPrepareTarget position
Parameters:
camera: Object - object of type "camera"
position: 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:
camPreload camCommitPrepared 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