BIS fnc camera setCinemaBordersEnabled: Difference between revisions
(Created page with "{{Function|= Comments | arma3 |Game name= |1.00|Game version= <!---|arg= local |Multiplayer Arguments=---> <!---|eff= local |Multiplayer Effects=---> | <pre>/* Author: N...") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
| (24 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.00 | |||
| | |gr1= Camera | ||
|descr= Sets cinema borders. | |||
|s1= [camera, enabled] call [[BIS_fnc_camera_setCinemaBordersEnabled]] | |||
| | |p1= camera: [[Object]] - the camera | ||
|p2= enabled: [[Boolean]] - (Optional, default [[false]]) [[true]] to show cinema borders, [[false]] to hide them. | |||
|r1= [[Nothing]] | |||
|x1= <sqf>[BIS_camera, true] call BIS_fnc_camera_setCinemaBordersEnabled;</sqf> | |||
| | |seealso= [[BIS_fnc_camera_getCinemaBordersEnabled]] | ||
}} | }} | ||
Latest revision as of 10:04, 11 February 2026
Description
Syntax
- Syntax:
- [camera, enabled] call BIS_fnc_camera_setCinemaBordersEnabled
- Parameters:
- camera: Object - the camera
- enabled: Boolean - (Optional, default false) true to show cinema borders, false to hide them.
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- BIS_fnc_camera_getCinemaBordersEnabled
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note