AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzXomlVariables.h>
Public Member Functions | |
CzXomlVariableFloat () | |
void | setValue (const char *value, int count=-1) |
void | addValue (const char *value, const char *limit=NULL) |
bool | isTrue () |
bool | checkCondition (eCzXomlConditionOperator condition, const CzString &val) |
Public Attributes | |
float | NativeValue |
Native value of the variable. |
CzXomlVariableFloat::CzXomlVariableFloat | ( | ) | [inline] |
void CzXomlVariableFloat::addValue | ( | const char * | value, |
const char * | limit = NULL |
||
) | [inline, virtual] |
Reimplemented from CzXomlVariable.
bool CzXomlVariableFloat::checkCondition | ( | eCzXomlConditionOperator | condition, |
const CzString & | val | ||
) | [virtual] |
Reimplemented from CzXomlVariable.
bool CzXomlVariableFloat::isTrue | ( | ) | [inline, virtual] |
Reimplemented from CzXomlVariable.
void CzXomlVariableFloat::setValue | ( | const char * | value, |
int | count = -1 |
||
) | [inline, virtual] |
Reimplemented from CzXomlVariable.
Native value of the variable.