Start - WorkAdventure Documentation
Start - WorkAdventure Documentation
Chat
WA.onInit(): Promise<void>
Controls
Event
Some properties (like the current user name, or the room ID) are not available until WA.onInit has completed.
Map Editor API
Example:
Metadata
Navigation
WA.onInit().then(() => {
Player console.log('Current player name: ', WA.player.name);
});
Players
Deprecated Functions
Using Typescript
Previous Next
Map Storage API « Sound State »
Room API