hasPilotCamera: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {2,}\}\}" to " }}") |
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>") |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{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]]. | ||
| | |s1= [[hasPilotCamera]] object | ||
|p1= object: [[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