Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_BatchedPoisonDamageEffects Interface Reference
Inheritance diagram for SCR_BatchedPoisonDamageEffects:
SCR_BatchedDamageEffects

Public Member Functions

override void CopyBatchedData (notnull SCR_BatchedDamageEffects newBatchedDataContainer)
 Method called locally by SCR_DamageSufferingSystem to transfer newly batched data from shared space to this container.
 
void SCR_BatchedPoisonDamageEffects (float dmgVal, int count=1)
 

Public Attributes

float m_fDamageValue
 
int m_iNumberOfEffects
 
WorldTimestamp m_NextSoundEventTime
 

Constructor & Destructor Documentation

◆ SCR_BatchedPoisonDamageEffects()

void SCR_BatchedPoisonDamageEffects.SCR_BatchedPoisonDamageEffects ( float dmgVal,
int count = 1 )
Parameters
[in]dmgVal
[in]count

Member Function Documentation

◆ CopyBatchedData()

override void SCR_BatchedPoisonDamageEffects.CopyBatchedData ( notnull SCR_BatchedDamageEffects newBatchedDataContainer)

Method called locally by SCR_DamageSufferingSystem to transfer newly batched data from shared space to this container.

Parameters
[in,out]newBatchedDataContainerto transfer from

Implements SCR_BatchedDamageEffects.

Member Data Documentation

◆ m_fDamageValue

float SCR_BatchedPoisonDamageEffects.m_fDamageValue

◆ m_iNumberOfEffects

int SCR_BatchedPoisonDamageEffects.m_iNumberOfEffects

◆ m_NextSoundEventTime

WorldTimestamp SCR_BatchedPoisonDamageEffects.m_NextSoundEventTime

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