wManager.Wow.Helpers Namespace
WRobot

EventsLua..::..UsedCountByStringId Method

Count number of time that event was called.

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

Syntax


public static int UsedCountByStringId(
	string idString
)
Public Shared Function UsedCountByStringId ( _
	idString As String _
) As Integer
public:
static int^ UsedCountByStringId(
	String^ idString
)

Parameters

idString
Type: String
The event name.

Return Value

System.Int32.