wManager.Wow.Helpers Namespace
WRobot

PatherServer..::..FindZ Method

Get Z position (better to use GetZPosition(Vector3, Boolean)).

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

Syntax


public static float FindZ(
	string continent,
	Vector3 position,
	bool strict
)
Public Shared Function FindZ ( _
	continent As String, _
	position As Vector3, _
	strict As Boolean _
) As Single
public:
static float^ FindZ(
	String^ continent, 
	Vector3^ position, 
	bool^ strict
)

Parameters

continent
Type: String
The continent.
position
Type: robotManager.Helpful..::..Vector3
The position.
strict
Type: Boolean
if set to true strict mode.

Return Value

System.Single.