WoW API: KBArticle GetData

From AddOn Studio
Revision as of 10:36, 1 May 2008 by WoWWiki>Borlox (New page: {{wowapi}} __NOTOC__ Returns data for the current article. id, subject, subjectAlt, text, keywords, languageId, isHot = KBArticle_GetData() == Parameters == === Arguments === :() === R...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < KBArticle GetData

Returns data for the current article.

id, subject, subjectAlt, text, keywords, languageId, isHot = KBArticle_GetData()

Parameters

Arguments

()

Returns

id, subject, subjectAlt, text, keywords, languageId, isHot
id
Integer - The article id
subject
String - The localized title.
subjectAlt
String - The english title.
text
String - The article itself
keywords
String - Some keywords for the article. May be nil.
languageId
Integer - The language ID for the article.
isHot
Boolean - Flag for the "hot" status.


Details

  • Only works if KBArticle_IsLoaded() returns true.