setCameraEffect: Difference between revisions
m (Added SEEALSO)  | 
				Killzone Kid (talk | contribs)  No edit summary  | 
				||
| Line 77: | Line 77: | ||
<dl class="command_description">  | <dl class="command_description">  | ||
<!-- Note Section BEGIN -->  | <!-- Note Section BEGIN -->  | ||
<dd class="notedate">Posted on August 29, 2013  | |||
<dt class="note">'''[[User:Killzone_Kid|Killzone_Kid]]'''  | |||
<dd class="note">This command '''is not present''' in ArmA 3  | |||
<!-- Note Section END -->  | <!-- Note Section END -->  | ||
</dl>  | </dl>  | ||
Revision as of 23:51, 29 August 2013
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.
 
- "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, 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
- Posted on August 29, 2013
 - Killzone_Kid
 - This command is not present in ArmA 3