SendServerNotification

From ARK Modding Wiki
Revision as of 05:35, 14 May 2016 by Jslay (talk | contribs) (Created page with "Category:Nodes Category:ShooterGameMode Nodes frame|SendServerNotification - ShooterGameMode == How to Use == Useful when ne...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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! Must be 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