videocamera

Functions to get property information from camera.

instance set_camera_position(vector3, smootness) -> void

Sets the camera lookat position

instance camera_position -> vector3

Gets the camera position.

instance camera_subject -> instance

Gets the camera subject instance.

instance camera_lookvector -> vector3

Gets the camera lookvector.

instance fov -> int

Gets the fov on the camera.

instance set_fov() -> void

Sets the fov on the camera. (0 - 180)

instance get_camera_type()-> camera_type

Gets the camera type, (scriptable, orbital, ...)

Example

Last updated