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

IsNorthFrame() public static méthode

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