ObjectManager..::..ObjectDictionary Property
Gets or sets the objects dictionary.
Namespace:
wManager.Wow.ObjectManagerAssembly: wManager (in wManager.dll)
Syntax
public static Dictionary<ulong, WoWObject> ObjectDictionary { get; set; }
Public Shared Property ObjectDictionary As Dictionary(Of ULong, WoWObject) Get Set
public: static property Dictionary<unsigned long long^, WoWObject^>^ ObjectDictionary { Dictionary<unsigned long long^, WoWObject^>^ get (); void set (Dictionary<unsigned long long^, WoWObject^>^ value); }