Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ReconnectSerializer.c File Reference

Go to the source code of this file.

Classes

class  SCR_PersistentReconnectData
class  SCR_PlayerReconnectDataSerializer

Functions

void HandleStateChange (EPersistenceSystemState oldState, EPersistenceSystemState newState)
void RemoveUnusedCharacters ()

Variables

class SCR_PersistentReconnectData m_aPlayerCharacters = new set<UUID>()

Function Documentation

◆ HandleStateChange()

void HandleStateChange ( EPersistenceSystemState oldState,
EPersistenceSystemState newState )

Definition at line 45 of file SCR_ReconnectSerializer.c.

◆ RemoveUnusedCharacters()

void RemoveUnusedCharacters ( )
protected

Definition at line 61 of file SCR_ReconnectSerializer.c.

Variable Documentation

◆ m_aPlayerCharacters

class SCR_PersistentReconnectData m_aPlayerCharacters = new set<UUID>()