|
Arma Reforger Script API
|
Public Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | SetEntry (SCR_JournalEntry entry, int id) |
| void | ShowEntry (Widget target) |
| int | GetId () |
| SCR_JournalEntry | GetEntry () |
| void | SetContent (string text) |
| void | SetToggled (bool newToggled) |
| ScriptInvoker | GetOnToggled () |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| override bool | OnClick (Widget w, int x, int y, int button) |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Protected Member Functions | |
| void | OnToggled (SCR_ModularButtonComponent comp, bool newToggled) |
Protected Attributes | |
| ref ScriptInvoker | m_OnToggled |
| SCR_JournalEntry | m_Entry |
| int | m_iEntryId |
| ref SCR_JournalButtonWidgets | m_Widgets = new SCR_JournalButtonWidgets() |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
| SCR_JournalEntry SCR_MapJournalUIButton.GetEntry | ( | ) |
| int SCR_MapJournalUIButton.GetId | ( | ) |
| ScriptInvoker SCR_MapJournalUIButton.GetOnToggled | ( | ) |
| override void SCR_MapJournalUIButton.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
|
protected |
| void SCR_MapJournalUIButton.SetContent | ( | string | text | ) |
| void SCR_MapJournalUIButton.SetEntry | ( | SCR_JournalEntry | entry, |
| int | id ) |
| [in] | entry | |
| [in] | id |
| void SCR_MapJournalUIButton.SetToggled | ( | bool | newToggled | ) |
| void SCR_MapJournalUIButton.ShowEntry | ( | Widget | target | ) |
| [in] | target |
|
protected |
|
protected |
|
protected |
|
protected |