GetCamera
Jump to navigation
Jump to search
Syntax
element getCamera ()
Returns
- Returns an element that corresponds to the game camera
Example
This example attaches the camera to a vehicle
cam = getCamera() myVehicle = getPedOccupiedVehicle(localPlayer) attachElements( cam, myVehicle, 0,-4,2, -20,0,0 )
See Also
- fadeCamera
- getCameraInterior
- getCameraMatrix
- getCameraTarget
- setCameraInterior
- setCameraMatrix
- setCameraTarget