Module core.plugins.vehicles.cl_init

Clientside Vehicles Plugin.

Module Overview

Functions

DoVehicleVeiw(ply, origin, angles, fov) Generate vehicle view camera positions.

Functions

DoVehicleVeiw(ply, origin, angles, fov)
Generate vehicle view camera positions.

Parameters:

  • ply The player for which the view is being generated.
  • origin The current position of the camera.
  • angles The view angles.
  • fov The player's FOV.

Returns:

    table A CamData structure.