Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SignalsDebugComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_SignalDebugComponentClass
 

Functions

SCR_SignalDebugComponentClass ScriptComponentClass Attribute ("", uiwidget:UIWidgets.Object, "Signals names")] protected ref array< string > m_aSignalNames
 
override void EOnFrame (IEntity owner, float timeSlice)
 
override void OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
override void EOnInit (IEntity owner)
 
void SCR_SignalDebugComponent (IEntityComponentSource src, IEntity ent, IEntity parent)
 

Variables

protected bool m_bPrintToLog
 
protected bool m_bPrintSignalsOnSoundComponent
 
protected ref array< intm_aSignalsID = new array<int>
 
protected int m_aSignalNamesCount
 
protected ref array< string > m_aSCSignalNames = new array<string>
 
protected SignalsManagerComponent m_SignalsManagerComponent
 
protected SoundComponent m_SoundComponent
 

Function Documentation

◆ Attribute()

SCR_SignalDebugComponentClass ScriptComponentClass Attribute ( ""  ,
uiwidget:UIWidgets.  Object,
"Signals names"   
)

◆ EOnFrame()

override void EOnFrame ( IEntity  owner,
float  timeSlice 
)

Definition at line 26 of file SCR_SignalsDebugComponent.c.

◆ SCR_SignalDebugComponent()

void SCR_SignalDebugComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 95 of file SCR_SignalsDebugComponent.c.

Variable Documentation

◆ m_aSCSignalNames

protected ref array<string> m_aSCSignalNames = new array<string>

Definition at line 20 of file SCR_SignalsDebugComponent.c.

◆ m_aSignalNamesCount

protected int m_aSignalNamesCount

Definition at line 18 of file SCR_SignalsDebugComponent.c.

◆ m_aSignalsID

protected ref array<int> m_aSignalsID = new array<int>

Definition at line 17 of file SCR_SignalsDebugComponent.c.

◆ m_bPrintSignalsOnSoundComponent

protected bool m_bPrintSignalsOnSoundComponent

Definition at line 15 of file SCR_SignalsDebugComponent.c.

◆ m_bPrintToLog

protected bool m_bPrintToLog

Definition at line 12 of file SCR_SignalsDebugComponent.c.

◆ m_SignalsManagerComponent

protected SignalsManagerComponent m_SignalsManagerComponent

Definition at line 22 of file SCR_SignalsDebugComponent.c.

◆ m_SoundComponent

protected SoundComponent m_SoundComponent

Definition at line 23 of file SCR_SignalsDebugComponent.c.