|
| 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) |
| |
| 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) |
| |
◆ 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:
- Game/Tasks/Notifications/SCR_RequestedTaskNotificationComponent.c