Server.DoorGenerator.IsWestFrame C# (CSharp) Méthode

IsWestFrame() public static méthode

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