Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(Created page with "{{wowapi}} Needs summary. info = C_CurrencyInfo.GetBasicCurrencyInfo(currencyType [, quantity]) ==Arguments== ;currencyType : number ;quantity : number (optional) ==Returns...")
 
DDCBot (talk | contribs)
m (→‎Arguments: .apilink)
Tag: WoW API docs
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
   
 
==Arguments==
 
==Arguments==
;currencyType : number
+
;currencyType : <span class="apitype">number</span>
;quantity : number (optional)
+
;quantity : {{api|t=t?|number}}
   
 
==Returns==
 
==Returns==
Line 14: Line 14:
 
==Patch changes==
 
==Patch changes==
 
* {{Patch 8.0.1|note=Added.}}
 
* {{Patch 8.0.1|note=Added.}}
 
==See also==
 
* [https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation#C_CurrencyInfo.GetBasicCurrencyInfo Blizzard API Documentation]
 

Revision as of 03:06, 26 August 2021

Needs summary.

info = C_CurrencyInfo.GetBasicCurrencyInfo(currencyType [, quantity])

Arguments

currencyType
number
quantity
number?Optional. Could be nil.

Returns

info
structure - CurrencyDisplayInfo
CurrencyDisplayInfo
Field Type Description
name string CurrencyContainer.ContainerName_lang
description string
icon number
quality number
displayAmount number
actualAmount number

Patch changes