curatorCameraAreaCeiling: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - " {2,}\}\}" to " }}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma3
|game1= arma3
|version1= 1.16


|1.16
|gr1= Curator


|gr1= Curator
|descr= Returns ceiling height for curator camera.


| Returns ceiling height for curator camera.
|s1= [[curatorCameraAreaCeiling]] curatorObj


| '''curatorCameraAreaCeiling''' curatorObj
|p1= curatorObj: [[Object]] - Curator module


|p1= curatorObj: [[Object]] - Curator module.
|r1= [[Number]]


| [[Number]]
|x1= <sqf>private _height = curatorCameraAreaCeiling BIS_curatorUnit;</sqf>


|x1= <code>curatorCameraAreCeiling BIS_curatorUnit;</code>
|seealso=
}}
}}
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 10:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns ceiling height for curator camera.
Groups:
Curator

Syntax

Syntax:
curatorCameraAreaCeiling curatorObj
Parameters:
curatorObj: Object - Curator module
Return Value:
Number

Examples

Example 1:
private _height = curatorCameraAreaCeiling BIS_curatorUnit;

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note