hasPilotCamera: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \|(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) +=" to " |$1=") |
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>") |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=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]]. | ||
| | |s1= [[hasPilotCamera]] object | ||
|p1= object: [[Object]] | |p1= object: [[Object]] | ||
| [[ | |||
|x1= < | |r1= [[Boolean]] | ||
|seealso= [[getPilotCameraPosition]] | |||
|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