setCameraEffect: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|SYNTAX= |p21=" to "|SYNTAX2= |p21=") |
Lou Montana (talk | contribs) m (Text replacement - "|PARAMETER1= |p22=" to "|PARAMETER21= |p22=") |
||
Line 58: | Line 58: | ||
|s2= waypoint '''setCameraEffect''' [name, position] |SYNTAX2= | |s2= waypoint '''setCameraEffect''' [name, position] |SYNTAX2= | ||
|p21= waypoint: [[Waypoint]]: [[Array]] | | |p21= waypoint: [[Waypoint]]: [[Array]] |PARAMETER21= | ||
|p22= [name, position]: [[Array]] |PARAMETER22= | |p22= [name, position]: [[Array]] |PARAMETER22= |
Revision as of 03:30, 3 September 2019
Description
- Description:
Name efines the effect type (a subclass of CfgCameraEffects.Array):
- "TERMINATE",
- "INTERNAL",
- "ZOOMIN",
- "ZOOMINSLOW",
- "AROUND",
- "AROUNDSLOW",
- "ZOOMANDAROUND",
- "AROUNDANDZOOMINSLOW",
- "ZOOMINS",
- "FIXED",
- "FIXEDWITHZOOM",
- "EXTERNAL"
- "$TERMINATE$" to cancel the current effect.
Placement is camera placement:
- "TOP",
- "LEFT",
- "RIGHT",
- "FRONT",
- "BACK",
- "LEFT FRONT",
- "RIGHT FRONT",
- "LEFT BACK",
- "RIGHT BACK",
- "LEFT TOP",
- "RIGHT TOP",
- "FRONT TOP",
- "BACK TOP"
- "BOTTOM".
- Groups:
- Uncategorised
Syntax
- Syntax:
- trigger setCameraEffect [name, position]
- Parameters:
- trigger: Object
- [name, position]: Array
- name: String
- position: String
- Return Value:
- Nothing
Alternative Syntax
- Syntax:
- waypoint setCameraEffect [name, position]
- Parameters:
- waypoint: Waypoint: Array
- [name, position]: Array
- name: String
- position: String
- Return Value:
- Nothing
Examples
- Example 1:
trigger setCameraEffect ["ZoomIn", "FRONT"]
Additional Information
- See also:
- cameraEffect
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