![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| array< float > | GetDataByAngleDeg (float angle, float windSpeed, float initSpeedCoef=1) |
| array< float > | GetDataByAngle (float angle, float windSpeed=10, float initSpeedCoef=1) |
| array< float > | GetDataByDisance (float distance, bool directFire, float windSpeed, float initSpeedCoef=1) |
| void | SCR_ProjectileWindTable (array< ref SCR_ProjectileWindData > data) |
Static Protected Member Functions | |
| static SCR_ProjectileWindTable | GetProjectileWindageData (notnull IEntity projectile) |
| static SCR_ProjectileWindTable | GetProjectileWindageData (ResourceName projectileResource) |
| static SCR_ProjectileWindTable | GetProjectileWindageData (notnull IEntitySource projectileEntitySrc) |
Protected Attributes | |
| ref array< ref SCR_ProjectileWindData > | m_aData |
Definition at line 2 of file SCR_ProjectileWindTable.c.
|
inlineprotected |
| [in] | data |
Definition at line 164 of file SCR_ProjectileWindTable.c.
|
inlineprotected |
Fetches data coresponding to the given angle
| [in] | angle | |
| [in] | windSpeed | |
| [in] | initSpeedCoef |
Definition at line 116 of file SCR_ProjectileWindTable.c.
|
inlineprotected |
Fetches data coresponding to the given angle
| [in] | angle | |
| [in] | windSpeed | |
| [in] | initSpeedCoef |
Definition at line 98 of file SCR_ProjectileWindTable.c.
|
inlineprotected |
Fetches data coresponding to the given distance
| [in] | distance | |
| [in] | directFire | |
| [in] | windSpeed | |
| [in] | initSpeedCoef |
Definition at line 145 of file SCR_ProjectileWindTable.c.
|
inlinestaticprotected |
|
inlinestaticprotected |
|
inlinestaticprotected |
|
protected |
Definition at line 5 of file SCR_ProjectileWindTable.c.