Planeshift
|
#include <pawsmanager.h>
Public Member Functions | |
bool | GetBool () |
float | GetFloat () |
int | GetInt () |
const char * | GetStr () |
unsigned int | GetUInt () |
bool | IsData () |
PAWSData & | operator= (PAWSData &other) |
PAWSData () | |
Public Attributes | |
union { | |
bool boolval | |
float floatval | |
int intval | |
unsigned int uintval | |
}; | |
csString | str |
PAWSDATATYPE | type |
Static Public Attributes | |
static csString | temp_buffer |
Definition at line 718 of file pawsmanager.h.
PAWSData::PAWSData | ( | ) | [inline] |
Definition at line 732 of file pawsmanager.h.
bool PAWSData::GetBool | ( | ) |
float PAWSData::GetFloat | ( | ) |
int PAWSData::GetInt | ( | ) |
const char* PAWSData::GetStr | ( | ) |
bool PAWSData::IsData | ( | ) | [inline] |
Definition at line 744 of file pawsmanager.h.
Definition at line 736 of file pawsmanager.h.
union { ... } |
bool PAWSData::boolval |
Definition at line 728 of file pawsmanager.h.
Definition at line 727 of file pawsmanager.h.
Definition at line 725 of file pawsmanager.h.
csString PAWSData::str |
Definition at line 730 of file pawsmanager.h.
csString PAWSData::temp_buffer [static] |
Definition at line 720 of file pawsmanager.h.
Definition at line 722 of file pawsmanager.h.
Definition at line 726 of file pawsmanager.h.