Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BallisticTable.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class BallisticTable: ScriptAndConfig
13 {
18  static proto float GetAimHeightOfNextProjectile(float distance, out float time, BaseMuzzleComponent muzzleComp);
23  static proto float GetHeightFromProjectile(float distance, out float time, IEntity projectile, float initSpeedCoef = 1.0);
24 }
25 
distance
float distance
Definition: SCR_DestructibleTreeV2.c:29
BallisticTable
Definition: BallisticTable.c:12
BaseMuzzleComponent
Definition: BaseMuzzleComponent.c:12