Table of Contents

Enum CameraMode

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Contains all camera modes.

public enum CameraMode

Fields

AimingWeapon = 53

Aiming a weapon.

BehindBoat = 22

Camera behind a boat.

BehindCar = 3

Camera is behind a car.

CameraWeaponAiming = 46

Camera when aiming.

FirstPerson = 16

Camera is in first person mode (e.g. when looking from inside the vehicle)

Fixed = 15

Camera is set to a fixed point (e.g. after setting the player's camera position)

FollowPed = 4

Camera is behind a Ped.

HeatSeekingRocketLauncher = 51

Heat-seeking rocket launcher view.

HelicopterChaseCam = 56

Helicopter chase view.

Invalid = -1

Invalid mode.

NormalCar = 18

Camera 'normally' behind a car.

RocketLauncherAiming = 8

Rocket launcher view.

SniperAiming = 7

Sniper view.

VehicleDriveBy = 55

Drive by view.

Remarks