Difference between revisions of "Bprint"
Jump to navigation
Jump to search
m (Added to "Quake-C Builtins" category) |
|||
Line 1: | Line 1: | ||
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. | 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 === | === Defs.qc Declaration === | ||
void(string s) bprint = #23; | void(string s) bprint = #23; | ||
[[Category:Quake-C Builtins]] | [[Category:Quake-C Builtins]] |
Latest revision as of 06:09, 17 February 2022
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[edit | edit source]
void(string s) bprint = #23;