setCuratorCameraAreaCeiling: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Sets maximal height where curator can fly. |= Description
| Sets maximal height to which curator camera can move. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 14: Line 14:
|p1= curatorObj: [[Object]] - Curator module.  |= PARAMETER1   
|p1= curatorObj: [[Object]] - Curator module.  |= PARAMETER1   


|p2= height: [[Number]]  |= PARAMETER2   
|p2= height: [[Number]] (in metres) |= PARAMETER2   


| [[Nothing]] |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  


|x1= <code></code>|= EXAMPLE1  
|x1= <code>myCurator setCuratorCameraAreaCeiling 50;</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[Curator]], [[addCuratorCameraArea]], [[removeCuratorCameraArea]], [[removeAllCuratorCameraAreas]], [[curatorCameraArea]] |= SEEALSO  


| |= MPBEHAVIOUR  
| mp= Can be executed only on server |= MPBEHAVIOUR  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 12:54, 18 February 2014

Hover & click on the images for description

Description

Description:
Sets maximal height to which curator camera can move.
Multiplayer:
Can be executed only on server
Groups:
Uncategorised

Syntax

Syntax:
curatorObj setCuratorCameraAreaCeiling height
Parameters:
curatorObj: Object - Curator module.
height: Number (in metres)
Return Value:
Nothing

Examples

Example 1:
myCurator setCuratorCameraAreaCeiling 50;

Additional Information

See also:
CuratoraddCuratorCameraArearemoveCuratorCameraArearemoveAllCuratorCameraAreascuratorCameraArea

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

Notes

Bottom Section