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

dprint

From Quake Wiki

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

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