idTech4.Game.idBaseGame.SetPersistentPlayerInformation C# (CSharp) Method

SetPersistentPlayerInformation() public abstract method

The session calls this right before a new level is loaded.
public abstract SetPersistentPlayerInformation ( int clientIndex, idDict playerInfo ) : void
clientIndex int
playerInfo idDict
return void
		public abstract void SetPersistentPlayerInformation(int clientIndex, idDict playerInfo);