Arma Reforger Script API
|
Public Member Functions | |
int | GetMinRange () |
int | GetMaxRange () |
override bool | GenerateBallisticData () |
Check if such data doesnt already exist and only then it will generate values for this config. | |
![]() | |
ResourceName | GetProjectilePrefab () |
string | GetDisplayedText () |
int | GetRangeStep () |
float | GetProjectileInitSpeedCoef () |
float | GetStandardDispersion () |
bool | IsGenerated () |
bool | IsDirectFire () |
ResourceName | GetAmmoTypeImageSet () |
string | GetAmmoTypeQuadName () |
int | GetAmmoTypeImageSize () |
int | GetBallisticDataId () |
SCR_EOpticsAngleUnits | GetUnitType () |
bool | VerifyDataExistence (inout int id=-1) |
Checks if data with provided id already exists in SCR_BallisticData.s_aBallistics. | |
Protected Attributes | |
int | m_iMinRange |
int | m_iMaxRange |
int | m_iElevationChangeDownRange |
![]() | |
ResourceName | m_sProjectilePrefab |
string | m_sDisplayedText |
int | m_iRangeStep |
float | m_fProjectileInitSpeedCoef |
float | m_fStandardDispersion |
string | m_sUnitType |
bool | m_bDirectFireMode |
float | m_fMinFireAngle |
float | m_fMaxFireAngle |
ResourceName | m_sAmmoTypeImageSet |
string | m_sAmmoTypeQuadName |
int | m_iAmmoTypeImageSize |
SCR_EOpticsAngleUnits | m_eUnitType = -1 |
int | m_iBallisticDataId = -1 |
Additional Inherited Members | |
![]() | |
vector | GenerateEdgeValues (notnull IEntitySource entitySrc, float cutoffRadAngle, bool upper=false) |
override bool SCR_VisualisedBallisticConfig.GenerateBallisticData | ( | ) |
Check if such data doesnt already exist and only then it will generate values for this config.
Implements SCR_BaseBallisticConfig.
int SCR_VisualisedBallisticConfig.GetMaxRange | ( | ) |
int SCR_VisualisedBallisticConfig.GetMinRange | ( | ) |
|
protected |
|
protected |
|
protected |