hasPilotCamera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|arma3
|game1= arma3
 
|version1= 1.64
|1.64


|arg= global
|arg= global
Line 9: Line 8:
|gr1= Pilot Camera
|gr1= Pilot Camera


| Returns true if the object airplane or helicopter has a [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]].
|descr= Returns true if the object airplane or helicopter has a [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]].


| '''hasPilotCamera''' object
|s1= [[hasPilotCamera]] object


|p1= object: [[Object]]
|p1= object: [[Object]]
| [[bool]]
|x1 = <code>'''hasPilotCamera''' [[vehicle]] [[player]]</code>
| [[getPilotCameraPosition]], [[getPilotCameraDirection]], [[getPilotCameraRotation]], [[getPilotCameraTarget]], [[setPilotCameraDirection]], [[setPilotCameraRotation]], [[setPilotCameraTarget]]


}}
|r1= [[Boolean]]


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>hasPilotCamera vehicle player;</sqf>


{{GameCategory|arma3|New Scripting Commands}}
|seealso= [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[getPilotCameraTarget]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] [[setPilotCameraTarget]]
{{GameCategory|arma3|Scripting Commands}}
}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 15:10, 5 May 2022

Hover & click on the images for description

Description

Description:
Returns true if the object airplane or helicopter has a pilotCamera.
Groups:
Pilot Camera

Syntax

Syntax:
hasPilotCamera object
Parameters:
object: Object
Return Value:
Boolean

Examples

Example 1:
hasPilotCamera vehicle player;

Additional Information

See also:
getPilotCameraPosition getPilotCameraDirection getPilotCameraRotation getPilotCameraTarget setPilotCameraDirection setPilotCameraRotation setPilotCameraTarget

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