camSetRelPos

From Bohemia Interactive Community
Revision as of 12:38, 23 April 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


camera camSetRelPos position


Operand types:

camera: Object

position: Array

Type of returned value:

Nothing

Description:

Set camera position relative to current position of current target (see camSetTarget).

Does not commit changes.


Example:

_camera camSetRelPos [10, 10, 5]