setCameraEffect: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]OFP[ _]Elite *(\|.*)?\]\]" to "{{GameCategory|ofpe|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
|arma1|Game name= | |arma1|Game name= | ||
Line 6: | Line 5: | ||
|gr1 = Camera Control |GROUP1= | |gr1 = Camera Control |GROUP1= | ||
|{{Feature|arma3 | This command is not available in Arma 3}} | |{{Feature|arma3 | This command is not available in Arma 3}} | ||
Line 42: | Line 40: | ||
*"BACK TOP" | *"BACK TOP" | ||
*"BOTTOM". |DESCRIPTION= | *"BOTTOM". |DESCRIPTION= | ||
| trigger '''setCameraEffect''' [name, position] |SYNTAX= | | trigger '''setCameraEffect''' [name, position] |SYNTAX= | ||
Line 56: | Line 53: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|s2= waypoint '''setCameraEffect''' [name, position] |SYNTAX2= | |s2= waypoint '''setCameraEffect''' [name, position] |SYNTAX2= | ||
Line 69: | Line 65: | ||
|r2= [[Nothing]] |RETURNVALUE2= | |r2= [[Nothing]] |RETURNVALUE2= | ||
|x1= <code>trigger [[setCameraEffect]] ["ZoomIn", "FRONT"]</code> |EXAMPLE1= | |x1= <code>trigger [[setCameraEffect]] ["ZoomIn", "FRONT"]</code> |EXAMPLE1= | ||
| [[cameraEffect]] |SEEALSO= | | [[cameraEffect]] |SEEALSO= |
Revision as of 02:37, 17 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