wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..ExistMount Method (String)

Mount exist.

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

Syntax


public static bool ExistMount(
	string spellNameInGame
)
Public Shared Function ExistMount ( _
	spellNameInGame As String _
) As Boolean
public:
static bool^ ExistMount(
	String^ spellNameInGame
)

Parameters

spellNameInGame
Type: String
The spell name in game.

Return Value

true if exist, false otherwise.