scripts\Game\Character\Cameras\ADS\CharacterCameraADS.c
Some of the functions in the CharacterCameraADS class have parameters with the same variable names as a variable in the CharacterCameraADS class.
/*! Stable ADS camera solver that used RightHandProp as camera root. */ protected void SolveNewMethod(ADSCameraData cameraData, out ScriptedCameraItemResult pOutResult, float pDt, bool allowInterpolation) {
ref ADSCameraData cameraData = new ADSCameraData();
This will cause errors when using override on the functions and causes errors when modding the functions