camSetRelPos: 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|CAMSETRELPOS]] | ||
[[Category:Scripting Commands OFP 1.97| | [[Category:Scripting Commands OFP 1.97|CAMSETRELPOS]] | ||
[[Category:Scripting Commands OFP 1.46| | [[Category:Scripting Commands OFP 1.46|CAMSETRELPOS]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|CAMSETRELPOS]] | ||
Revision as of 13:29, 4 May 2006
camera camSetRelPos position
Operand types:
camera: Object
position: Array
Type of returned value:
Description:
Set camera position relative to current position of current target (see camSetTarget).
Does not commit changes.
Example:
_camera camSetRelPos [10, 10, 5]