EJ_GetSectionPath

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 4.2.0

Returns the parent Section ID if available.

sectionID, parentSectionID, grandParentSectionID = EJ_GetSectionPath(sectionID)

Arguments

sectionID
number

Returns

sectionID
number : JournalEncounterSection.ID
parentSectionID
number?
grandParentSectionID
number?

Patch changes

Cataclysm Patch 4.2.0 (2011-06-28): Added.