wManager.Wow.Helpers Namespace
WRobot

wManagerSetting Methods

The wManagerSetting type exposes the following members.

Methods


  Name Description
Public method Static member AddBlackList
Adds GUID to blacklist
Public method Static member AddBlackListNpcEntry
Add to entry id blacklist.
Public method Static member AddBlackListZone(Vector3, Single, Boolean)
Add zone to blacklisted zones.
Public method Static member AddBlackListZone(Vector3, Single, PolyArea, Boolean)
Add zone to blacklisted zones.
Public method Static member AddBlackListZone(Vector3, Single, ContinentId, PolyArea, Boolean)
Add zone to blacklisted zones.
Public method Static member AddBlackListZone(BlackListSerializable..::..Blackspot, Boolean)
Add zone to blacklisted zones.
Public method Static member AddBlackListZoneRectangle
Add zone to rectangle blacklisted zones.
Public method Static member AddRangeBlackListZone
Add range zones to blacklist .
Public method Static member AddToBlacklistCurrentProductSession
Adds blacklist of current product (blacklist added with param isSessionBlacklist = true) to blacklist, this is called by AddBlackListToWRobotSession()()()())
Public method Static member ClearBlacklist
Clear all blacklists (zone, guid, entry).
Public method Static member ClearBlacklistOfCurrentProductSession
Clear blacklists of current product (blacklist added with param isSessionBlacklist = true, generally it is the blacklist contained in the profile, it is added to blacklist with method AddToBlacklistCurrentProductSession()()()()) This method is called when product start.
Protected method ConfigWinForm (Inherited from Settings.)
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method Static member GetListGuidBlackListed
Gets list of GUID blacklisted.
Public method Static member GetListZoneBlackListed
Get list of blacklisted zones.
Public method Static member GetListZoneBlackListedRectangle
Get list of blacklisted rectangle zones.
Public method GetType (Inherited from Object.)
Public method Static member IsBlackListed
Determines GUID is blacklisted
Public method Static member IsBlackListedAllConditions(WoWUnit)
Determines if unit is blacklisted (position, guid or entry id).
Public method Static member IsBlackListedAllConditions(WoWGameObject)
Determines if game object is blacklisted (position, guid or entry id).
Public method Static member IsBlackListedAllConditions(Int32, Vector3, UInt64)
Determines if is blacklisted (position, guid or entry id).
Public method Static member IsBlackListedNpcEntry
Determines if entry id blacklisted.
Public method Static member IsBlackListedZone
Determine if position is blacklisted.
Public method Static member Load
Loads the specified load blacklist.
Public method Static member MaxUnitNearest(WoWUnit, Int32)
Check if there are more than MaxUnitsNearMobs hostiles units near (in aggro distance) the unit.
Public method Static member MaxUnitNearest(WoWGameObject, Int32)
Check if there are more than MaxUnitsNearObjects hostiles units near (in aggro distance) the gameobject.
Public method Static member MaxUnitNearest(Vector3, Int32, Int32%, UInt64, Single, Single)
Check if there are more than maxUnitsNear hostiles "units" near (in aggro distance) of the "position".
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member RemoveBlackList
Removes GUID from blacklist.
Public method Save()()()()
Saves this instance.
Public method Save(Boolean, Boolean)
Saves the specified write in log.
Protected method Save(String)
Save to xml file
(Inherited from Settings.)
Public method ToForm
Converts to form.
(Inherited from Settings.)
Public method ToString (Inherited from Object.)
Public method ToStringFormat
Converts to string (dump settings).
Public method Static member UnitAggroRange
Get hostiles units who have in their aggro distance of the "position".