setCameraEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = Camera Control |GROUP1= ")
mNo edit summary
Line 6: Line 6:


|gr1 = Camera Control |GROUP1=
|gr1 = Camera Control |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 68: Line 66:
|p23= name: [[String]] |PARAMETER23=
|p23= name: [[String]] |PARAMETER23=


|p24= position: [[String]] |PARAMETER4=
|p24= position: [[String]] |PARAMETER24=


|r2= [[Nothing]] |RETURNVALUE2=
|r2= [[Nothing]] |RETURNVALUE2=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>trigger setCameraEffect ["ZoomIn", "FRONT"]</pre> |EXAMPLE1=
|x1= <code>trigger [[setCameraEffect]] ["ZoomIn", "FRONT"]</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 09:52, 25 September 2020

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Arma 3
This command is not available in Arma 3

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

Notes

Bottom Section