Constantly updated gamevars: Difference between revisions
Hunter byte (talk | contribs) A lot of stuff added |
No edit summary |
||
Line 71: | Line 71: | ||
*[[camerahoriz]] | *[[camerahoriz]] | ||
*[[camerasect]] | *[[camerasect]] | ||
*[[cameradist]] | |||
Revision as of 10:30, 11 March 2008
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.
The "Current actor or player" group point to current actor/player. The other always point to the same internal variables(usually global variables).
Do not attempt to redefine these or you will have problems.
Map Multiplayer Current actor or player
|
Video and misc |
Camera
|