Bprint

From QuakeQEWiki
Revision as of 08:11, 16 February 2022 by Teamred (talk | contribs) (Created page with "Bprint is a quake-c printing function that 'broadcasts' the print message to all entities in the game. At least in English, the output of bprint appears starting in the upper left corner of the game window screen. === Defs.qc Declaration === void(string s) bprint                = #23;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Bprint is a quake-c printing function that 'broadcasts' the print message to all entities in the game. At least in English, the output of bprint appears starting in the upper left corner of the game window screen.

Defs.qc Declaration

void(string s) bprint                = #23;