AMX Mod X API Documentation

Signature
#define OBS_NONE 0#define OBS_CHASE_LOCKED 1 // Locked Chase Cam#define OBS_CHASE_FREE 2 // Free Chase Cam#define OBS_ROAMING 3 // Free Look#define OBS_IN_EYE 4 // First Person#define OBS_MAP_FREE 5 // Free Overview#define OBS_MAP_CHASE 6 // Chase Overview
Description

Spectating camera mode constants

Notes
  • These constants are linked to different camera modes available when you

    are spectating (either dead or when in spectator team). Usually this is

    stored in the var_iuser1 field in Counter-Strike game.

Назад
Верх