#include <CSwitch.h>
Inheritance diagram for Switch:
Public Member Functions | |
Switch () | |
void | set (char *name, char *linkName, char *requiredObjectName, char *activateMessage, int type, int x, int y, bool activated) |
Public Attributes | |
char | name [50] |
char | linkName [50] |
char | requiredObjectName [50] |
char | activateMessage [100] |
int | type |
int | x |
int | y |
int | health |
bool | activated |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|