Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
SCR_VehicleCameraAimpoint Interface Reference

Defines a curve that represents different translations at different vehicle speeds. More...

Inheritance diagram for SCR_VehicleCameraAimpoint:
[legend]

Public Member Functions

float SampleAside (float asideSpeed)
 
vector Sample (float speed)
 

Detailed Description

Defines a curve that represents different translations at different vehicle speeds.

Allows the user to sample the given curve at provided speed and a value of local translation is returned.

Can be added or removed to/from SCR_VehicleCameraDataComponent at will, to enable or disable this camera behaviour.

Member Function Documentation

◆ Sample()

vector SCR_VehicleCameraAimpoint.Sample ( float  speed)

◆ SampleAside()

float SCR_VehicleCameraAimpoint.SampleAside ( float  asideSpeed)

The documentation for this interface was generated from the following file: