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

bprint

From Quake Wiki

Revision as of 01:29, 27 March 2013 by Necros (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax:

void bprint(string s)

Broadcasts text to all players in the map. This is used by items to display pickup text.

Parameters:

s - The string to print.

Returns:

void