Function modAlert

  • The window.alert() function in game.

    Parameters

    • message: string | RawMessage

      A message you want to display in the alert dialog.

    • player: Player | Player[]

      The player(s) to watch the alert dialog.

    Returns void