cameraEffect: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands|CAMERAEFFECT]] | [[Category:Scripting Commands|CAMERAEFFECT]] | ||
[[Category:Scripting Commands OFP 1.96| | [[Category:Scripting Commands OFP 1.96|CAMERAEFFECT]] | ||
[[Category:Scripting Commands OFP 1.46|CAMERAEFFECT]] | [[Category:Scripting Commands OFP 1.46|CAMERAEFFECT]] | ||
[[Category:Scripting Commands ArmA|CAMERAEFFECT]] | [[Category:Scripting Commands ArmA|CAMERAEFFECT]] |
Revision as of 19:57, 1 June 2006
camera cameraEffect effect
Operand types:
camera: Object
effect: Array
Type of returned value:
Description:
Switch camera to given vehicle camera.
Format of effect is [name, position].
Name is one of:
- "Internal"
- "External"
- "Fixed"
- "Fixed With Zoom"
Position is one of:
- "TOP"
- "LEFT"
- "RIGHT"
- "FRONT"
- "BACK" ("BACK" is normally used)
Example:
_camera cameraEffect ["External", "Back"]