Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
| width="33%" valign="top" style="border-right: none; padding: 0.6em;" | | | width="33%" valign="top" style="border-right: none; padding: 0.6em;" | | ||
Map | Map | ||
*[[FFIRE]] | *[[FFIRE]] | ||
*[[LEVEL]] | *[[LEVEL]] | ||
*[[ | *[[MARKER]] | ||
*[[MONSTERS_OFF]] | |||
*[[NUMSECTORS]] | |||
*[[NUMWALLS]] | *[[NUMWALLS]] | ||
*[[Numsprites]] | *[[Numsprites]] | ||
*[[RESPAWN_INVENTORY]] | |||
*[[RESPAWN_ITEMS]] | |||
*[[RESPAWN_MONSTERS]] | |||
*[[VOLUME]] | |||
Multiplayer | Multiplayer | ||
Line 27: | Line 27: | ||
Current actor or player | Current actor or player | ||
*[[ANGRANGE]] | *[[ANGRANGE]] | ||
*[[AUTOAIMANGLE]] | *[[AUTOAIMANGLE]] | ||
*[[GRENADE_LIFETIME]] | |||
*[[GRENADE_LIFETIME_VAR]] | |||
*[[HITAG]] | |||
*[[LOTAG]] | *[[LOTAG]] | ||
*[[ | *[[PIPEBOMB_CONTROL]] | ||
*[[PLR_MORALE]] | |||
*[[RETURN]] | |||
*[[STICKYBOMB_LIFETIME]] | |||
*[[STICKYBOMB_LIFETIME_VAR]] | |||
*[[TEXTURE]] | *[[TEXTURE]] | ||
*[[THISACTOR]] | *[[THISACTOR]] | ||
*[[TRIPBOMB_CONTROL]] | |||
*[[WEAPON]] | |||
*[[WORKSLIKE]] | |||
*[[ZRANGE]] | |||
Line 45: | Line 52: | ||
*[[looking_angSR1]] | *[[looking_angSR1]] | ||
*[[looking_arc]] | *[[looking_arc]] | ||
*[[viewingrange]] | |||
*[[weapon_xoffset]] | *[[weapon_xoffset]] | ||
*[[weaponcount]] | *[[weaponcount]] | ||
Line 53: | Line 61: | ||
*[[xdim]] | *[[xdim]] | ||
*[[ydim]] | *[[ydim]] | ||
*[[yxaspect]] | *[[yxaspect]] | ||
Line 61: | Line 68: | ||
Misc | Misc | ||
*[[CLIPMASK0]] | |||
*[[CLIPMASK1]] | |||
*[[LOGO_FLAGS]] | |||
*[[MENU_TILE]] | |||
*[[current_menu]] | *[[current_menu]] | ||
*[[currentweapon]] | *[[currentweapon]] | ||
Line 66: | Line 77: | ||
*[[gametype_flags]] | *[[gametype_flags]] | ||
*[[gravitationalconstant]] | *[[gravitationalconstant]] | ||
*[[lastsavepos]] | |||
*[[lastvisinc]] | *[[lastvisinc]] | ||
*[[myconnectindex]] | *[[myconnectindex]] | ||
Line 72: | Line 84: | ||
*[[screenpeek]] | *[[screenpeek]] | ||
*[[totalclock]] | *[[totalclock]] | ||
| width="33%" valign="top" style="border-left: none; padding: 0.6em;" | | | width="33%" valign="top" style="border-left: none; padding: 0.6em;" | | ||
Camera | Camera | ||
*[[cameraang]] | |||
*[[cameraclock]] | |||
*[[cameradist]] | |||
*[[camerahoriz]] | |||
*[[camerasect]] | |||
*[[camerax]] | *[[camerax]] | ||
*[[cameray]] | *[[cameray]] | ||
*[[cameraz]] | *[[cameraz]] | ||
Player position | Player position | ||
*[[myx]] | *[[myx]] | ||
*[[myxvel]] | |||
*[[myy]] | *[[myy]] | ||
*[[myyvel]] | |||
*[[myz]] | *[[myz]] | ||
*[[myzvel]] | |||
*[[omyx]] | *[[omyx]] | ||
*[[omyy]] | *[[omyy]] | ||
*[[omyz]] | *[[omyz]] | ||
Player properties | Player properties |
Revision as of 11:35, 22 February 2020
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 be careful for anything that could possibly have an effect on sync.
The "Current actor or player" group of variables point to the current actor/player. The other ones point to internal and usually global variables.
Do not attempt to redefine these unless you know what you are doing or you will have problems.
Map
Multiplayer Current actor or player
|
Screen drawing
Renderer Misc |
Camera Player position Player properties |