Server.DoorGenerator.IsWestFrame C# (CSharp) Method

IsWestFrame() public static method

public static IsWestFrame ( int id ) : bool
id int
return bool
		public static bool IsWestFrame( int id )
		{
			return IsFrame( id, m_WestFrames );
		}