Wowpedia

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

READ MORE

Wowpedia
(Update)
Tag: WoW API docs
Line 7: Line 7:
   
 
== Returns ==
 
== Returns ==
  +
;sectionID : number : [https://wow.tools/dbc/?dbc=journalencountersection JournalEncounterSection.ID]
;[[EncounterSectionID|sectionID]] : number
 
 
;parentSectionID : number (nilable)
 
;parentSectionID : number (nilable)
 
;grandParentSectionID : number (nilable)
 
;grandParentSectionID : number (nilable)

Revision as of 11:54, 3 December 2020

Returns the parent Section ID if available.

sectionID, parentSectionID, grandParentSectionID = EJ_GetSectionPath(sectionID)

Arguments

sectionID
number

Returns

sectionID
number : JournalEncounterSection.ID
parentSectionID
number (nilable)
grandParentSectionID
number (nilable)

Patch changes