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

Go to the source code of this file.

Classes

class  SCR_ResourceEncapsulatorActionTypeTitle
class  SCR_ResourceEncapsulatorActionChangeResourceValue

Functions

SCR_ResourceEncapsulatorActionTypeTitle BaseContainerCustomTitle BaseContainerProps ()] class SCR_ResourceEncapsulatorActionBase
override bool _WB_GetCustomTitle (BaseContainer source, out string title)
override void PerformAction (SCR_ResourceContainer representativeContainer, SCR_ResourceContainer representedContainer)
float GetValueCurrent ()
float GetValueMax ()

Variables

float m_fResourceValueCurrent
bool m_bShouldChangeMaximum
float m_fResourceValueMax

Function Documentation

◆ _WB_GetCustomTitle()

override bool BaseContainerProps::_WB_GetCustomTitle ( BaseContainer source,
out string title )

Definition at line 13 of file SCR_ResourceEncapsulatorActionBase.c.

◆ BaseContainerProps()

◆ GetValueCurrent()

float BaseContainerProps::GetValueCurrent ( )
protected

Definition at line 43 of file SCR_ResourceEncapsulatorActionBase.c.

◆ GetValueMax()

float BaseContainerProps::GetValueMax ( )
protected

Definition at line 49 of file SCR_ResourceEncapsulatorActionBase.c.

◆ PerformAction()

override void BaseContainerProps::PerformAction ( SCR_ResourceContainer representativeContainer,
SCR_ResourceContainer representedContainer )
protected

Definition at line 9 of file SCR_ResourceEncapsulatorActionBase.c.

Variable Documentation

◆ m_bShouldChangeMaximum

bool m_bShouldChangeMaximum
protected

Definition at line 4 of file SCR_ResourceEncapsulatorActionBase.c.

◆ m_fResourceValueCurrent

float m_fResourceValueCurrent
protected

Definition at line 1 of file SCR_ResourceEncapsulatorActionBase.c.

◆ m_fResourceValueMax

float m_fResourceValueMax
protected

Definition at line 7 of file SCR_ResourceEncapsulatorActionBase.c.