wManager.Wow.Helpers Namespace
WRobot

WoWUnit..::..GetMovementFlag Method

Gets if movement flag is present.

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

Syntax


public bool GetMovementFlag(
	uint offset,
	int flag
)
Public Function GetMovementFlag ( _
	offset As UInteger, _
	flag As Integer _
) As Boolean
public:
bool^ GetMovementFlag(
	unsigned int^ offset, 
	int^ flag
)

Parameters

offset
Type: UInt32
The offset.
flag
Type: Int32
The flag.

Return Value

true if movement flag is present., false otherwise.