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...")
 
m (fixed todo)
(2 intermediate revisions by 2 users not shown)
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.
Line 8: Line 8:
 
:void
 
:void
  
 
+
{{todo|user=[[Spirit]]|todo=Join with http://quakewiki.org/wiki/Bprint and remove Bprint}}
 
[[Category:QuakeC Function]]
 
[[Category:QuakeC Function]]

Revision as of 16:29, 28 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
Spirit added a To-Do; Join with http://quakewiki.org/wiki/Bprint and remove Bprint.