Difference between revisions of "SendServerNotification"

From ARK Modding Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
Useful when needing to send a Sever Wide message like you see when the Dragon is tamed or the Broodmother has been killed.<br />
 
Useful when needing to send a Sever Wide message like you see when the Dragon is tamed or the Broodmother has been killed.<br />
 
'''Note:''' Replication is important here! All GameMode nodes '''MUST''' Run On Server!!
 
'''Note:''' Replication is important here! All GameMode nodes '''MUST''' Run On Server!!
 +
 +
=== Related Articles ===
 +
[[Special:WhatLinksHere/{{PAGENAME}}|What Links Here]]<br />
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 09:42, 15 May 2016


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!!

Related Articles

What Links Here

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