Returns the IDs of mounts listed in the mount journal.
mountIDs = C_MountJournal.GetMountIDs()
Returns
- mountIDs
- table - indexed table containing the IDs of mounts listed in the mount journal
Details
The IDs are used as inputs to the *ByID mount functions.
Patch changes
Patch 7.0.3 (2016-07-19): Added.