Arma Reforger Script API
|
Public Member Functions | |
void | OnDelivery (BaseTransceiver receiver, int freq, float quality) |
Called upon delivery of the message. | |
Public Member Functions inherited from BaseRadioMessage | |
proto external string | GetEncryptionKey () |
Encryption key used to encrypt message. | |
proto external void | SetEncryptionKey (string key) |
Sets encryption of the message to given string. | |
void ScriptedRadioMessage.OnDelivery | ( | BaseTransceiver | receiver, |
int | freq, | ||
float | quality | ||
) |
Called upon delivery of the message.
Implemented in SCR_RequestEvacuationMessage, SCR_RequestRefuelMessage, SCR_RequestReinforcementsMessage, SCR_RequestTransportMessage, and SCR_CampaignRadioMsg.