wManager.Wow.Helpers Namespace
WRobot

NpcDB..::..AddNpcRange Method

Add several NPCs to ListNpc.

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

Syntax


public static void AddNpcRange(
	List<Npc> npcList,
	bool save,
	bool currentProfileNpc
)
Public Shared Sub AddNpcRange ( _
	npcList As List(Of Npc), _
	save As Boolean, _
	currentProfileNpc As Boolean _
)
public:
static void AddNpcRange(
	List<Npc^>^ npcList, 
	bool^ save, 
	bool^ currentProfileNpc
)

Parameters

npcList
Type: List<(Of <(<'Npc>)>)>
The NPCs list.
save
Type: Boolean
if set to true save to npcdb file for future bot usage.
currentProfileNpc
Type: Boolean
if set to true it is profile NPCs (used by option AcceptOnlyProfileNpc).