camCreate

From Bohemia Interactive Community
Revision as of 15:19, 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

type camCreate position


Operand types:

type: String

position: Array

Type of returned value:

Object

Description:

Create camera or actor of given type at given initial position (format Position).

Type is one of:

  • "CAMERA"
  • "SEAGULL"


Example:

_camera = "camera" camCreate getPos player