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

Difference between revisions of "DP SV PRINT"

From Quake Wiki

(New page: Builtin definitions: <pre> void(string s, ...) print = #339; // same number as in EXT_CSQC </pre> This is identical to dprint except that it always prints regardless of the developer cvar...)
(No difference)

Revision as of 13:43, 29 February 2008

Builtin definitions:

void(string s, ...) print = #339; // same number as in EXT_CSQC

This is identical to dprint except that it always prints regardless of the developer cvar.