DayZ 1.24
Loading...
Searching...
No Matches
BleedingSourceZone Class Reference
Collaboration diagram for BleedingSourceZone:
[legend]

Private Member Functions

void BleedingSourceZone (string selection_name, int bit, vector offset, vector orientation, string bone, int max_time, float flow_modifier, string particle_name)
 
void SetInvLocation (int inv_slot)
 
int GetInvLocation ()
 
void ~BleedingSourceZone ()
 
string GetSelectionName ()
 
int GetMaxTime ()
 
string GetParticleName ()
 
int GetBit ()
 
float GetFlowModifier ()
 
vector GetOrientation ()
 
vector GetOffset ()
 
string GetBoneName ()
 

Private Attributes

string m_FireSelectionName
 
int m_Bit
 
vector m_EmitterOffset
 
vector m_EmitterOrientation
 
string m_Bone
 
float m_FlowModifier
 
int m_MaxTime
 
string m_ParticleName
 
int m_InventorySlotLocation
 

Detailed Description

Definition at line 1 of file BleedingSourceZone.c.

Constructor & Destructor Documentation

◆ BleedingSourceZone()

void BleedingSourceZone::BleedingSourceZone ( string selection_name,
int bit,
vector offset,
vector orientation,
string bone,
int max_time,
float flow_modifier,
string particle_name )
inlineprivate

◆ ~BleedingSourceZone()

void BleedingSourceZone::~BleedingSourceZone ( )
inlineprivate

Definition at line 36 of file BleedingSourceZone.c.

37 {
38
39 }

Member Function Documentation

◆ GetBit()

int BleedingSourceZone::GetBit ( )
inlineprivate

Definition at line 56 of file BleedingSourceZone.c.

57 {
58 return m_Bit;
59 }

References m_Bit.

◆ GetBoneName()

string BleedingSourceZone::GetBoneName ( )
inlineprivate

Definition at line 76 of file BleedingSourceZone.c.

77 {
78 return m_Bone;
79 }

References m_Bone.

◆ GetFlowModifier()

float BleedingSourceZone::GetFlowModifier ( )
inlineprivate

Definition at line 61 of file BleedingSourceZone.c.

62 {
63 return m_FlowModifier;
64 }

References m_FlowModifier.

◆ GetInvLocation()

int BleedingSourceZone::GetInvLocation ( )
inlineprivate

Definition at line 31 of file BleedingSourceZone.c.

32 {
34 }

References m_InventorySlotLocation.

◆ GetMaxTime()

int BleedingSourceZone::GetMaxTime ( )
inlineprivate

Definition at line 46 of file BleedingSourceZone.c.

47 {
48 return m_MaxTime;
49 }

References m_MaxTime.

◆ GetOffset()

vector BleedingSourceZone::GetOffset ( )
inlineprivate

Definition at line 71 of file BleedingSourceZone.c.

72 {
73 return m_EmitterOffset;
74 }

References m_EmitterOffset.

◆ GetOrientation()

vector BleedingSourceZone::GetOrientation ( )
inlineprivate

Definition at line 66 of file BleedingSourceZone.c.

67 {
69 }

References m_EmitterOrientation.

◆ GetParticleName()

string BleedingSourceZone::GetParticleName ( )
inlineprivate

Definition at line 51 of file BleedingSourceZone.c.

52 {
53 return m_ParticleName;
54 }

References m_ParticleName.

◆ GetSelectionName()

string BleedingSourceZone::GetSelectionName ( )
inlineprivate

Definition at line 41 of file BleedingSourceZone.c.

42 {
44 }

References m_FireSelectionName.

◆ SetInvLocation()

void BleedingSourceZone::SetInvLocation ( int inv_slot)
inlineprivate

Definition at line 26 of file BleedingSourceZone.c.

References m_InventorySlotLocation.

Member Data Documentation

◆ m_Bit

int BleedingSourceZone::m_Bit
private

Definition at line 4 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetBit().

◆ m_Bone

string BleedingSourceZone::m_Bone
private

Definition at line 7 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetBoneName().

◆ m_EmitterOffset

vector BleedingSourceZone::m_EmitterOffset
private

Definition at line 5 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetOffset().

◆ m_EmitterOrientation

vector BleedingSourceZone::m_EmitterOrientation
private

Definition at line 6 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetOrientation().

◆ m_FireSelectionName

string BleedingSourceZone::m_FireSelectionName
private

Definition at line 3 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetSelectionName().

◆ m_FlowModifier

float BleedingSourceZone::m_FlowModifier
private

Definition at line 8 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetFlowModifier().

◆ m_InventorySlotLocation

int BleedingSourceZone::m_InventorySlotLocation
private

Definition at line 11 of file BleedingSourceZone.c.

Referenced by GetInvLocation(), and SetInvLocation().

◆ m_MaxTime

int BleedingSourceZone::m_MaxTime
private

Definition at line 9 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetMaxTime().

◆ m_ParticleName

string BleedingSourceZone::m_ParticleName
private

Definition at line 10 of file BleedingSourceZone.c.

Referenced by BleedingSourceZone(), and GetParticleName().


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