Server.DoorGenerator.IsSouthFrame C# (CSharp) Method

IsSouthFrame() public static method

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

Same methods

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