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

Difference between revisions of "System globals"

From Quake Wiki

(New page: These are the globals and functions Quake requires to run. Most have special meaning to the engine. All variables before the definition "void end_sys_globals;" (in defs.qc) are system ...)
 
(No difference)

Latest revision as of 23:31, 30 October 2007

These are the globals and functions Quake requires to run. Most have special meaning to the engine. All variables before the definition "void end_sys_globals;" (in defs.qc) are system globals. If any are changed or added, the engine must be rebuilt with the progdefs.h file produced by QCC after compilation. See FrikQCC warning Q208.

Required Prog Functions[edit]

Markers[edit]

QuakeWorld System Globals[edit]