Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MineAwarenessComponent Class Reference
Inheritance diagram for SCR_MineAwarenessComponent:
ScriptComponent

Protected Member Functions

void Detect (RplId id, bool instant=false)
bool IsDetected (IEntity entity)
void EOnInit (IEntity owner)
void OnPostInit (IEntity owner)

Static Protected Member Functions

static SCR_MineAwarenessComponent GetLocalInstance ()

Protected Attributes

ref set< RplIdm_aDetectedMines
ref map< RplId, ref SCR_MineDetectionData > m_mMineDetection = new map<RplId, ref SCR_MineDetectionData>()

Detailed Description

Definition at line 12 of file SCR_MineAwarenessComponent.c.

Member Function Documentation

◆ Detect()

void SCR_MineAwarenessComponent::Detect ( RplId id,
bool instant = false )
inlineprotected
Parameters
[in]id
[in]instant

Definition at line 32 of file SCR_MineAwarenessComponent.c.

◆ EOnInit()

void SCR_MineAwarenessComponent::EOnInit ( IEntity owner)
inlineprotected

Definition at line 84 of file SCR_MineAwarenessComponent.c.

◆ GetLocalInstance()

SCR_MineAwarenessComponent SCR_MineAwarenessComponent::GetLocalInstance ( )
inlinestaticprotected
Returns

Definition at line 19 of file SCR_MineAwarenessComponent.c.

◆ IsDetected()

bool SCR_MineAwarenessComponent::IsDetected ( IEntity entity)
inlineprotected
Parameters
[in]entity
Returns

Definition at line 68 of file SCR_MineAwarenessComponent.c.

◆ OnPostInit()

void SCR_MineAwarenessComponent::OnPostInit ( IEntity owner)
inlineprotected

Definition at line 90 of file SCR_MineAwarenessComponent.c.

Member Data Documentation

◆ m_aDetectedMines

ref set<RplId> SCR_MineAwarenessComponent::m_aDetectedMines
protected

Definition at line 14 of file SCR_MineAwarenessComponent.c.

◆ m_mMineDetection

ref map<RplId, ref SCR_MineDetectionData> SCR_MineAwarenessComponent::m_mMineDetection = new map<RplId, ref SCR_MineDetectionData>()
protected

Definition at line 15 of file SCR_MineAwarenessComponent.c.


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