PixelLightAPI
.
|
Console variable. More...
#include <ConsoleCommand.h>
Public Member Functions | |
Variable () | |
Variable & | operator= (const Variable &cSource) |
bool | operator== (const Variable &cVar) const |
Public Attributes | |
float | f |
bool | b |
int | i |
PLCore::String | s |
Console variable.
PLEngine::ConsoleCommand::Variable::Variable | ( | ) | [inline] |
bool PLEngine::ConsoleCommand::Variable::operator== | ( | const Variable & | cVar | ) | const [inline] |
|