SendServerNotification

From ARK Modding Wiki
Jump to navigation Jump to search


SendServerNotification - ShooterGameMode

How to Use

Useful when needing to send a Sever Wide message like you see when the Dragon is tamed or the Broodmother has been killed.
Note: Replication is important here! All GameMode nodes MUST Run On Server!!

Inputs
Pin Reference Type Description
Target ShooterGameMode ShooterGameMode Reference (Most likely from a Cast)
Message Text String Message to broadcast to Server
Message Color Linear Color Structure Color of the text for the message
Display Scale Float Size of the text to display to the Player
Display Time Float Amount of time (in seconds) to display the message
Message Icon Texture 2D Reference Icon to display next to the message
Sound to Play Sound Base Reference Sound to play to all Players when message is shown
Receiver Team Id Integer Limit the message to a Tribe (-1 for all Tribes)
Receiver Player Id Integer Limit the message to a specific Player (-1 for all Players)
Do Billboard Bool Needs further clarification