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

SpawnPlayer() public abstract method

Spawns the player entity to be used by the client.
public abstract SpawnPlayer ( int clientIndex ) : void
clientIndex int
return void
		public abstract void SpawnPlayer(int clientIndex);