WoW API: KBArticle GetData

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API KBArticle GetData to API KBArticle GetData without leaving a redirect)
(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[edit]

Arguments[edit]

()

Returns[edit]

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[edit]

  • Only works if KBArticle_IsLoaded() returns true.