Constantly updated gamevars: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Plugwash (talk | contribs)
No edit summary
Line 1: Line 1:
These are [[gamevar]]s which are defined as direct pointers to internal variables in the game.  While some will change frequently, others will remain static for the whole game.  Please note that the values of these variables will be different on each peer, so you must not rely on them for anything that could possibly have an effect on sync.
These are [[gamevar]]s which are defined as direct pointers to internal variables in the game.  While some will change frequently, others will remain static for the whole game.  Please note that the values of most of these variables will be different on each peer, so you must not rely on them for anything that could possibly have an effect on sync.


<strong>Do not attempt to redefine these or you will have problems.</strong>
<strong>Do not attempt to redefine these or you will have problems.</strong>

Revision as of 16:06, 24 August 2005

These are gamevars which are defined as direct pointers to internal variables in the game. While some will change frequently, others will remain static for the whole game. Please note that the values of most of these variables will be different on each peer, so you must not rely on them for anything that could possibly have an effect on sync.

Do not attempt to redefine these or you will have problems.