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

Protected Member Functions

void SetTaskNotification (SCR_ETaskNotification type, SCR_ETaskNotificationMsg msg)
void SetTaskNotificationData (SCR_BaseTaskNotificationData data)
void SetBaseCallsign (int callsign)
void SetCallerGroupId (int groupId)
void SetCalledGroupId (int groupId)
void SetGrid (int grid)
void SetCallerPlayerId (int callerPlayerId)
void SetFactionId (int factionId)
void SetFaction (SCR_Faction faction)
void SetTaskPosition (vector taskPosition)
override void OnDelivery (BaseTransceiver receiver, int freq, float quality)

Protected Attributes

SCR_ETaskNotification m_eTaskNotificationType
SCR_ETaskNotificationMsg m_eTaskNotificationMsg
SCR_BaseTaskNotificationData m_Data
int m_iBaseCallsign = SCR_MilitaryBaseComponent.INVALID_BASE_CALLSIGN
int m_iCallerGroupId
int m_iCalledGroupId
int m_iGrid
int m_iCallerPlayerId
int m_iFactionId
SCR_Faction m_Faction
vector m_vTaskPosition

Detailed Description

Definition at line 1 of file SCR_TaskRadioMsg.c.

Member Function Documentation

◆ OnDelivery()

override void SCR_TaskRadioMsg::OnDelivery ( BaseTransceiver receiver,
int freq,
float quality )
inlineprotected

Definition at line 88 of file SCR_TaskRadioMsg.c.

◆ SetBaseCallsign()

void SCR_TaskRadioMsg::SetBaseCallsign ( int callsign)
inlineprotected
Parameters
[in]callsign

Definition at line 33 of file SCR_TaskRadioMsg.c.

◆ SetCalledGroupId()

void SCR_TaskRadioMsg::SetCalledGroupId ( int groupId)
inlineprotected
Parameters
[in]groupId

Definition at line 47 of file SCR_TaskRadioMsg.c.

◆ SetCallerGroupId()

void SCR_TaskRadioMsg::SetCallerGroupId ( int groupId)
inlineprotected
Parameters
[in]groupId

Definition at line 40 of file SCR_TaskRadioMsg.c.

◆ SetCallerPlayerId()

void SCR_TaskRadioMsg::SetCallerPlayerId ( int callerPlayerId)
inlineprotected
Parameters
[in]callerPlayerId

Definition at line 61 of file SCR_TaskRadioMsg.c.

◆ SetFaction()

void SCR_TaskRadioMsg::SetFaction ( SCR_Faction faction)
inlineprotected
Parameters
[in]faction

Definition at line 75 of file SCR_TaskRadioMsg.c.

◆ SetFactionId()

void SCR_TaskRadioMsg::SetFactionId ( int factionId)
inlineprotected
Parameters
[in]factionId

Definition at line 68 of file SCR_TaskRadioMsg.c.

◆ SetGrid()

void SCR_TaskRadioMsg::SetGrid ( int grid)
inlineprotected
Parameters
[in]grid

Definition at line 54 of file SCR_TaskRadioMsg.c.

◆ SetTaskNotification()

void SCR_TaskRadioMsg::SetTaskNotification ( SCR_ETaskNotification type,
SCR_ETaskNotificationMsg msg )
inlineprotected
Parameters
[in]type
[in]msg

Definition at line 18 of file SCR_TaskRadioMsg.c.

◆ SetTaskNotificationData()

void SCR_TaskRadioMsg::SetTaskNotificationData ( SCR_BaseTaskNotificationData data)
inlineprotected
Parameters
[in]data

Definition at line 26 of file SCR_TaskRadioMsg.c.

◆ SetTaskPosition()

void SCR_TaskRadioMsg::SetTaskPosition ( vector taskPosition)
inlineprotected
Parameters
[in]taskPosition

Definition at line 82 of file SCR_TaskRadioMsg.c.

Member Data Documentation

◆ m_Data

SCR_BaseTaskNotificationData SCR_TaskRadioMsg::m_Data
protected

Definition at line 5 of file SCR_TaskRadioMsg.c.

◆ m_eTaskNotificationMsg

SCR_ETaskNotificationMsg SCR_TaskRadioMsg::m_eTaskNotificationMsg
protected

Definition at line 4 of file SCR_TaskRadioMsg.c.

◆ m_eTaskNotificationType

SCR_ETaskNotification SCR_TaskRadioMsg::m_eTaskNotificationType
protected

Definition at line 3 of file SCR_TaskRadioMsg.c.

◆ m_Faction

SCR_Faction SCR_TaskRadioMsg::m_Faction
protected

Definition at line 12 of file SCR_TaskRadioMsg.c.

◆ m_iBaseCallsign

int SCR_TaskRadioMsg::m_iBaseCallsign = SCR_MilitaryBaseComponent.INVALID_BASE_CALLSIGN
protected

Definition at line 6 of file SCR_TaskRadioMsg.c.

◆ m_iCalledGroupId

int SCR_TaskRadioMsg::m_iCalledGroupId
protected

Definition at line 8 of file SCR_TaskRadioMsg.c.

◆ m_iCallerGroupId

int SCR_TaskRadioMsg::m_iCallerGroupId
protected

Definition at line 7 of file SCR_TaskRadioMsg.c.

◆ m_iCallerPlayerId

int SCR_TaskRadioMsg::m_iCallerPlayerId
protected

Definition at line 10 of file SCR_TaskRadioMsg.c.

◆ m_iFactionId

int SCR_TaskRadioMsg::m_iFactionId
protected

Definition at line 11 of file SCR_TaskRadioMsg.c.

◆ m_iGrid

int SCR_TaskRadioMsg::m_iGrid
protected

Definition at line 9 of file SCR_TaskRadioMsg.c.

◆ m_vTaskPosition

vector SCR_TaskRadioMsg::m_vTaskPosition
protected

Definition at line 13 of file SCR_TaskRadioMsg.c.


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