camSetRelPos

From Bohemia Interactive Community
Revision as of 15:46, 16 April 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

back to COMREF

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]