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

IsSouthFrame() public static méthode

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

Same methods

DoorGenerator::IsSouthFrame ( int x, int y, int z ) : bool