wManager.Wow.Helpers Namespace
WRobot

EventsLua..::..UsedCountById Method

Count number of time that event was called.

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

Syntax


public static int UsedCountById(
	int id
)
Public Shared Function UsedCountById ( _
	id As Integer _
) As Integer
public:
static int^ UsedCountById(
	int^ id
)

Parameters

id
Type: Int32
The event id.

Return Value

System.Int32.