hasPilotCamera: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3;</sqf>") |
||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
|arma3| | |game1= arma3 | ||
|version1= 1.64 | |||
| | |arg= global | ||
| | |gr1= Pilot Camera | ||
| | |descr= Returns true if the object airplane or helicopter has a [[A3_Targeting_config_reference#class_pilotCamera|pilotCamera]]. | ||
| | |s1= [[hasPilotCamera]] object | ||
| | |p1= object: [[Object]] | ||
| | |r1= [[Boolean]] | ||
|x1= <sqf>hasPilotCamera vehicle player;</sqf> | |||
|seealso= [[getPilotCameraPosition]] [[getPilotCameraDirection]] [[getPilotCameraRotation]] [[getPilotCameraTarget]] [[setPilotCameraDirection]] [[setPilotCameraRotation]] [[setPilotCameraTarget]] | |||
}} | }} | ||
Latest revision as of 14:10, 5 May 2022
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:
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