wManager.Wow.Helpers Namespace
WRobot

BooleanDelegate Delegate

Delegate BooleanDelegate, used in SpellState and GoToTask

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

Syntax


public delegate bool BooleanDelegate(
	Object context
)
Public Delegate Function BooleanDelegate ( _
	context As Object _
) As Boolean
public delegate bool^ BooleanDelegate(
	Object^ context
)

Parameters

context
Type: Object
The context.

Return Value

true if true, false otherwise.