Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
BleedingSourceZone Class Reference

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 ~BleedingSourceZone ()
int GetBit ()
string GetBoneName ()
float GetFlowModifier ()
int GetInvLocation ()
int GetMaxTime ()
vector GetOffset ()
vector GetOrientation ()
string GetParticleName ()
string GetSelectionName ()
void SetInvLocation (int inv_slot)

Private Attributes

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

Detailed Description

Definition at line 1 of file bleedingsourcezone.c.

Constructor & Destructor Documentation

◆ BleedingSourceZone()

void 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 ( )
inlineprivate

Definition at line 36 of file bleedingsourcezone.c.

Member Function Documentation

◆ GetBit()

int GetBit ( )
inlineprivate

Definition at line 56 of file bleedingsourcezone.c.

References m_Bit.

◆ GetBoneName()

string GetBoneName ( )
inlineprivate

Definition at line 76 of file bleedingsourcezone.c.

References m_Bone.

Referenced by BleedingSourcesManagerBase::AddBleedingSource().

◆ GetFlowModifier()

float GetFlowModifier ( )
inlineprivate

◆ GetInvLocation()

◆ GetMaxTime()

int GetMaxTime ( )
inlineprivate

◆ GetOffset()

vector GetOffset ( )
inlineprivate

Definition at line 71 of file bleedingsourcezone.c.

References m_EmitterOffset.

Referenced by BleedingSourcesManagerBase::AddBleedingSource().

◆ GetOrientation()

vector GetOrientation ( )
inlineprivate

Definition at line 66 of file bleedingsourcezone.c.

References m_EmitterOrientation.

Referenced by BleedingSourcesManagerBase::AddBleedingSource().

◆ GetParticleName()

string GetParticleName ( )
inlineprivate

Definition at line 51 of file bleedingsourcezone.c.

References m_ParticleName.

Referenced by BleedingSourcesManagerBase::AddBleedingSource().

◆ GetSelectionName()

string GetSelectionName ( )
inlineprivate

Definition at line 41 of file bleedingsourcezone.c.

References m_FireSelectionName.

◆ SetInvLocation()

void SetInvLocation ( int inv_slot)
inlineprivate

Definition at line 26 of file bleedingsourcezone.c.

References m_InventorySlotLocation.

Field Documentation

◆ m_Bit

int m_Bit
private

Definition at line 4 of file bleedingsourcezone.c.

Referenced by BleedingSourceZone(), and GetBit().

◆ m_Bone

string m_Bone
private

Definition at line 7 of file bleedingsourcezone.c.

Referenced by BleedingSourceZone(), and GetBoneName().

◆ m_EmitterOffset

vector m_EmitterOffset
private

Definition at line 5 of file bleedingsourcezone.c.

Referenced by BleedingSourceZone(), and GetOffset().

◆ m_EmitterOrientation

vector m_EmitterOrientation
private

Definition at line 6 of file bleedingsourcezone.c.

Referenced by BleedingSourceZone(), and GetOrientation().

◆ m_FireSelectionName

string m_FireSelectionName
private

Definition at line 3 of file bleedingsourcezone.c.

Referenced by BleedingSourceZone(), and GetSelectionName().

◆ m_FlowModifier

float m_FlowModifier
private

Definition at line 8 of file bleedingsourcezone.c.

Referenced by BleedingSourceZone(), and GetFlowModifier().

◆ m_InventorySlotLocation

int m_InventorySlotLocation
private

Definition at line 11 of file bleedingsourcezone.c.

Referenced by GetInvLocation(), and SetInvLocation().

◆ m_MaxTime

int m_MaxTime
private

Definition at line 9 of file bleedingsourcezone.c.

Referenced by BleedingSourceZone(), and GetMaxTime().

◆ m_ParticleName

string 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: