|
void | DayZPlayerImplementAiming (DayZPlayerImplement player) |
|
void | SetRecoil (Weapon_Base weapon) |
|
void | RequestKuruShake (float amount) |
|
void | OnRaiseBegin (DayZPlayerImplement player) |
|
void | OnFinisherBegin (float currentAimY) |
|
void | OnSwayStateChange (int state) |
|
float | GetSwayWeight () |
|
void | SetAimNoiseAllowed (bool state) |
|
bool | IsAimNoiseAllowed () |
|
void | SetProceduralRecoilEnabled (bool state) |
|
bool | IsProceduralRecoilEnabled () |
|
void | SetCamShakeValues (float x_axis, float y_axis) |
|
bool | ProcessStealthFilters (float pDt, SDayZPlayerAimingModel pModel) |
|
bool | ProcessAimFilters (float pDt, SDayZPlayerAimingModel pModel, int stance_index) |
|
float | CalculateSwayMultiplier () |
|
float | CalculateSpeedMultiplier (float stamina) |
|
bool | UpdateSwayState (int state) |
|
int | GetCurrentSwayState () |
|
void | ApplyBreathingPattern (out float x_axis, out float y_axis, float pAmplitude, float pTotalTime, float weight) |
|
void | ApplyHorizontalNoise (out float x_axis, out float y_axis, float smooth_time, float max_velocity_low, float max_velocity_high, float velocity_modifier, float max_distance, float weight, float pDt) |
|
void | ApplyShakes (out float x_axis, out float y_axis, int level) |
|
float | CalculateWeight (int stance_index, float current_stamina, float camera_sway_modifier, bool holding_breath) |
|
void | DbgPrintAimingImplement (string val) |
|
См. определение в файле DayZPlayerImplementAiming.c строка 31