![]() |
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_NotificationsComponentClass |
Variables | |
| SCR_NotificationsComponentClass | m_aHistory = {} |
| Framework for sending notifications to players. | |
| ref ScriptInvoker | Event_OnNotification = new ScriptInvoker() |
| SCR_NotificationData | m_LastNotificationWithLocation |
| bool | m_bIsUpdatingNotificationData |
| ref map< int, string > | m_mPlayerNameHistory = new map <int, string>() |
|
protected |
Definition at line 1018 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 1044 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 1055 of file SCR_NotificationsComponent.c.
|
protected |
Get the the specific history entry
| [in] | index | int index of history entry |
| [out] | data | SCR_NotificationData of the history entry with given index |
Definition at line 138 of file SCR_NotificationsComponent.c.
|
protected |
Get the list of previous notifications. (new to old)
| [out] | outHistory | Array to be filled with notifications, newest first - not emptied before filling |
Definition at line 105 of file SCR_NotificationsComponent.c.
|
protected |
Get the list of previous notifications. (old to new)
| [out] | outHistory | Array to be filled with notifications, oldest first - not emptied before filling |
| how | far back the history needs to be taken from. -1 means this is ignored |
Definition at line 120 of file SCR_NotificationsComponent.c.
Get last ping location
| [out] | lastPingLocation | last ping location vector |
Definition at line 155 of file SCR_NotificationsComponent.c.
|
protected |
Get Notification colors
Definition at line 983 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 993 of file SCR_NotificationsComponent.c.
|
protected |
Get invoker called on player's machine when a notification is received
Definition at line 96 of file SCR_NotificationsComponent.c.
Hotfix to Get player names when the name cannot be found anymore in the playerManager
| [in] | playerID | id of player to get name from |
Definition at line 1008 of file SCR_NotificationsComponent.c.
|
protected |
Get Sticky notificatons Widget names from Config
Definition at line 971 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 1120 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 933 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 940 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 230 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 402 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 687 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 311 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 525 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 622 of file SCR_NotificationsComponent.c.
|
protected |
Send notification to player who owns this player controller.
| [in] | id | ID of the notification message |
| [in] | data | Notification data |
Definition at line 921 of file SCR_NotificationsComponent.c.
|
protected |
| [in] | timeSlice |
Definition at line 1068 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 1030 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 79 of file SCR_NotificationsComponent.c.
| SCR_NotificationsComponentClass m_aHistory = {} |
Framework for sending notifications to players.
|
protected |
Definition at line 82 of file SCR_NotificationsComponent.c.
|
protected |
Definition at line 81 of file SCR_NotificationsComponent.c.