Difference between revisions of "Pr tempstringcount"

From FTE
Jump to: navigation, search
m
Line 7: Line 7:
 
<br />
 
<br />
 
The [[DP_QC_MULTIPLETEMPSTRINGS]] extension specifies a minimum size of 16, while Prozac's custom QuakeWorld server (cpqwsv) uses 64, although no known mod uses over 16.<br />
 
The [[DP_QC_MULTIPLETEMPSTRINGS]] extension specifies a minimum size of 16, while Prozac's custom QuakeWorld server (cpqwsv) uses 64, although no known mod uses over 16.<br />
 +
<br />
 +
See also: [[pr_tempstringsize]].

Revision as of 04:42, 23 November 2005

Name: pr_tempstringcount
Default value: "16"
Cvar flags: None
FTEQW Builds: Software Renderer OpenGL Renderer Dedicated Server Merged Build Linux Build

Defines number of temporary strings that the engine will allocate for use within the QuakeC progs gamecode.

The DP_QC_MULTIPLETEMPSTRINGS extension specifies a minimum size of 16, while Prozac's custom QuakeWorld server (cpqwsv) uses 64, although no known mod uses over 16.

See also: pr_tempstringsize.