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

Reset() public method

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