Server.DoorGenerator.IsEastFrame C# (CSharp) Метод

IsEastFrame() публичный статический Метод

public static IsEastFrame ( int id ) : bool
id int
Результат bool
		public static bool IsEastFrame( int id )
		{
			return IsFrame( id, m_EastFrames );
		}

Same methods

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