Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
GameMaterial.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 sealed class GameMaterial: GameLibMaterial
13 {
14  proto external ContactSurface GetVehicleInfo();
15  proto external SoundInfo GetSoundInfo();
16  proto external BallisticInfo GetBallisticInfo();
17  proto external ParticleEffectInfo GetParticleEffectInfo();
18 }
19 
ContactSurface
surface properties that influence wheel traction etc.
Definition: ContactSurface.c:13
SoundInfo
Definition: SoundInfo.c:12
BallisticInfo
Definition: BallisticInfo.c:12
ParticleEffectInfo
Definition: ParticleEffectInfo.c:12
GameMaterial
Definition: GameMaterial.c:12