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

Difference between revisions of "dprint"

From Quake Wiki

(Created page with "====Syntax:==== <code>void dprint(string s)</code> Similar to bprint, dprint broadcasts text to all players in the map but only when the '''developer''' console variable is s...")
(No difference)

Revision as of 01:46, 27 March 2013

Syntax:

void dprint(string s)

Similar to bprint, dprint broadcasts text to all players in the map but only when the developer console variable is set to 1. This is used for debugging mods.

Parameters:

s - The string to print.

Returns:

void