View Single Post
05/10/14, 08:22 AM   #1
Mitsarugi
 
Mitsarugi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 23
Open map menu at specific map

So i found a command for achievements which opens the achievement menu:

lua Code:
  1. SCENE_MANAGER:Show("achievements")

and i was wondering if the same command exists for the map, maybe something like:

lua Code:
  1. SCENE_MANAGER:Show("map", <MapId> or <MapName> or <MapTexture>) --?

Quests have the option "Show on Map" i'd like to have the function for this if possible
  Reply With Quote