[This is preliminary documentation and is subject to change.]

List of colors used in minimap.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class RadarCol : IDisposable
Public Class RadarCol _
	Implements IDisposable
public ref class RadarCol : IDisposable

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RadarCol()()()
Constructs empty RadarCol object.
Count
Gets count of colors.
Dispose()()()
Frees all resources holded by this object.
Disposed
Returns True if object has been disposed; otherwise false.
Item[([(Int32])])
Gets or sets color of specified id.
Load(String)
Loads RadarCol object from file in RadarCol.mul format.
MaxIndex
Constant count of colors.
Save(String)
Stores this object to specified file in RadarCol.mul format.
SyncRoot
Gets synchronization object.

Remarks

Usage: For tiles without statics, use map tile id. Otherwise use first static id + 16384.

Inheritance Hierarchy

System..::.Object
  MulLib..::.RadarCol

See Also