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

GetMapObject() public static method

Gets minimap object image.
public static GetMapObject ( int index, MinimapType type ) : RawImage
index int /// Object type index. ///
type MinimapType /// Automap type. ///
return RawImage
        public static RawImage GetMapObject(int index, MinimapType type)
        {
            return GetMapObject(index, (int)type);
        }

Same methods

AutoGFX::GetMapObject ( int index, int setindex ) : RawImage