![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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< int > | m_aSignalsID = new array<int> |
| int | m_aSignalNamesCount |
| ref array< string > | m_aSCSignalNames = new array<string> |
| SignalsManagerComponent | m_SignalsManagerComponent |
| SoundComponent | m_SoundComponent |
| SCR_SignalDebugComponentClass ScriptComponentClass Attribute | ( | "" | , |
| uiwidget:UIWidgets. | Object, | ||
| "Signals names" | ) |
Definition at line 26 of file SCR_SignalsDebugComponent.c.
|
protected |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 95 of file SCR_SignalsDebugComponent.c.
Definition at line 20 of file SCR_SignalsDebugComponent.c.
|
protected |
Definition at line 18 of file SCR_SignalsDebugComponent.c.
Definition at line 17 of file SCR_SignalsDebugComponent.c.
|
protected |
Definition at line 15 of file SCR_SignalsDebugComponent.c.
|
protected |
Definition at line 12 of file SCR_SignalsDebugComponent.c.
|
protected |
Definition at line 22 of file SCR_SignalsDebugComponent.c.
|
protected |
Definition at line 23 of file SCR_SignalsDebugComponent.c.