|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnInit (SCR_NotificationsLogComponent notificationLog) |
Public Member Functions inherited from SCR_StickyNotificationUIComponent | |
| bool | isStickyActive () |
| Get if this sticky notification is active. | |
| bool | InfluenceNotificationListSize () |
| Get if sticky notification influences list size. | |
| ScriptInvoker | GetOnStickyActiveChanged () |
| Returns scriptinvoker on sticky notification active changed. | |
| override void | HandlerAttached (Widget w) |
| override void | HandlerDeattached (Widget w) |
Protected Member Functions | |
| void | CheckShowNotification (bool isInit=false) |
| void | OnLimitedEditorChanged () |
| override void | OnButton () |
| override void | OnDestroy () |
Protected Member Functions inherited from SCR_StickyNotificationUIComponent | |
| void | SetStickyActive (bool newActive, bool fade=true) |
| void | SetVisible (bool visible) |
| void | Fade (bool fadeIn) |
| void | EditorOpened () |
| void | EditorClosed () |
Protected Attributes | |
| SCR_PlayerDelegateEditorComponent | m_DelegateManager |
Protected Attributes inherited from SCR_StickyNotificationUIComponent | |
| string | m_sTextName |
| string | m_sOptionalMessageLayoutName |
| SCR_NotificationsLogComponent | m_NotificationsLog |
| Widget | m_Root |
| SCR_FadeUIComponent | m_FadeUIComponent |
| bool | m_bInfluenceNotificationListSize |
| bool | m_bStickyNotificationActive = false |
| TextWidget | m_Text |
| Widget | m_OptionalMessageLayout |
| ref ScriptInvoker | Event_OnStickyActiveChanged = new ScriptInvoker() |
|
protected |
|
protected |
Implements SCR_StickyNotificationUIComponent.
|
protected |
Implements SCR_StickyNotificationUIComponent.
| override void SCR_NoGameMasterStickyNotificationUIComponent.OnInit | ( | SCR_NotificationsLogComponent | notificationLog | ) |
| [in] | notificationLog |
Implements SCR_StickyNotificationUIComponent.
|
protected |
|
protected |