Constantly updated gamevars

From EDukeWiki
Revision as of 17:31, 28 November 2006 by TX (talk | contribs)
Jump to navigation Jump to search

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. As such, these variables are only for use within local events such as those which allow you to display tiles on the screen.

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