Server.DoorGenerator.IsNorthFrame C# (CSharp) Method

IsNorthFrame() public static method

public static IsNorthFrame ( int id ) : bool
id int
return bool
		public static bool IsNorthFrame( int id )
		{
			return IsFrame( id, m_NorthFrames );
		}