WoW:API KBArticle IsLoaded: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ Determine if the article is loaded. loaded = KBArticle_IsLoaded() == Parameters == === Arguments === :() === Returns === : loaded :;loaded : Boolean - True if the...) |
m (Move page script moved page API KBArticle IsLoaded to API KBArticle IsLoaded without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:46, 15 August 2023
← WoW API < KBArticle IsLoaded
Determine if the article is loaded.
loaded = KBArticle_IsLoaded()
Parameters
Arguments
- ()
Returns
- loaded
- loaded
- Boolean - True if the article is loaded.
Details
- Should be true after the KNOWLEDGE_BASE_ARTICLE_LOAD_SUCCESS Event.