Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DataCollectorStoreDataModule.c
Go to the documentation of this file.
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};
ArmaReforgerScripted GetGame()
Definition game.c:1398
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
static SCR_PlayerData GetPlayerData(int playerID)