workadventure/front/src/Api/Events
GRL78 e0fb31fc58
WIP: Migrate AudioManager in Svelte (#1325)
* Migrate AudioManager in Svelte

* use import type when needed
2021-08-06 09:11:17 +02:00
..
ui WIP: Migrate AudioManager in Svelte (#1325) 2021-08-06 09:11:17 +02:00
ButtonClickedEvent.ts Adding button clicked handling 2021-03-09 18:05:07 +01:00
ChatEvent.ts Adding ability to listen to user types chat messages using WA.onChatMessage 2021-03-06 15:26:07 +01:00
ClosePopupEvent.ts Adding a Popup object with a close() method on it. 2021-03-09 18:51:30 +01:00
EmbeddedWebsiteEvent.ts Making embedded iframes scriptable using the WA.room.website namespace. 2021-08-05 12:37:05 +02:00
EnterLeaveEvent.ts Adding the abaility to track users entering/leaving a zone in the script language. 2021-03-08 18:58:38 +01:00
GameStateEvent.ts Merging with develop 2021-07-23 16:41:38 +02:00
GoToPageEvent.ts Popup openWebSite 2021-03-25 17:12:53 +01:00
HasPlayerMovedEvent.ts Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +02:00
IframeEvent.ts Making embedded iframes scriptable using the WA.room.website namespace. 2021-08-05 12:37:05 +02:00
LayerEvent.ts Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +02:00
LoadPageEvent.ts Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +02:00
LoadSoundEvent.ts Sound in Script Done 2021-04-23 15:35:34 +02:00
LoadTilesetEvent.ts Load a json file that describe a tileset in Tile format. 2021-07-28 18:03:19 +02:00
MapDataEvent.ts Merging with develop 2021-07-23 16:41:38 +02:00
OpenCoWebSiteEvent.ts Merge branch 'develop' of github.com:thecodingmachine/workadventure into jonnytest1-tiles-start-positions 2021-07-02 14:35:28 +02:00
OpenPopupEvent.ts Removing closeOnClick as it is not implemented 2021-03-09 18:57:25 +01:00
OpenTabEvent.ts Popup openWebSite 2021-03-25 17:12:53 +01:00
PlaySoundEvent.ts parameter soundConfig is now optionnal 2021-04-23 17:03:17 +02:00
setPropertyEvent.ts Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +02:00
SetTilesEvent.ts Merging with develop 2021-07-23 16:41:38 +02:00
SetVariableEvent.ts Merging with develop 2021-07-23 16:41:38 +02:00
StopSoundEvent.ts Sound in Script Done 2021-04-23 15:35:34 +02:00
UserInputChatEvent.ts Adding ability to listen to user types chat messages using WA.onChatMessage 2021-03-06 15:26:07 +01:00