wManager.Wow.Helpers Namespace
WRobot

ObjectManager..::..ObjectList Property

Gets the objects list.

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

Syntax


public static List<WoWObject> ObjectList { get; set; }
Public Shared Property ObjectList As List(Of WoWObject)
	Get
	Set
public:
static property List<WoWObject^>^ ObjectList {
	List<WoWObject^>^ get ();
	void set (List<WoWObject^>^ value);
}

Field Value

The objects list.