idTech4.Game.idBaseGame.InitFromNewMap C# (CSharp) Метод

InitFromNewMap() публичный абстрактный Метод

Loads a map and spawns all the entities.
public abstract InitFromNewMap ( string mapName, idRenderWorld renderWorld, idSoundWorld soundWorld, bool isServer, bool isClient, int randSeed ) : void
mapName string
renderWorld idTech4.Renderer.idRenderWorld
soundWorld idTech4.Sound.idSoundWorld
isServer bool
isClient bool
randSeed int
Результат void
		public abstract void InitFromNewMap(string mapName, idRenderWorld renderWorld, idSoundWorld soundWorld, bool isServer, bool isClient, int randSeed);