cameraEffect: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|CAMERAEFFECT]] | ||
[[Category:Scripting Commands OFP 1.97| | [[Category:Scripting Commands OFP 1.97|CAMERAEFFECT]] | ||
[[Category:Scripting Commands OFP 1.46| | [[Category:Scripting Commands OFP 1.46|CAMERAEFFECT]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|CAMERAEFFECT]] | ||
Revision as of 13:26, 4 May 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"]