![]() |
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_DataDisplayGadgetComponentClass |
Functions | |
| int | GetNumberOfPages () |
| void | ChangePage (int direction=0) |
| void | UpdateData (bool playSound=true) |
| Method used to update currently displayed ballistic data. | |
| override void | ModeSwitch (EGadgetMode mode, IEntity charOwner) |
| override void | ModeClear (EGadgetMode mode) |
| bool | InitializeRenderTarget () |
| void | ClearRenderTarget () |
| override EGadgetType | GetType () |
| override void | EOnInit (IEntity owner) |
| override void | OnDelete (IEntity owner) |
| void | RpcDo_SyncPageChange (int selectedPage) |
| override bool | RplSave (ScriptBitWriter writer) |
| override bool | RplLoad (ScriptBitReader reader) |
Variables | |
| SCR_DataDisplayGadgetComponentClass | m_iOpacityMapId |
| Widget | m_wRootWidget |
| int | m_iNumberOfPages |
| int | m_iCurrentPageID |
| const string | PAGE_NUMBER_NAME = "PageNumber" |
| const string | PAGE_NUMBER_FORMAT = "%1 / %2" |
|
protected |
Interface for changing pages that are being displayed
| [in] | direction | -1 == previous | +1 == next |
Definition at line 78 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 177 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 70 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 196 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 153 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 141 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 126 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 224 of file SCR_DataDisplayGadget.c.
|
protected |
Authority method for replicating change of currently displayed page
| [in] | selectedPage | id of newly displayed page |
Definition at line 233 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 251 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 243 of file SCR_DataDisplayGadget.c.
Method used to update currently displayed ballistic data.
Definition at line 96 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 63 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 62 of file SCR_DataDisplayGadget.c.
| SCR_DataDisplayGadgetComponentClass m_iOpacityMapId |
|
protected |
Definition at line 61 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 66 of file SCR_DataDisplayGadget.c.
|
protected |
Definition at line 65 of file SCR_DataDisplayGadget.c.