chungy
Doomworld is so about bullshit excuses

Posts: 1324
Registered: 06-05 |
From the source code, in code/iphone/iphone_main.c, these seem to be all the cvars available. Don't ask me what they all do, I don't have an iPhone, but most of it seems obvious.
code: cvar_t *skill;
cvar_t *episode;
cvar_t *controlScheme;
cvar_t *stickTurn;
cvar_t *stickMove;
cvar_t *stickDeadBand;
cvar_t *rotorTurn;
cvar_t *tiltTurn;
cvar_t *tiltMove;
cvar_t *tiltDeadBand;
cvar_t *tiltAverages;
cvar_t *miniNet;
cvar_t *music;
cvar_t *showTilt;
cvar_t *showTime;
cvar_t *showNet;
cvar_t *showSound;
cvar_t *cropSprites;
cvar_t *revLand;
cvar_t *mapScale;
cvar_t *drawControls;
cvar_t *autoUse;
cvar_t *statusBar;
cvar_t *touchClick;
cvar_t *messages;
cvar_t *timeLimit;
cvar_t *fragLimit;
cvar_t *mpDeathmatch;
cvar_t *mpSkill;
cvar_t *mpDataset;
cvar_t *mpEpisode;
cvar_t *mpMap;
cvar_t *noBlend;
cvar_t *glfinish;
cvar_t *mapSelectY;
cvar_t *throttle;
cvar_t *centerSticks;
cvar_t *rampTurn;
cvar_t *netBuffer;
|