Server.DoorGenerator.IsEastFrame C# (CSharp) Method

IsEastFrame() public static method

public static IsEastFrame ( int id ) : bool
id int
return bool
		public static bool IsEastFrame( int id )
		{
			return IsFrame( id, m_EastFrames );
		}

Same methods

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