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

Go to the source code of this file.

Classes

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")
void DelayedInit ()
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 1 of file SCR_FuelInventoryItemComponent.c.

◆ DelayedInit()

void DelayedInit ( )
protected

Definition at line 32 of file SCR_FuelInventoryItemComponent.c.

◆ OnFuelAmountChanged()

void OnFuelAmountChanged ( float newFuelValue)
protected

Definition at line 45 of file SCR_FuelInventoryItemComponent.c.

◆ ~SCR_FuelInventoryItemComponent()

void ~SCR_FuelInventoryItemComponent ( )
protected

Definition at line 52 of file SCR_FuelInventoryItemComponent.c.