Server.DoorGenerator.IsSouthFrame C# (CSharp) 메소드

IsSouthFrame() 공개 정적인 메소드

public static IsSouthFrame ( int id ) : bool
id int
리턴 bool
		public static bool IsSouthFrame( int id )
		{
			return IsFrame( id, m_SouthFrames );
		}

Same methods

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