![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
VONEntry class for radio entries. More...
Protected Member Functions | |
| BaseTransceiver | GetTransceiver () |
| Associated transceiver. | |
| int | GetTransceiverNumber () |
| Associated transceiver id - starts with 1. | |
| int | GetEntryFrequency () |
| Local frequency getter since atm the transceiver getter is delayed (network?) and not sufficient for instant UI changes. | |
| SCR_GadgetComponent | GetGadget () |
| Gadget component associated with this entry. | |
| UIInfo | GetUIInfo () |
| bool | IsLongRange () |
| Is long range backpack radio type. | |
| void | SetRadioEntry (notnull BaseTransceiver transceiver, int number, SCR_GadgetComponent gadgetComp) |
| void | SetChannelText (string channel) |
| void | SetFrequencyTextOverwrite (string text) |
| void | SetChannelTextOverwrite (string text) |
| override void | InitEntry () |
| override void | AdjustEntryModif (int modifier) |
| override void | AdjustEntry (int modifier) |
| override void | ToggleEntry () |
| bool | ToggleMuteEntry () |
| bool | GetIsMuted () |
| override string | GetIconResource () |
| override ECommMethod | GetVONMethod () |
| override void | Update () |
| Update entry visuals. | |
Protected Attributes | |
| int | m_iFrequency |
| string | m_sFrequencyTextOverwrite |
| int | m_iTransceiverNumber |
| string | m_sChannelText |
| string | m_sChannelTextOverwrite |
| BaseTransceiver | m_RadioTransceiver |
| SCR_GadgetComponent | m_GadgetComp |
VONEntry class for radio entries.
Definition at line 3 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 136 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 107 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Local frequency getter since atm the transceiver getter is delayed (network?) and not sufficient for instant UI changes.
Definition at line 32 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Gadget component associated with this entry.
Definition at line 39 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 263 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 248 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Associated transceiver.
Definition at line 18 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Associated transceiver id - starts with 1.
Definition at line 25 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 45 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 288 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 88 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Is long range backpack radio type.
Definition at line 56 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 70 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 82 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 76 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 62 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 214 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Definition at line 234 of file SCR_VONEntryRadio.c.
|
inlineprotected |
Update entry visuals.
Definition at line 295 of file SCR_VONEntryRadio.c.
|
protected |
Definition at line 14 of file SCR_VONEntryRadio.c.
|
protected |
Definition at line 7 of file SCR_VONEntryRadio.c.
|
protected |
Definition at line 9 of file SCR_VONEntryRadio.c.
|
protected |
Definition at line 13 of file SCR_VONEntryRadio.c.
|
protected |
Definition at line 10 of file SCR_VONEntryRadio.c.
|
protected |
Definition at line 11 of file SCR_VONEntryRadio.c.
|
protected |
Definition at line 8 of file SCR_VONEntryRadio.c.