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_SalineStorageComponentClass |
class | SCR_SalineStorageComponent |
Functions | |
override protected void | OnComplete () |
protected void | DestroySalineBag (IEntity item) |
Variables | |
SCR_SalineStorageComponentClass | m_CharInventoryStorageComp |
IEntity | m_SalineBag |
float | m_fItemRegenerationDuration |
protected void DestroySalineBag | ( | IEntity | item | ) |
Definition at line 20 of file SCR_SalineStorageComponent.c.
override protected void OnComplete | ( | ) |
Definition at line 12 of file SCR_SalineStorageComponent.c.
SCR_SalineStorageComponentClass m_CharInventoryStorageComp |
float m_fItemRegenerationDuration |
Definition at line 9 of file SCR_SalineStorageComponent.c.
IEntity m_SalineBag |
Definition at line 8 of file SCR_SalineStorageComponent.c.