|
Arma Reforger Script API
|
Public Member Functions | |
| override void | Init (SCR_NotificationData data, SCR_NotificationsLogComponent notificationLog, float fadeDelay) |
| Init the message, setting the visuals. | |
Public Member Functions inherited from SCR_NotificationMessageUIComponent | |
| void | UpdateText () |
| Update message text. | |
| void | ForceRemoveNotification () |
| Delete the notification with a fast fade. | |
| ScriptInvoker | GetOnDeleted () |
| Get script invoker for when notification is deleted. | |
| void | DeleteNotification () |
| override void | HandlerAttached (Widget w) |
| override void | HandlerDeattached (Widget w) |
| SCR_NotificationData | GetData () |
Protected Attributes | |
| string | m_sSplitNotificationText |
Protected Attributes inherited from SCR_NotificationMessageUIComponent | |
| string | m_sIcon |
| ref array< string > | m_aColoredWidgets |
| ref array< string > | m_aNonGameMasterWidgets |
| ref array< string > | m_aGameMasterOnlyWidgets |
| string | m_sNotificationText |
| string | m_sGoToIndicator |
| string | m_sGoToControlHint |
| string | m_sGoToIndicatorsHolder |
| Widget | m_wRoot |
| SCR_NotificationsLogComponent | m_NotificationsLog |
| ref SCR_NotificationData | m_Data |
| Widget | m_GoToControlHint |
| Widget | m_GoToIndicator |
| Widget | m_GoToIndicatorsHolder |
| ref ScriptInvoker | Event_OnDeleted = new ScriptInvoker() |
| bool | m_bIsListeningToDoneFade |
| bool | m_bHasPosition |
| bool | m_bShowTeleportControlHint |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_NotificationMessageUIComponent | |
| void | SetWidgetColor (Color notificationColor) |
| void | OnNewNotificationHasPosition () |
| void | EditorOpened () |
| void | EditorClosed () |
| void | OnLimitedChanged (bool limited) |
| void | OnInputDeviceChanged (bool isUsingMouseAndKeyboard) |
| void | TeleportToLocation () |
| void | FadeDelete (float fadeSpeed) |
| void | AnimationDoneListenerUpdate () |
| void | AutoFadeDelay () |
Static Protected Attributes inherited from SCR_NotificationMessageUIComponent | |
| static const float | ANIMATION_DONE_UPDATE_SPEED = 100 |
| static const float | FORCE_DELETE_FADE_SPEED = 3 |
| static const float | AUTO_FADE_SPEED = 1 |
| static const float | FADE_IN_SPEED = 2 |
| override void SCR_SplitNotificationMessageUIComponent.Init | ( | SCR_NotificationData | data, |
| SCR_NotificationsLogComponent | notificationLog, | ||
| float | fadeDelay ) |
Init the message, setting the visuals.
| [in] | data | the data of the notification |
| [in] | notificationLog | a reference to the notificationLog |
| [in] | fadeDelay | automatic fade delay of notification |
Implements SCR_NotificationMessageUIComponent.
|
protected |