setCameraEffect

From Bohemia Interactive Community
Revision as of 06:15, 28 December 2006 by Planck (talk | contribs)
Jump to navigation Jump to search
-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" Or "$TERMINATE$" to cancel the current effect. Position is camera placement: "TOP", "LEFT", "RIGHT", "FRONT", "BACK", "LEFT FRONT", "RIGHT FRONT", "LEFT BACK", "RIGHT BACK", "LEFT TOP", "RIGHT TOP", "FRONT TOP", "BACK TOP" or "BOTTOM".
Groups:
Uncategorised

Syntax

Syntax:
trigger setCameraEffect [name, position]
Parameters:
trigger: Object
[name, position]: Array
Return Value:
Nothing

Alternative Syntax

Syntax:
waypoint setCameraEffect [name, position]
Parameters:
waypoint: Array (format Waypoint)
[name, position]: Array
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