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

Go to the source code of this file.

Classes

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)
 Editable Mine.
override void EOnInit (IEntity owner)
void SCR_SignalDebugComponent (IEntityComponentSource src, IEntity ent, IEntity parent)

Variables

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

Function Documentation

◆ Attribute()

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

◆ EOnFrame()

override void EOnFrame ( IEntity owner,
float timeSlice )
protected

Definition at line 26 of file SCR_SignalsDebugComponent.c.

◆ SCR_SignalDebugComponent()

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

Definition at line 95 of file SCR_SignalsDebugComponent.c.

Variable Documentation

◆ m_aSCSignalNames

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

Definition at line 20 of file SCR_SignalsDebugComponent.c.

◆ m_aSignalNamesCount

int m_aSignalNamesCount
protected

Definition at line 18 of file SCR_SignalsDebugComponent.c.

◆ m_aSignalsID

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

Definition at line 17 of file SCR_SignalsDebugComponent.c.

◆ m_bPrintSignalsOnSoundComponent

bool m_bPrintSignalsOnSoundComponent
protected

Definition at line 15 of file SCR_SignalsDebugComponent.c.

◆ m_bPrintToLog

bool m_bPrintToLog
protected

Definition at line 12 of file SCR_SignalsDebugComponent.c.

◆ m_SignalsManagerComponent

SignalsManagerComponent m_SignalsManagerComponent
protected

Definition at line 22 of file SCR_SignalsDebugComponent.c.

◆ m_SoundComponent

SoundComponent m_SoundComponent
protected

Definition at line 23 of file SCR_SignalsDebugComponent.c.