Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_SpectateTargetComponentClass |
Functions | |
IEntity | GetEntity () |
bool | IsAlive () |
void | SCR_SpectateTargetComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
void | ~SCR_SpectateTargetComponent () |
Variables | |
SCR_SpectateTargetComponentClass | s_aSpectateTargets = null |
private DamageManagerComponent | m_DamageManagerComponent = null |
private IEntity | m_Entity = null |
IEntity GetEntity | ( | ) |
Definition at line 16 of file SpectateTargetComponent.c.
bool IsAlive | ( | ) |
Definition at line 23 of file SpectateTargetComponent.c.
void SCR_SpectateTargetComponent | ( | IEntityComponentSource | src, |
IEntity | ent, | ||
IEntity | parent | ||
) |
[in] | src | |
[in] | ent | |
[in] | parent |
Definition at line 99 of file SpectateTargetComponent.c.
void ~SCR_SpectateTargetComponent | ( | ) |
Definition at line 112 of file SpectateTargetComponent.c.
private DamageManagerComponent m_DamageManagerComponent = null |
Definition at line 11 of file SpectateTargetComponent.c.
private IEntity m_Entity = null |
Definition at line 12 of file SpectateTargetComponent.c.
SCR_SpectateTargetComponentClass s_aSpectateTargets = null |