![]() |
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_TaskNotificationsRootConfig |
| class | SCR_BaseTaskNotificationData |
| class | SCR_MajorBaseTaskNotificationData |
| class | SCR_MinorTaskNotificationData |
Functions | |
| class SCR_TaskNotificationsRootConfig | BaseContainerProps () |
| class SCR_TaskNotificationsRootConfig | SCR_BaseContainerCustomTitleEnum (SCR_ETaskNotification, "m_eTaskNotification", "Notification: %1") |
| bool | CanSendNotification (notnull SCR_AIGroup receiverGroup) |
| bool | CanSendToPlayer (notnull SCR_Faction faction, int playerId, vector taskPosition) |
| class SCR_BaseTaskNotificationData | SCR_BaseContainerCustomTitleEnum (SCR_ETaskNotificationMsg, "m_eTaskNotificationMsg") |
| string | GetCreationText (notnull Faction faction, notnull SCR_CampaignMilitaryBaseComponent base) |
Variables | |
| ref array< ref SCR_TaskNotificationConfig > | m_aTaskNotificationList |
| SCR_ETaskNotificationMsg | m_eTaskNotificationMsg |
| SCR_ETaskNotificationAllowedRole | m_eAllowedCharacterRole |
| bool | m_bSkipCommandFrequency |
| bool | m_bAllowedDistance |
| from | task |
| from | params |
| ENotification | m_eNotification |
| LocalizedString | m_sText |
| class SCR_TaskNotificationsRootConfig BaseContainerProps | ( | ) |
|
protected |
Checks if to send a message by group role
| [in] | receiverGroup |
Definition at line 19 of file SCR_TaskNotificationConfigs.c.
|
protected |
Checks whether the message can be sent to the player based on the character role and distance from the task
| [in] | faction | |
| [in] | playerId | |
| [in] | taskPosition |
Definition at line 33 of file SCR_TaskNotificationConfigs.c.
| string BaseContainerProps::GetCreationText | ( | notnull Faction | faction, |
| notnull SCR_CampaignMilitaryBaseComponent | base ) |
| [in] | faction | |
| [in] | base |
Definition at line 4 of file SCR_TaskNotificationConfigs.c.
| class SCR_TaskNotificationsRootConfig SCR_BaseContainerCustomTitleEnum | ( | SCR_ETaskNotification | , |
| "m_eTaskNotification" | , | ||
| "Notification: %1" | ) |
Definition at line 8 of file SCR_TaskNotificationConfigs.c.
| SCR_MinorTaskNotificationData SCR_BaseTaskNotificationData SCR_BaseContainerCustomTitleEnum | ( | SCR_ETaskNotificationMsg | , |
| "m_eTaskNotificationMsg" | ) |
| [in] | groupId |
Definition at line 100 of file SCR_TaskNotificationConfigs.c.
| ref array<ref SCR_TaskNotificationConfig> m_aTaskNotificationList |
Definition at line 1 of file SCR_TaskNotificationConfigs.c.
|
protected |
Definition at line 10 of file SCR_TaskNotificationConfigs.c.
|
protected |
Definition at line 7 of file SCR_TaskNotificationConfigs.c.
|
protected |
Definition at line 4 of file SCR_TaskNotificationConfigs.c.
| ENotification m_eNotification |
Definition at line 1 of file SCR_TaskNotificationConfigs.c.
| SCR_ETaskNotificationMsg m_eTaskNotificationMsg |
Definition at line 1 of file SCR_TaskNotificationConfigs.c.
| LocalizedString m_sText |
Definition at line 4 of file SCR_TaskNotificationConfigs.c.
|
protected |
Definition at line 12 of file SCR_TaskNotificationConfigs.c.
|
protected |
Definition at line 12 of file SCR_TaskNotificationConfigs.c.