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

IsEastFrame() public static méthode

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

Same methods

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