wManager.Wow.Helpers Namespace
WRobot

NpcDB..::..ListNpc Property

Get or set the NPCs list (it is better to use AddNpc(Npc, Boolean, Boolean) or AddNpcRange(List<(Of <<'(Npc>)>>), Boolean, Boolean) to add NPC).

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

Syntax


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

Field Value

The list NPC.