camPrepareTarget: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| camera | | camera [[camPrepareTarget]] position |SYNTAX= | ||
|p1= camera: [[Object]] - object of type "camera" |PARAMETER1= | |p1= camera: [[Object]] - object of type "camera" |PARAMETER1= | ||
|p2= position: [[ | |p2= position: [[Position]] - target location |PARAMETER2= | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|s2= camera | |s2= camera [[camPrepareTarget]] target |Alternative Syntax= | ||
|p21= camera: [[Object]] - object of type "camera" |PARAMETER21= | |p21= camera: [[Object]] - object of type "camera" |PARAMETER21= | ||
|p22= target: [[Object]] | | |p22= target: [[Object]] |PARAMETER22= | ||
|r2= [[Nothing]] |RETURNVALUE2= | |r2= [[Nothing]] |RETURNVALUE2= | ||
Line 28: | Line 28: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_camera | |x1= <code>_camera [[camPrepareTarget]] [[getPos]] [[player]];</code> |EXAMPLE1= | ||
|x2= <code>_camera | |x2= <code>_camera [[camPrepareTarget]] [[player]];</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[camPreload]], [[camCommitPrepared]], [[camSetTarget]] |SEEALSO= | | [[camPreload]], [[camCommitPrepared]], [[camSetTarget]] |SEEALSO= | ||
}} | }} | ||
Line 46: | Line 45: | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA | [[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Camera_Control|{{uc:{{PAGENAME}}}}]] |
Revision as of 10:03, 1 October 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: 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