Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FuelInventoryItemComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_FuelInventoryItemComponentClass
 

Functions

SCR_FuelInventoryItemComponentClass InventoryItemComponentClass Attribute ("1", desc:"Weight of fuel per liter to update the inventory weight", params:"0 inf", category:"Fuel")
 
protected void DelayedInit ()
 
protected void OnFuelAmountChanged (float newFuelValue)
 
void ~SCR_FuelInventoryItemComponent ()
 

Function Documentation

◆ Attribute()

SCR_FuelInventoryItemComponentClass InventoryItemComponentClass Attribute ( "1"  ,
desc:"Weight of fuel per liter to update the inventory weight"  ,
params:"0 inf"  ,
category:"Fuel"   
)

Definition at line 8 of file SCR_FuelInventoryItemComponent.c.

◆ DelayedInit()

protected void DelayedInit ( )

Definition at line 32 of file SCR_FuelInventoryItemComponent.c.

◆ OnFuelAmountChanged()

protected void OnFuelAmountChanged ( float  newFuelValue)

Definition at line 45 of file SCR_FuelInventoryItemComponent.c.

◆ ~SCR_FuelInventoryItemComponent()

void ~SCR_FuelInventoryItemComponent ( )

Definition at line 52 of file SCR_FuelInventoryItemComponent.c.