Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 () |
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.
protected void DelayedInit | ( | ) |
Definition at line 32 of file SCR_FuelInventoryItemComponent.c.
protected void OnFuelAmountChanged | ( | float | newFuelValue | ) |
Definition at line 45 of file SCR_FuelInventoryItemComponent.c.
void ~SCR_FuelInventoryItemComponent | ( | ) |
Definition at line 52 of file SCR_FuelInventoryItemComponent.c.