GameCVarProvider Class Reference

Creates GameCVar set. More...

#include <serverstructs.h>

+ Inheritance diagram for GameCVarProvider:

Public Member Functions

virtual QList< GameCVarget (const QVariant &context)
 Default implementation creates empty set. More...
 

Detailed Description

Creates GameCVar set.

Override get() method and return a list of GameCVar objects.

Order may be dependant on the context in which the objects are required. Refer to documentation of specific provider usages.

Definition at line 307 of file serverstructs.h.

Member Function Documentation

QList< GameCVar > GameCVarProvider::get ( const QVariant &  context)
virtual

Default implementation creates empty set.

Parameters
contextContext contents depend on context.

Reimplemented in DefaultDifficultyProvider.

Definition at line 305 of file serverstructs.cpp.


The documentation for this class was generated from the following files: