|
| IMPLEMENT_BOOLEAN_SCRIPT_SETTING (Culling) |
|
| IMPLEMENT_BOOLEAN_SCRIPT_SETTING (LockCullCamera) |
|
| IMPLEMENT_BOOLEAN_SCRIPT_SETTING (ConstrainCamera) |
|
void | RegisterScriptFunctions_Settings (const ScriptRequest &rq) |
|
JS::Value | GetCameraRotation (const ScriptRequest &rq) |
|
JS::Value | GetCameraZoom () |
|
JS::Value | GetCameraPivot (const ScriptRequest &rq) |
|
JS::Value | GetCameraPosition (const ScriptRequest &rq) |
|
void | CameraMoveTo (entity_pos_t x, entity_pos_t z) |
| Move camera to a 2D location. More...
|
|
void | SetCameraTarget (float x, float y, float z) |
| Set the camera to look at the given location. More...
|
|
void | SetCameraData (entity_pos_t x, entity_pos_t y, entity_pos_t z, entity_pos_t rotx, entity_pos_t roty, entity_pos_t zoom) |
| Set the data (position, orientation and zoom) of the camera. More...
|
|
void | CameraFollow (entity_id_t entityid) |
| Start / stop camera following mode. More...
|
|
void | CameraFollowFPS (entity_id_t entityid) |
| Start / stop first-person camera following mode. More...
|
|
entity_id_t | GetFollowedEntity () |
|
CFixedVector3D | GetTerrainAtScreenPoint (int x, int y) |
|
void | RegisterScriptFunctions (const ScriptRequest &rq) |
|