Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_RequestTransportMessage.c
Go to the documentation of this file.
1
//------------------------------------------------------------------------------------------------
2
//class SCR_RequestTransportMessage : SCR_RequestMessage
3
//{
4
// vector m_vTargetPosition;
5
//
6
// //------------------------------------------------------------------------------------------------
7
// void SetTargetPosition(vector targetPosition)
8
// {
9
// m_vTargetPosition = targetPosition;
10
// }
11
//
12
// //------------------------------------------------------------------------------------------------
13
// override void OnDelivery(BaseTransceiver receiver, int freq, float quality)
14
// {
15
// if (m_RequesterMainBase && receiver.GetRadio() && receiver.GetRadio().GetOwner() == m_RequesterMainBase && GetTaskManager())
16
// {
17
// SCR_TransportTaskSupportEntity supportEntity = SCR_TransportTaskSupportEntity.Cast(GetTaskManager().FindSupportEntity(SCR_TransportTaskSupportEntity));
18
// if (supportEntity)
19
// supportEntity.RequestTransport(m_iRequesterID, m_vPosition, m_vTargetPosition);
20
// }
21
// }
22
//};
scripts
Game
Campaign
SCR_RequestTransportMessage.c
Generated by
1.17.0