#include <item.h>
Inheritance diagram for TJammerCloak:
Public Methods | |
TJammerCloak () | |
TJammerCloak (const TJammerCloak &OldJammerCloak) | |
virtual | ~TJammerCloak () |
virtual bool | load (TDataPackageList *in) |
virtual bool | save (TDataPackageList *out) const |
virtual TJammer::tJammerType | getJammerType () const |
virtual bool | operator== (const TJammerCloak &JammerCloak) const |
virtual TJammerCloak & | operator= (const TJammerCloak &JammerCloak) |
|
This constructor generates a new TJammerCloak object with all properties resetted. This means you have to set all properties like name and mass afterwards with help of the respective set<something> methods. |
|
This constructor creates also a new cloak jammer, but its attributes are copied from the TJammerCloak object given in OldJammerCloak. This method is mostly implemented to provide a copy constructor.
|
|
Destructs the object. Has nothing else to do, because no memory has to be freed or similar stuff. |
|
With the method getJammerType you can get the type of the jammer, in this case TJammer::CLOAK.
Reimplemented from TJammer. |
|
The method Load loads a TJammerCloak object from the data packages in the list.
Reimplemented from TJammer. |
|
This is the assignment operator for TJammerCloak. |
|
This is the compare operator for TJammerCloak.
|
|
The method Save saves a TJammerCloak object by adding the data packages to the list.
Reimplemented from TJammer. |