This repository has been archived by the owner on Apr 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Player Events
paige edited this page Sep 6, 2023
·
1 revision
Name | Fired When | Returns |
---|---|---|
playerJoin | A player joins a lobby | Player, Lobby |
playerLeave | A player leaves a lobby | Player, Lobby |
updatePlayer | A player is updated | Property, Player, Lobby |
createPlayerValue | A new value is created using new player.Value | Value, Player, Lobby |
updatePlayerValue | A player value is updated | Property, Value, Player, Lobby |
createStarterPlayerValue | A new value is created with a lobby or using new lobby.StarterPlayerValue | Value, Lobby |
updateStarterPlayerValue | A starter player value is updated | Property, Value, Lobby |
If you want to check out the different versions and changes check out the releases
For a look into the development side check out the src folder