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

Protected Member Functions

void SetRadioMsg (SCR_ERadioMsg msg)
void SetFactionId (int factionId)
void SetBaseCallsign (int callsign)
void SetCallerCallsign (int companyID, int platoonID, int squadID, int characterID)
void SetCalledCallsign (int companyID, int platoonID, int squadID, int characterID)
void SetIsPublic (bool public)
void SetParam (int param)
void SetPlayerID (int playerID)
void SetMessageForCommander (bool isMessageForCommander, notnull SCR_Faction faction)
float GetSeed ()
override void OnDelivery (BaseTransceiver receiver, int freq, float quality)

Protected Attributes

SCR_ERadioMsg m_iRadioMsg
int m_iFactionId
int m_iBaseCallsign = SCR_MilitaryBaseComponent.INVALID_BASE_CALLSIGN
int m_iCallerCompanyID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
int m_iCallerPlatoonID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
int m_iCallerSquadID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
int m_iCallerCharacterID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
int m_iCalledCompanyID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
int m_iCalledPlatoonID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
int m_iCalledSquadID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
int m_iCalledCharacterID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
float m_fSeed = Math.RandomFloat01()
bool m_bIsPublic = true
int m_iParam = INVALID_RADIO_MSG_PARAM
int m_iPlayerID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
bool m_bIsMessageForCommander
SCR_Faction m_Faction

Detailed Description

Definition at line 2 of file SCR_CampaignRadioMsg.c.

Member Function Documentation

◆ GetSeed()

float SCR_CampaignRadioMsg::GetSeed ( )
inlineprotected

Definition at line 88 of file SCR_CampaignRadioMsg.c.

◆ OnDelivery()

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

Definition at line 94 of file SCR_CampaignRadioMsg.c.

◆ SetBaseCallsign()

void SCR_CampaignRadioMsg::SetBaseCallsign ( int callsign)
inlineprotected

Definition at line 37 of file SCR_CampaignRadioMsg.c.

◆ SetCalledCallsign()

void SCR_CampaignRadioMsg::SetCalledCallsign ( int companyID,
int platoonID,
int squadID,
int characterID )
inlineprotected

Definition at line 52 of file SCR_CampaignRadioMsg.c.

◆ SetCallerCallsign()

void SCR_CampaignRadioMsg::SetCallerCallsign ( int companyID,
int platoonID,
int squadID,
int characterID )
inlineprotected

Definition at line 43 of file SCR_CampaignRadioMsg.c.

◆ SetFactionId()

void SCR_CampaignRadioMsg::SetFactionId ( int factionId)
inlineprotected

Definition at line 31 of file SCR_CampaignRadioMsg.c.

◆ SetIsPublic()

void SCR_CampaignRadioMsg::SetIsPublic ( bool public)
inlineprotected

Definition at line 61 of file SCR_CampaignRadioMsg.c.

◆ SetMessageForCommander()

void SCR_CampaignRadioMsg::SetMessageForCommander ( bool isMessageForCommander,
notnull SCR_Faction faction )
inlineprotected
Parameters
[in]isMessageForCommander
[in]faction

Definition at line 81 of file SCR_CampaignRadioMsg.c.

◆ SetParam()

void SCR_CampaignRadioMsg::SetParam ( int param)
inlineprotected

Definition at line 67 of file SCR_CampaignRadioMsg.c.

◆ SetPlayerID()

void SCR_CampaignRadioMsg::SetPlayerID ( int playerID)
inlineprotected

Definition at line 73 of file SCR_CampaignRadioMsg.c.

◆ SetRadioMsg()

void SCR_CampaignRadioMsg::SetRadioMsg ( SCR_ERadioMsg msg)
inlineprotected

Definition at line 25 of file SCR_CampaignRadioMsg.c.

Member Data Documentation

◆ m_bIsMessageForCommander

bool SCR_CampaignRadioMsg::m_bIsMessageForCommander
protected

Definition at line 21 of file SCR_CampaignRadioMsg.c.

◆ m_bIsPublic

bool SCR_CampaignRadioMsg::m_bIsPublic = true
protected

Definition at line 18 of file SCR_CampaignRadioMsg.c.

◆ m_Faction

SCR_Faction SCR_CampaignRadioMsg::m_Faction
protected

Definition at line 22 of file SCR_CampaignRadioMsg.c.

◆ m_fSeed

float SCR_CampaignRadioMsg::m_fSeed = Math.RandomFloat01()
protected

Definition at line 17 of file SCR_CampaignRadioMsg.c.

◆ m_iBaseCallsign

int SCR_CampaignRadioMsg::m_iBaseCallsign = SCR_MilitaryBaseComponent.INVALID_BASE_CALLSIGN
protected

Definition at line 8 of file SCR_CampaignRadioMsg.c.

◆ m_iCalledCharacterID

int SCR_CampaignRadioMsg::m_iCalledCharacterID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 16 of file SCR_CampaignRadioMsg.c.

◆ m_iCalledCompanyID

int SCR_CampaignRadioMsg::m_iCalledCompanyID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 13 of file SCR_CampaignRadioMsg.c.

◆ m_iCalledPlatoonID

int SCR_CampaignRadioMsg::m_iCalledPlatoonID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 14 of file SCR_CampaignRadioMsg.c.

◆ m_iCalledSquadID

int SCR_CampaignRadioMsg::m_iCalledSquadID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 15 of file SCR_CampaignRadioMsg.c.

◆ m_iCallerCharacterID

int SCR_CampaignRadioMsg::m_iCallerCharacterID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 12 of file SCR_CampaignRadioMsg.c.

◆ m_iCallerCompanyID

int SCR_CampaignRadioMsg::m_iCallerCompanyID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 9 of file SCR_CampaignRadioMsg.c.

◆ m_iCallerPlatoonID

int SCR_CampaignRadioMsg::m_iCallerPlatoonID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 10 of file SCR_CampaignRadioMsg.c.

◆ m_iCallerSquadID

int SCR_CampaignRadioMsg::m_iCallerSquadID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 11 of file SCR_CampaignRadioMsg.c.

◆ m_iFactionId

int SCR_CampaignRadioMsg::m_iFactionId
protected

Definition at line 7 of file SCR_CampaignRadioMsg.c.

◆ m_iParam

int SCR_CampaignRadioMsg::m_iParam = INVALID_RADIO_MSG_PARAM
protected

Definition at line 19 of file SCR_CampaignRadioMsg.c.

◆ m_iPlayerID

int SCR_CampaignRadioMsg::m_iPlayerID = SCR_CampaignMilitaryBaseComponent.INVALID_PLAYER_INDEX
protected

Definition at line 20 of file SCR_CampaignRadioMsg.c.

◆ m_iRadioMsg

SCR_ERadioMsg SCR_CampaignRadioMsg::m_iRadioMsg
protected

Definition at line 6 of file SCR_CampaignRadioMsg.c.


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