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

Go to the source code of this file.

Classes

class  SCR_DamageAreaComponentClass

Functions

void InitializeShapes (IEntity owner, inout array< ref DamageArea > damageAreas=null)
void OnPostInit (IEntity owner)
 Editable Mine.
void EOnInit (IEntity owner)
void OnDelete (IEntity owner)

Variables

SCR_DamageAreaComponentClass m_aDamageAreas = {}

Function Documentation

◆ InitializeShapes()

void InitializeShapes ( IEntity owner,
inout array< ref DamageArea > damageAreas = null )
protected
Parameters
[in]owner
[in,out]damageAreas

Definition at line 117 of file SCR_DamageAreaComponent.c.

◆ OnDelete()

void OnDelete ( IEntity owner)
protected

Definition at line 185 of file SCR_DamageAreaComponent.c.

Variable Documentation

◆ m_aDamageAreas

SCR_DamageAreaComponentClass m_aDamageAreas = {}