camPrepareTarget: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(32 intermediate revisions by 2 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. Needs the call of [[camCommitPrepared]] to be conducted. |DESCRIPTION=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| camera [[camPrepareTarget]] position |SYNTAX=
|game4= tkoh
|version4= 1.00


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


|p2= position: [[Position]] - target location |PARAMETER2=
|gr1= Camera Control


| [[Nothing]] |RETURNVALUE=
|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" |PARAMETER21=
|p1= camera: [[Object]] - object of type "camera"


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


|r2= [[Nothing]] |RETURNVALUE2=
|r1= [[Nothing]]


____________________________________________________________________________________________
|s2= camera [[camPrepareTarget]] target
 
|x1= <code>_camera [[camPrepareTarget]] [[getPos]] [[player]];</code> |EXAMPLE1=
|x2= <code>_camera [[camPrepareTarget]] [[player]];</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[camPreload]], [[camCommitPrepared]], [[camSetTarget]] |SEEALSO=
|p21= camera: [[Object]] - object of type "camera"
}}


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


<!-- Note Section END -->
|r2= [[Nothing]]
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_camera camPrepareTarget getPos player;</sqf>
|x2= <sqf>_camera camPrepareTarget player;</sqf>


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|seealso= [[camPreload]] [[camCommitPrepared]] [[camSetTarget]]
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Camera_Control|{{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