PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
FireConsumableType Class Reference

Private Member Functions

void FireConsumableType (typename item_type, float energy, bool is_kindling, string att_slot)
 
 GetItemType ()
 
float GetEnergy ()
 
bool IsKindling ()
 
string GetAttSlot ()
 

Private Attributes

 m_ItemType
 
float m_Energy
 
bool m_IsKindling
 
string m_AttSlot
 

Constructor & Destructor Documentation

◆ FireConsumableType()

void FireConsumableType ( typename item_type  ,
float  energy,
bool  is_kindling,
string  att_slot 
)
inlineprivate

Member Function Documentation

◆ GetAttSlot()

string GetAttSlot ( )
inlineprivate

References m_AttSlot.

◆ GetEnergy()

float GetEnergy ( )
inlineprivate

References m_Energy.

Referenced by GetFireConsumableTypeEnergy().

◆ GetItemType()

GetItemType ( )
inlineprivate

References m_ItemType.

◆ IsKindling()

bool IsKindling ( )
inlineprivate

References m_IsKindling.

Referenced by IsFuel(), and IsKindling().

Field Documentation

◆ m_AttSlot

string m_AttSlot
private

Referenced by FireConsumableType(), and GetAttSlot().

◆ m_Energy

float m_Energy
private

Referenced by FireConsumableType(), and GetEnergy().

◆ m_IsKindling

bool m_IsKindling
private

Referenced by FireConsumableType(), and IsKindling().

◆ m_ItemType

m_ItemType
private

Referenced by FireConsumableType(), and GetItemType().


The documentation for this class was generated from the following file: