Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
enum | SCR_EAITalkRequestState { IDLE, TRANSMITTING, COMPLETED, FAILED } |
Functions | |
void | SCR_AITalkRequest (ECommunicationType type, IEntity entity, vector pos, int enumSignal, bool transmitIfNoReceivers, bool transmitIfPassenger, SCR_EAITalkRequestPreset preset) |
void | InitFromPreset (SCR_EAITalkRequestPreset preset) |
Initializes timeout, priority, transmitIfBusy according to preset. More... | |
string | GetDebugString () |
Variables | |
enum SCR_EAITalkRequestState | IRRELEVANT_IMMEDIATE |
enum SCR_EAITalkRequestState | IRRELEVANT |
enum SCR_EAITalkRequestState | MEDIUM = 4 |
enum SCR_EAITalkRequestState | MANDATORY |
enum SCR_EAITalkRequestState | m_eCommType |
IEntity | m_Entity |
vector | m_vPosition |
int | m_EnumSignal |
float | m_fCreatedTimestamp_ms |
float | m_fTimeout_ms |
int | m_iPriority |
bool | m_bTransmitIfChannelBusy |
bool | m_bTransmitIfNoReceivers |
bool | m_bTransmitIfPassenger |
SCR_EAITalkRequestState | m_eState |
Enumerator | |
---|---|
IDLE | |
TRANSMITTING | |
COMPLETED | |
FAILED |
Definition at line 1 of file SCR_AITalkRequest.c.
string GetDebugString | ( | ) |
Definition at line 102 of file SCR_AITalkRequest.c.
void InitFromPreset | ( | SCR_EAITalkRequestPreset | preset | ) |
Initializes timeout, priority, transmitIfBusy according to preset.
Definition at line 53 of file SCR_AITalkRequest.c.
void SCR_AITalkRequest | ( | ECommunicationType | type, |
IEntity | entity, | ||
vector | pos, | ||
int | enumSignal, | ||
bool | transmitIfNoReceivers, | ||
bool | transmitIfPassenger, | ||
SCR_EAITalkRequestPreset | preset | ||
) |
Definition at line 37 of file SCR_AITalkRequest.c.
enum SCR_EAITalkRequestState IRRELEVANT |
enum SCR_EAITalkRequestState IRRELEVANT_IMMEDIATE |
bool m_bTransmitIfChannelBusy |
Definition at line 29 of file SCR_AITalkRequest.c.
bool m_bTransmitIfNoReceivers |
Definition at line 30 of file SCR_AITalkRequest.c.
bool m_bTransmitIfPassenger |
Definition at line 31 of file SCR_AITalkRequest.c.
enum SCR_EAITalkRequestState m_eCommType |
IEntity m_Entity |
Definition at line 22 of file SCR_AITalkRequest.c.
int m_EnumSignal |
Definition at line 24 of file SCR_AITalkRequest.c.
SCR_EAITalkRequestState m_eState |
Definition at line 33 of file SCR_AITalkRequest.c.
float m_fCreatedTimestamp_ms |
Definition at line 26 of file SCR_AITalkRequest.c.
float m_fTimeout_ms |
Definition at line 27 of file SCR_AITalkRequest.c.
int m_iPriority |
Definition at line 28 of file SCR_AITalkRequest.c.
vector m_vPosition |
Definition at line 23 of file SCR_AITalkRequest.c.
enum SCR_EAITalkRequestState MANDATORY |
MEDIUM = 4 |
Definition at line 6 of file SCR_DamageIntensityHolder.c.