WoW:API GetCraftDescription: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
This command returns a string description of what the current craft does.   
This command returns a string description of what the current craft does.   


Line 16: Line 17:
----
----
__NOTOC__
__NOTOC__
{{WoW API}}

Revision as of 17:33, 6 January 2007

WoW API < GetCraftDescription

This command returns a string description of what the current craft does.

craftDescription = GetCraftDescription(index)

Parameters

Arguments

index
Numeric - Number from 1 to X number of total crafts, where 1 is the top-most craft listed.

Returns

craftDescription
String. Returns, for example, "Permanently enchant a two handed melee weapon to grant +25 Agility."

Details