setCameraEffect: Difference between revisions
| Lou Montana (talk | contribs) m (Add Columns template usage) | Lou Montana (talk | contribs)  m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>") | ||
| Line 70: | Line 70: | ||
| |r1= [[Nothing]] | |r1= [[Nothing]] | ||
| |x1= <code>myTrigger  | |x1= <code>myTrigger setCameraEffect ["ZoomIn", "FRONT"];</code> | ||
| |x2= <code>_waypoint1  | |x2= <code>_waypoint1 setCameraEffect ["FIXED", "RIGHT TOP"];</code> | ||
| |seealso= [[cameraEffect]] | |seealso= [[cameraEffect]] | ||
| }} | }} | ||
Revision as of 11:13, 12 May 2022
Description
- Description:
- Applies an effect to the current camera of the player.
- Groups:
- Camera Control
Syntax
- Syntax:
- triggerOrWaypoint setCameraEffect [type, position]
- Parameters:
- triggerOrWaypoint: Object or Array format Waypoint
- type: String - Effect type (a subclass of CfgCameraEffects.Array)
Effect Position - "TERMINATE"
- "INTERNAL"
- "ZOOMIN"
- "ZOOMINSLOW"
- "AROUND"
- "AROUNDSLOW"
- "ZOOMANDAROUND"
- "AROUNDANDZOOMINSLOW"
- "ZOOMINS"
- "FIXED"
- "FIXEDWITHZOOM"
- "EXTERNAL"
- "$TERMINATE$"
 - "TOP"
- "LEFT"
- "RIGHT"
- "FRONT"
- "BACK"
- "LEFT FRONT"
- "RIGHT FRONT"
- "LEFT BACK"
- "RIGHT BACK"
- "LEFT TOP"
- "RIGHT TOP"
- "FRONT TOP"
- "BACK TOP"
- "BOTTOM"
 
- position: String - Relative position
- Return Value:
- Nothing
Examples
- Example 1:
- myTrigger setCameraEffect ["ZoomIn", "FRONT"];
- Example 2:
- _waypoint1 setCameraEffect ["FIXED", "RIGHT TOP"];
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
Categories: 
- Scripting Commands
- Introduced with Operation Flashpoint: Elite version 1.00
- Operation Flashpoint: Elite: New Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Command Group: Camera Control
 
	




