wManager.Wow.Helpers Namespace
WRobot

EventsLua..::..UsedCountByLuaEventsId Method

Count number of time that event was called.

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

Syntax


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

Parameters

id
Type: wManager.Wow.Enums..::..LuaEventsId
The event id.

Return Value

System.Int32.