Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseTaskNotificationData Class Reference
Inheritance diagram for SCR_BaseTaskNotificationData:
SCR_MinorTaskNotificationData

Protected Member Functions

bool CanSendNotification (notnull SCR_AIGroup receiverGroup)
bool CanSendToPlayer (notnull SCR_Faction faction, int playerId, vector taskPosition)

Protected Attributes

SCR_ETaskNotificationAllowedRole m_eAllowedCharacterRole
bool m_bSkipCommandFrequency
bool m_bAllowedDistance
from task
from params: "0 inf")] protected float m_fDistance

Detailed Description

Definition at line 28 of file SCR_TaskNotificationConfigs.c.

Member Function Documentation

◆ CanSendNotification()

bool SCR_BaseTaskNotificationData::CanSendNotification ( notnull SCR_AIGroup receiverGroup)
inlineprotected

Checks if to send a message by group role

Parameters
[in]receiverGroup
Returns
true if the notification can be sent

Definition at line 49 of file SCR_TaskNotificationConfigs.c.

◆ CanSendToPlayer()

bool SCR_BaseTaskNotificationData::CanSendToPlayer ( notnull SCR_Faction faction,
int playerId,
vector taskPosition )
inlineprotected

Checks whether the message can be sent to the player based on the character role and distance from the task

Parameters
[in]faction
[in]playerId
[in]taskPosition
Returns
true if the notification can be sent to specific players

Definition at line 63 of file SCR_TaskNotificationConfigs.c.

Member Data Documentation

◆ m_bAllowedDistance

bool SCR_BaseTaskNotificationData::m_bAllowedDistance
protected

Definition at line 40 of file SCR_TaskNotificationConfigs.c.

◆ m_bSkipCommandFrequency

bool SCR_BaseTaskNotificationData::m_bSkipCommandFrequency
protected

Definition at line 37 of file SCR_TaskNotificationConfigs.c.

◆ m_eAllowedCharacterRole

SCR_ETaskNotificationAllowedRole SCR_BaseTaskNotificationData::m_eAllowedCharacterRole
protected

Definition at line 34 of file SCR_TaskNotificationConfigs.c.

◆ params

from SCR_BaseTaskNotificationData::params
protected

Definition at line 42 of file SCR_TaskNotificationConfigs.c.

◆ task

from SCR_BaseTaskNotificationData::task
protected

Definition at line 42 of file SCR_TaskNotificationConfigs.c.


The documentation for this class was generated from the following file: