From 8d2baa8d1a8e03a08063ffc06e3b3a4f2069c3f2 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 16 Jun 2021 17:36:52 +0200 Subject: [PATCH] added workadventure specific url --- docs/maps/api-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/maps/api-reference.md b/docs/maps/api-reference.md index 80d57ea9..b9525d3c 100644 --- a/docs/maps/api-reference.md +++ b/docs/maps/api-reference.md @@ -202,6 +202,7 @@ global urls: "/_/global/domain/path/map.json[#start-layer-name]" Example: ```javascript +WA.goToRoom("/@/tcm/workadventure/floor0") // workadventure urls WA.goToRoom('../otherMap/map.json'); WA.goToRoom("/_/global/.json#start-layer-2") ```