wManager.Wow.Helpers Namespace
WRobot

Spell..::..MaxRange Property

Gets or sets the maximum spell range (if you use CalcuCombatRange the value may be different from that assigned).

Namespace:  wManager.Wow.Class
Assembly:  wManager (in wManager.dll)

Syntax


public float MaxRange { get; set; }
Public Property MaxRange As Single
	Get
	Set
public:
property float^ MaxRange {
	float^ get ();
	void set (float^ value);
}