Difference between revisions of "AdditionalHUDText"

From Vendetta Lua
Jump to: navigation, search
(Created page with "'''Definition:'''<br> AdditionalHUDText["character name"] = string info <br> '''Description:''' <br> Adds additional lines of text to the name of players, under their ships. <...")
 
 
Line 6: Line 6:
 
<br>
 
<br>
 
'''Arguments:'''<br>
 
'''Arguments:'''<br>
''"character name"' needs to match exactly (case sensitive)<br>
+
''"character name"'' needs to match exactly (case sensitive)<br>
 
''info'' is the information to be displayed along with the name
 
''info'' is the information to be displayed along with the name
 
<br>
 
<br>

Latest revision as of 08:11, 17 October 2023

Definition:
AdditionalHUDText["character name"] = string info
Description:
Adds additional lines of text to the name of players, under their ships.
Arguments:
"character name" needs to match exactly (case sensitive)
info is the information to be displayed along with the name
Notes:
The info is not saved when plugins/interface are reloaded or the game is restarted.