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

Search results

From Quake Wiki

  • ...use any other system globals, and no system fields, but the following two globals are required by the compiler *[[void]] [[end_sys_globals]]
    585 bytes (94 words) - 20:25, 30 October 2007
  • These are the globals and functions Quake requires to run. Most have special meaning to the engin ...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.
    2 KB (208 words) - 23:31, 30 October 2007
  • is to add some fields at the end of the structures.</p> <p>The globals are defined before the special definition
    3 KB (476 words) - 16:12, 8 May 2008
  • // system globals void() main; // only for testing
    17 KB (2,133 words) - 12:22, 29 March 2013
  • ...</code>, <code>vector</code>, <code>float</code>, and <code>entity</code>. Globals are declared via: ...m is denoted by the <code>void end_sys_globals;</code> declaration. System globals must always be declared in the order defined within the vanilla QuakeC file
    11 KB (1,743 words) - 11:13, 2 August 2023