setCameraEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 54: Line 54:
|s2= [[Waypoint]] '''setCameraEffect''' [name, placement] |= Syntax
|s2= [[Waypoint]] '''setCameraEffect''' [name, placement] |= Syntax


|p21= [[Waypoint]]: [[Arry]] |= Parameter 1
|p21= [[Waypoint]]: [[Array]] |= Parameter 1


|p22= name, position: as above
|p22= name, position: as above

Revision as of 06:32, 30 August 2007

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

Description

Description:
Name defines 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, placement]
Parameters:
trigger: Object
name: String
placement: String
Return Value:
Nothing

Alternative Syntax

Syntax:
Waypoint setCameraEffect [name, placement]
Parameters:
Waypoint: Array
name, position: as above
Return Value:
Nothing

Examples

Example 1:
trigger setCameraEffect ["ZoomIn", "FRONT"]

Additional Information

See also:
See also needed

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