#include <forceprototype.h>

Public Member Functions | |
| ForcePrototype (const char *id) | |
| virtual | ~ForcePrototype () |
Protected Member Functions | |
| virtual bool | Serialize (Serializer &serializer) |
| virtual bool | Deserialize (Serializer &serializer, bool first) |
| ForcePrototype::ForcePrototype | ( | const char * | id | ) |
Inicializes member variables.
| ForcePrototype::~ForcePrototype | ( | ) | [virtual] |
Unloades resources and deletes created models.
| bool ForcePrototype::Serialize | ( | Serializer & | serializer | ) | [protected, virtual] |
| bool ForcePrototype::Deserialize | ( | Serializer & | serializer, | |
| bool | first | |||
| ) | [protected, virtual] |
Recursively deserialize all children.
Reimplemented from Prototype.
1.5.3