Show / Hide Table of Contents

Interface IAlertClick

Defines what should happen when an alert is clicked.

Namespace: Content.Shared.Alert
Assembly: Content.Shared.dll
Syntax
public interface IAlertClick

Methods

| Improve this Doc View Source

AlertClicked(EntityUid)

Invoked on server side when user clicks an alert.

Declaration
void AlertClicked(EntityUid player)
Parameters
Type Name Description
EntityUid player
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾