Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_DataCollectorCommunicationComponent Interface Reference
Inheritance diagram for SCR_DataCollectorCommunicationComponent:
[legend]

Public Member 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)
 

Protected Attributes

ref ScriptInvoker m_OnDataReceived
 

Member Function Documentation

◆ GetOnDataReceived()

notnull ScriptInvoker SCR_DataCollectorCommunicationComponent.GetOnDataReceived ( )

◆ Rpc_DoSendData()

void SCR_DataCollectorCommunicationComponent.Rpc_DoSendData ( notnull array< float >  stats,
notnull array< float >  previousStats,
notnull array< FactionKey factionKeys,
notnull array< float >  values,
int  valuesSize 
)
Parameters
[in]stats
[in]previousStats
[in]factionKeys
[in]values
[in]valuesSize

◆ SendData()

void SCR_DataCollectorCommunicationComponent.SendData ( notnull SCR_PlayerData  playerData,
notnull array< FactionKey factionKeys,
notnull array< float >  values,
int  valuesSize 
)
Parameters
[in]playerData
[in]factionKeys
[in]values
[in]valuesSize

Member Data Documentation

◆ m_OnDataReceived

ref ScriptInvoker SCR_DataCollectorCommunicationComponent.m_OnDataReceived
protected

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