|
Torque2D Reference
|
#include <widget.h>
Public Member Functions | |
| Widget (int number, const std::string &name) | |
| ~Widget () | |
| float | GetFloatValue () const |
| int | GetIntValue () const |
| std::string | GetStringValue () const |
| void | GetCharPtrValue (char *buffer, size_t max_size) const |
| Widget | ( | int | number, |
| const std::string & | name | ||
| ) |
| ~Widget | ( | ) |
| void GetCharPtrValue | ( | char * | buffer, |
| size_t | max_size | ||
| ) | const |
| float GetFloatValue | ( | ) | const |
| int GetIntValue | ( | ) | const |
| std::string GetStringValue | ( | ) | const |
1.8.10