idTech4.Game.idGameRules.Precache C# (CSharp) Method

Precache() public method

public Precache ( ) : void
return void
		public virtual void Precache()
		{
			if(this.Disposed == true)
			{
				throw new ObjectDisposedException(this.GetType().Name);
			}
		}
		#endregion