![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_DataCollectorCommunicationComponentClass |
Functions | |
| notnull ScriptInvoker | GetOnDataReceived () |
| void | SendData (notnull SCR_PlayerData playerData, notnull array< FactionKey > factionKeys, notnull array< float > values, int valuesSize) |
| void | Rpc_DoSendData (notnull array< float > stats, notnull array< float > previousStats, notnull array< FactionKey > factionKeys, notnull array< float > values, int valuesSize) |
Variables | |
| SCR_DataCollectorCommunicationComponentClass | m_OnDataReceived |
| notnull ScriptInvoker GetOnDataReceived | ( | ) |
Definition at line 11 of file SCR_DataCollectorCommunicationComponent.c.
| void Rpc_DoSendData | ( | notnull array< float > | stats, |
| notnull array< float > | previousStats, | ||
| notnull array< FactionKey > | factionKeys, | ||
| notnull array< float > | values, | ||
| int | valuesSize ) |
| [in] | stats | |
| [in] | previousStats | |
| [in] | factionKeys | |
| [in] | values | |
| [in] | valuesSize |
Definition at line 38 of file SCR_DataCollectorCommunicationComponent.c.
| void SendData | ( | notnull SCR_PlayerData | playerData, |
| notnull array< FactionKey > | factionKeys, | ||
| notnull array< float > | values, | ||
| int | valuesSize ) |
| [in] | playerData | |
| [in] | factionKeys | |
| [in] | values | |
| [in] | valuesSize |
Definition at line 25 of file SCR_DataCollectorCommunicationComponent.c.
| SCR_DataCollectorCommunicationComponentClass m_OnDataReceived |