![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Voice over network entry data class, used for management of communication methods. More...
Protected Member Functions | |
| void | InitEntry () |
| void | SetUsable (bool state) |
| Usable entry. | |
| bool | IsUsable () |
| Is usable entry. | |
| void | SetActive (bool state) |
| Activate entry. | |
| bool | IsActive () |
| Is active entry. | |
| void | SetMuted (bool state) |
| Activate entry. | |
| void | SetSelected (bool state) |
| Set entry selection state. | |
| void | AdjustEntry (int modifier) |
| void | AdjustEntryModif (int modifier) |
| void | ToggleEntry () |
| Toggle entry such as radio on/off. | |
| string | GetDisplayText () |
| Get entry display text such as current frequency. | |
| string | GetIconResource () |
| Get icon resource path string. | |
| ECommMethod | GetVONMethod () |
| VON method type. | |
| override void | Update () |
| Called only when update is requested. | |
Protected Attributes | |
| bool | m_bIsUsable = true |
| bool | m_bIsActive |
| bool | m_bIsMuted |
| bool | m_bIsSelected |
| string | m_sText |
Voice over network entry data class, used for management of communication methods.
Definition at line 3 of file SCR_VONEntry.c.
|
inlineprotected |
Adjust entry configuration such as radio frequency
| modifier | is custom logic modifier |
Definition at line 61 of file SCR_VONEntry.c.
|
inlineprotected |
Adjust entry configuration such as radio frequency, modified input
| modifier | is custom logic modifier |
Definition at line 67 of file SCR_VONEntry.c.
|
inlineprotected |
Get entry display text such as current frequency.
Definition at line 77 of file SCR_VONEntry.c.
|
inlineprotected |
Get icon resource path string.
Definition at line 84 of file SCR_VONEntry.c.
|
inlineprotected |
VON method type.
Definition at line 91 of file SCR_VONEntry.c.
|
inlineprotected |
Definition at line 13 of file SCR_VONEntry.c.
|
inlineprotected |
Is active entry.
Definition at line 39 of file SCR_VONEntry.c.
|
inlineprotected |
Is usable entry.
Definition at line 25 of file SCR_VONEntry.c.
|
inlineprotected |
Activate entry.
Definition at line 32 of file SCR_VONEntry.c.
|
inlineprotected |
Activate entry.
Definition at line 46 of file SCR_VONEntry.c.
|
inlineprotected |
Set entry selection state.
Definition at line 53 of file SCR_VONEntry.c.
|
inlineprotected |
Usable entry.
Definition at line 18 of file SCR_VONEntry.c.
|
inlineprotected |
Toggle entry such as radio on/off.
Definition at line 72 of file SCR_VONEntry.c.
|
inlineprotected |
Called only when update is requested.
Definition at line 98 of file SCR_VONEntry.c.
|
protected |
Definition at line 6 of file SCR_VONEntry.c.
|
protected |
Definition at line 7 of file SCR_VONEntry.c.
|
protected |
Definition at line 8 of file SCR_VONEntry.c.
Definition at line 5 of file SCR_VONEntry.c.
|
protected |
Definition at line 9 of file SCR_VONEntry.c.