Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_DataCollectorStoreDataModule.c
Go to the documentation of this file.
1
[
BaseContainerProps
()]
2
class
SCR_DataCollectorStoreDataModule
:
SCR_DataCollectorModule
3
{
4
5
//------------------------------------------------------------------------------------------------
6
override
void
Update(
float
timeTick)
7
{
8
9
}
10
11
//------------------------------------------------------------------------------------------------
12
protected
void
StorePlayer(
int
playerId)
13
{
14
SCR_PlayerData
playerData =
GetGame
().GetDataCollector().GetPlayerData(playerId,
false
);
15
16
//DO STUFF
17
}
18
};
GetGame
ArmaReforgerScripted GetGame()
Definition:
game.c:1424
SCR_PlayerData
Definition:
SCR_PlayerData.c:2
SCR_DataCollectorStoreDataModule
Definition:
SCR_DataCollectorStoreDataModule.c:2
SCR_DataCollectorModule
Definition:
SCR_DataCollectorModule.c:2
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
DataCollection
DataCollectorModules
SCR_DataCollectorStoreDataModule.c
Generated by
1.8.17