setCameraEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed version)
m (Fixed params)
Line 14: Line 14:
|p1= trigger or waypoint: [[Object]] |= Parameter 1
|p1= trigger or waypoint: [[Object]] |= Parameter 1


|p2= [name, position]: [[Array]] |= Parameter 2
|p2= name: [[String]] |= Parameter 2
 
|p3= position: [[String]] |= Parameter 3


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 18:56, 14 September 2006

-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) 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 or waypoint setCameraEffect [name, position]
Parameters:
trigger or waypoint: Object
name: String
position: String
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