setCameraEffect: Difference between revisions
| m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") | Lou Montana (talk | contribs)  m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) | ||
| Line 1: | Line 1: | ||
| {{Command | {{Command | ||
| |arma1 | |arma1 | ||
| |1.00 | |1.00 | ||
| |gr1 = Camera Control  | |gr1 = Camera Control | ||
| |{{Feature|arma3 | This command is not available in Arma 3}}   | |{{Feature|arma3 | This command is not available in Arma 3}}   | ||
| Line 39: | Line 39: | ||
| *"FRONT TOP", | *"FRONT TOP", | ||
| *"BACK TOP" | *"BACK TOP" | ||
| *"BOTTOM".  | *"BOTTOM". | ||
| | trigger '''setCameraEffect''' [name, position]  | | trigger '''setCameraEffect''' [name, position] | ||
| |p1= trigger: [[Object]]  | |p1= trigger: [[Object]] | ||
| |p2= [name, position]: [[Array]]  | |p2= [name, position]: [[Array]] | ||
| |p3= name: [[String]]  | |p3= name: [[String]] | ||
| |p4= position: [[String]]  | |p4= position: [[String]] | ||
| | [[Nothing]]  | | [[Nothing]] | ||
| |s2= waypoint '''setCameraEffect''' [name, position]  | |s2= waypoint '''setCameraEffect''' [name, position] | ||
| |p21= waypoint: [[Waypoint]]: [[Array]] |PARAMETER21= | |p21= waypoint: [[Waypoint]]: [[Array]] |PARAMETER21= | ||
| Line 64: | Line 64: | ||
| |p24= position: [[String]] |PARAMETER24= | |p24= position: [[String]] |PARAMETER24= | ||
| |r2= [[Nothing]]  | |r2= [[Nothing]] | ||
| |x1= <code>trigger [[setCameraEffect]] ["ZoomIn", "FRONT"]</code>  | |x1= <code>trigger [[setCameraEffect]] ["ZoomIn", "FRONT"]</code> | ||
| | [[cameraEffect]]  | | [[cameraEffect]] | ||
| }} | }} | ||
Revision as of 11:11, 18 January 2021
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:
- Camera Control
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
 
	
