AlbLib.Imaging.AutoGFX.GetWall C# (CSharp) Method

GetWall() public static method

Gets minimap wall image.
public static GetWall ( WallForm form, MinimapType type ) : RawImage
form WallForm /// Formation of wall. ///
type MinimapType /// Automap type. ///
return RawImage
        public static RawImage GetWall(WallForm form, MinimapType type)
        {
            return GetWall((int)form, (int)type);
        }

Same methods

AutoGFX::GetWall ( WallForm form, int setindex ) : RawImage
AutoGFX::GetWall ( int index, MinimapType type ) : RawImage
AutoGFX::GetWall ( int index, int setindex ) : RawImage