Public Member Functions | Public Attributes | Protected Attributes
GameCVar Class Reference

Struct containing info about a game console variable (like fraglimit) More...

#include <serverstructs.h>

List of all members.

Public Member Functions

 GameCVar (QString fname, QString fconsoleCommand)
void setValue (bool b)
void setValue (int i)
void setValue (const QString &str)
const QString & value () const
bool valueBool () const
bool valueInt () const

Public Attributes

QString name
QString consoleCommand

Protected Attributes

QString val

Detailed Description

Struct containing info about a game console variable (like fraglimit)


Member Data Documentation

Console command used to set the given CVar.

QString GameCVar::name

Nice name to display in Create Server dialog.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator