Show / Hide Table of Contents

Player events

A list of all player events that occur and can have listeners added.

PlayerSpawned

Called whenever the player spawns in.

  • Provides PlayerEventArgs
  • Registered using PlayerSpawned

PlayerPiecePlaced

Called whenever the player attempts to place a piece, whether they are successful or not. This may be unsuccessful if the piece is placed in an invalid spot, or the player does not have enough resource to place it.

  • Provides PlayerPlacedPieceEventArgs
  • Registered using PlayerPlacedPiece
  • Improve this Doc
In This Article
Back to top Generated by DocFX