Constantly updated gamevars: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Plugwash (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
These are [[gamevar]]s which are defined as direct pointers to internal variables in the game. Some will change frequently some will remain static for the whole game.  
These are [[gamevar]]s which are defined as direct pointers to internal variables in the game. Some will change frequently some will remain static for the whole game.
 
<strong>Do not redefine these or you will have problems.</strong>


*[[currentweapon]]
*[[currentweapon]]

Revision as of 22:53, 24 May 2005

These are gamevars which are defined as direct pointers to internal variables in the game. Some will change frequently some will remain static for the whole game.

Do not redefine these or you will have problems.