Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "bprint"

From Quake Wiki

(Created page with "====Syntax:==== <code>void bprint(string s)</code> Broadcasts text to all players in the map. This is used by items to display pickup text. ====Parameters:==== :<code>s</cod...")
 
Line 2: Line 2:
 
<code>void bprint(string s)</code>
 
<code>void bprint(string s)</code>
  
Broadcasts text to all players in the map.  This is used by items to display pickup text.
+
Broadcasts text to all players in the map.  This is used for player join/leave messages and obituaries.
 
====Parameters:====
 
====Parameters:====
 
:<code>s</code> - The string to print.
 
:<code>s</code> - The string to print.

Revision as of 00:45, 27 March 2013

Syntax:

void bprint(string s)

Broadcasts text to all players in the map. This is used for player join/leave messages and obituaries.

Parameters:

s - The string to print.

Returns:

void