wManager.Wow.Helpers Namespace
WRobot

WoWUnit..::..GetMaxPowerByPowerType Method

Gets maximum power value by type.

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

Syntax


public uint GetMaxPowerByPowerType(
	PowerType powerType
)
Public Function GetMaxPowerByPowerType ( _
	powerType As PowerType _
) As UInteger
public:
unsigned int^ GetMaxPowerByPowerType(
	PowerType^ powerType
)

Parameters

powerType
Type: wManager.Wow.Enums..::..PowerType
Type of power.

Return Value

maximum power value.