Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_RequestedTaskNotificationComponent Interface Reference
Inheritance diagram for SCR_RequestedTaskNotificationComponent:
SCR_TaskNotificationComponent

Public Member Functions

override void EOnInit (IEntity owner)
 
override void OnDelete (IEntity owner)
 
- Public Member Functions inherited from SCR_TaskNotificationComponent
SCR_CampaignFaction GetFaction ()
 
override void OnPostInit (IEntity owner)
 

Protected Member Functions

override void OnTaskCreated (SCR_Task task, int byPlayerID)
 
override void OnTaskAssigneeAdded (SCR_Task task, SCR_TaskExecutor executor, int requesterID)
 
override void OnTaskStateChanged (SCR_Task task, SCR_ETaskState newState)
 
void OnRequestedGroupTaskSet (SCR_Task task, int byPlayerID, int requesterGroupId)
 
- Protected Member Functions inherited from SCR_TaskNotificationComponent
bool HasGroupTask (SCR_TaskExecutor executor)
 
string GetTaskName (SCR_Task task)
 
bool IsPlayerGroupLeader (int playerID, notnull array< SCR_AIGroup > playableGroups)
 
void SetGrid ()
 
void OnGroupTaskSet (SCR_Task task, int byPlayerID)
 
BaseTransceiver GetHQTransceiver (notnull SCR_CampaignFaction faction)
 
BaseTransceiver GetPlayerTransceiver (int playerId)
 
SCR_AIGroup GetFirstAssignedGroup (notnull SCR_Task task)
 
void SendMessageToGroup (SCR_ETaskNotification notificationType, SCR_ETaskNotificationMsg msgType, int callerPlayerId, BaseTransceiver transmitter, SCR_AIGroup receiverGroup, int baseCallsign=SCR_MilitaryBaseComponent.INVALID_BASE_CALLSIGN, int callerGroupId=-1, int calledGroupId=-1, int gridX=-1, int gridY=-1)
 

Additional Inherited Members

- Protected Attributes inherited from SCR_TaskNotificationComponent
SCR_ETaskNotification m_eTaskNotification
 
SCR_TaskSystem m_TaskSystem
 
SCR_GroupsManagerComponent m_GroupsManager
 
RplComponent m_RplComponent
 
SCR_Task m_Task
 
SCR_GroupTaskManagerComponent m_GroupTaskManager
 
SCR_TaskNotificationManagerComponent m_TaskNotificationManager
 
SCR_FactionManager m_FactionManager
 
SCR_GameModeCampaign m_Campaign int m_iGridX
 
int m_iGridY
 
- Static Protected Attributes inherited from SCR_TaskNotificationComponent
const bool ALLOW_SEND_TO_EMPTY_GROUP = false
 

Member Function Documentation

◆ EOnInit()

override void SCR_RequestedTaskNotificationComponent.EOnInit ( IEntity owner)

◆ OnDelete()

override void SCR_RequestedTaskNotificationComponent.OnDelete ( IEntity owner)

◆ OnRequestedGroupTaskSet()

void SCR_RequestedTaskNotificationComponent.OnRequestedGroupTaskSet ( SCR_Task task,
int byPlayerID,
int requesterGroupId )
protected

◆ OnTaskAssigneeAdded()

override void SCR_RequestedTaskNotificationComponent.OnTaskAssigneeAdded ( SCR_Task task,
SCR_TaskExecutor executor,
int requesterID )
protected

◆ OnTaskCreated()

override void SCR_RequestedTaskNotificationComponent.OnTaskCreated ( SCR_Task task,
int byPlayerID )
protected

◆ OnTaskStateChanged()

override void SCR_RequestedTaskNotificationComponent.OnTaskStateChanged ( SCR_Task task,
SCR_ETaskState newState )
protected

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