workadventure/front/src/Api/Events
2021-07-16 11:22:36 +02:00
..
ui Merge remote-tracking branch 'remotes/upstream/develop' into tiles-start-positions 2021-06-25 18:14:40 +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
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 Migrating WA.player.getCurrentUser and WA.room.getCurrentRoom to direct property access and WA.room.getMap 2021-07-05 11:53:33 +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 Actually using Type Guards in queries received by WA. 2021-07-06 10:26:44 +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
MapDataEvent.ts Migrating WA.player.getCurrentUser and WA.room.getCurrentRoom to direct property access and WA.room.getMap 2021-07-05 11:53:33 +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 SetTiles can now set a tile to null so that there is no more tile. 2021-07-07 14:42:17 +02:00
SetVariableEvent.ts Adding variables (on the front side for now) 2021-07-02 17:36:43 +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