Contains all camera modes.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax Members
| Member name | Value | Description |
---|
| Invalid | -1 |
Invalid mode.
|
| BehindCar | 3 |
Camera is behind a car.
|
| FollowPed | 4 |
Camera is behind a Ped.
|
| SniperAiming | 7 |
Sniper view.
|
| RocketLauncherAiming | 8 |
Rocket launcher view.
|
| Fixed | 15 |
Camera is set to a fixed point (e.g. after setting the player's camera position)
|
| FirstPerson | 16 |
Camera is in first person mode (e.g. when looking from inside the vehicle)
|
| NormalCar | 18 |
Camera 'normally' behind a car.
|
| BehindBoat | 22 |
Camera behind a boat.
|
| CameraWeaponAiming | 46 |
Camera when aiming.
|
| HeatSeekingRocketLauncher | 51 |
Heat-seeking rocket launcher view.
|
| AimingWeapon | 53 |
Aiming a weapon.
|
| VehicleDriveBy | 55 |
Drive by view.
|
| HelicopterChaseCam | 56 |
Helicopter chase view.
|
Remarks See Also