Error Screen
Shows a temporary error screen.
Athena.player.emit.createErrorScreen
Example
Athena.player.emit.createErrorScreen(player, { duration: 5000, title: 'Test', text: 'Hello World!' });
Last updated