Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_FuelHitZone Class Reference
Inheritance diagram for SCR_FuelHitZone:
SCR_DestructibleHitzone

Protected Member Functions

override EHitZoneGroup GetHitZoneGroup ()
override void OnInit (IEntity pOwnerEntity, GenericComponent pManagerComponent)
void UpdateFuelTankState ()
SCR_FuelNode GetFuelTank ()
int GetFuelTankID ()
void SetFuelNodeID (int fuelNodeID)
 Assign hitzone to a simulation fuel tank.
override void OnDamageStateChanged (EDamageState newState, EDamageState previousDamageState, bool isJIP)
override float GetSecondaryExplosionScale ()
 Get secondary explosion desired scale. It will determine the prefab retrieved from secondary explosion config.

Protected Attributes

int m_iFuelTankID
EVehicleHitZoneGroup m_eHitZoneGroup
float m_fMinExplosionScaleFactor
SCR_FuelNode m_FuelTank

Detailed Description

Definition at line 1 of file SCR_FuelHitZone.c.

Member Function Documentation

◆ GetFuelTank()

SCR_FuelNode SCR_FuelHitZone::GetFuelTank ( )
inlineprotected

Definition at line 40 of file SCR_FuelHitZone.c.

◆ GetFuelTankID()

int SCR_FuelHitZone::GetFuelTankID ( )
inlineprotected

Definition at line 46 of file SCR_FuelHitZone.c.

◆ GetHitZoneGroup()

override EHitZoneGroup SCR_FuelHitZone::GetHitZoneGroup ( )
inlineprotected

Definition at line 15 of file SCR_FuelHitZone.c.

◆ GetSecondaryExplosionScale()

override float SCR_FuelHitZone::GetSecondaryExplosionScale ( )
inlineprotected

Get secondary explosion desired scale. It will determine the prefab retrieved from secondary explosion config.

Definition at line 92 of file SCR_FuelHitZone.c.

◆ OnDamageStateChanged()

override void SCR_FuelHitZone::OnDamageStateChanged ( EDamageState newState,
EDamageState previousDamageState,
bool isJIP )
inlineprotected

Definition at line 83 of file SCR_FuelHitZone.c.

◆ OnInit()

override void SCR_FuelHitZone::OnInit ( IEntity pOwnerEntity,
GenericComponent pManagerComponent )
inlineprotected

Definition at line 21 of file SCR_FuelHitZone.c.

◆ SetFuelNodeID()

void SCR_FuelHitZone::SetFuelNodeID ( int fuelNodeID)
inlineprotected

Assign hitzone to a simulation fuel tank.

Definition at line 53 of file SCR_FuelHitZone.c.

◆ UpdateFuelTankState()

void SCR_FuelHitZone::UpdateFuelTankState ( )
inlineprotected

Definition at line 29 of file SCR_FuelHitZone.c.

Member Data Documentation

◆ m_eHitZoneGroup

EVehicleHitZoneGroup SCR_FuelHitZone::m_eHitZoneGroup
protected

Definition at line 7 of file SCR_FuelHitZone.c.

◆ m_fMinExplosionScaleFactor

float SCR_FuelHitZone::m_fMinExplosionScaleFactor
protected

Definition at line 10 of file SCR_FuelHitZone.c.

◆ m_FuelTank

SCR_FuelNode SCR_FuelHitZone::m_FuelTank
protected

Definition at line 12 of file SCR_FuelHitZone.c.

◆ m_iFuelTankID

int SCR_FuelHitZone::m_iFuelTankID
protected

Definition at line 4 of file SCR_FuelHitZone.c.


The documentation for this class was generated from the following file: