hasPilotCamera: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


|arma3|Game name=
|game1= arma3
|version1= 1.64


|1.64|Game version=
|arg= global


|arg= global|Multiplayer Arguments=
|gr1= Pilot Camera
____________________________________________________________________________________________


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


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


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


}}
|r1= [[Boolean]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>hasPilotCamera vehicle player;</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[getPilotCameraTarget]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] [[setPilotCameraTarget]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[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