PopupOnTrigger (#39913)
* commit * comment * changes * Update Content.Shared/Trigger/Systems/PopupOnTriggerSystem.cs --------- Co-authored-by: iaada <iaada@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Content.Shared.Popups
|
||||
/// <summary>
|
||||
/// Variant of <see cref="PopupCoordinates(string, EntityCoordinates, PopupType)"/> for use with prediction. The local client will
|
||||
/// the popup to the recipient, and the server will show it to every other player in PVS range. If recipient is null, the local
|
||||
// client will do nothing and the server will show the message to every player in PVS range.
|
||||
/// client will do nothing and the server will show the message to every player in PVS range.
|
||||
/// </summary>
|
||||
public abstract void PopupPredictedCoordinates(string? message, EntityCoordinates coordinates, EntityUid? recipient, PopupType type = PopupType.Small);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user