Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIStaticArtilleryVehicleUsageComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_AIStaticArtilleryVehicleUsageComponent

Enumerations

enum  SCR_EAIArtilleryAmmoType

Functions

enum SCR_EAIArtilleryAmmoType Attribute ("", UIWidgets.ResourceNamePicker, desc:"These prefabs are used by AI to find ammo of specific type.", params:"et", category:"Ammo Prefabs")] protected ResourceName m_sAmmoHighExplosive
ResourceName GetAmmoResourceName (SCR_EAIArtilleryAmmoType ammoType)

Variables

 HIGH_EXPLOSIVE
 SMOKE
 ILLUMINATION
 PRACTICE
ResourceName m_sAmmoSmoke
ResourceName m_sAmmoIllumination
ResourceName m_sAmmoPractice

Enumeration Type Documentation

◆ SCR_EAIArtilleryAmmoType

Function Documentation

◆ Attribute()

enum SCR_EAIArtilleryAmmoType Attribute ( "" ,
UIWidgets. ResourceNamePicker,
desc:"These prefabs are used by AI to find ammo of specific type." ,
params:"et" ,
category:"Ammo Prefabs"  )

◆ GetAmmoResourceName()

ResourceName GetAmmoResourceName ( SCR_EAIArtilleryAmmoType ammoType)
protected

Definition at line 24 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.

Variable Documentation

◆ HIGH_EXPLOSIVE

HIGH_EXPLOSIVE

Definition at line 0 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.

◆ ILLUMINATION

ILLUMINATION

Definition at line 2 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.

◆ m_sAmmoIllumination

ResourceName m_sAmmoIllumination
protected

Definition at line 18 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.

◆ m_sAmmoPractice

ResourceName m_sAmmoPractice
protected

Definition at line 21 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.

◆ m_sAmmoSmoke

ResourceName m_sAmmoSmoke
protected

Definition at line 15 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.

◆ PRACTICE

PRACTICE

Definition at line 3 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.

◆ SMOKE

SMOKE

Definition at line 1 of file SCR_AIStaticArtilleryVehicleUsageComponent.c.