Difference between revisions of "Pr no playerphysics"

From FTE
Jump to: navigation, search
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Name: pr_no_playerphysics<br>
 
Name: pr_no_playerphysics<br>
 
Default value: "0"<br>
 
Default value: "0"<br>
Flags: [[latch]]   <br>
+
Cvar flags: [[latch]] <br>
 +
FTEQW Builds: [[Software Renderer]] [[OpenGL Renderer]] [[Dedicated Server]] [[Merged Build]] [[Linux Build]] <br>
 
<br>
 
<br>
 +
Enables or disables use of the [[DP_SV_PLAYERPHYSICS]] extension SV_PlayerPhysics call. This variable has no effect for mods which do not use this feature.<br />
 +
<br />
 +
Possible values:<br />
 +
* 0 - enables usage of player physics call
 +
* 1 - disables usage of player physics call

Latest revision as of 04:32, 23 November 2005

Name: pr_no_playerphysics
Default value: "0"
Cvar flags: latch
FTEQW Builds: Software Renderer OpenGL Renderer Dedicated Server Merged Build Linux Build

Enables or disables use of the DP_SV_PLAYERPHYSICS extension SV_PlayerPhysics call. This variable has no effect for mods which do not use this feature.

Possible values:

  • 0 - enables usage of player physics call
  • 1 - disables usage of player physics call