#include <src/Ext/WarheadType/Body.h>
List of all members.
Public Member Functions |
| VersesData (double VS=1.0, bool FF=true, bool Retal=true, bool Acquire=true) |
bool | operator== (const VersesData &RHS) const |
void | Parse (const char *str) |
Public Attributes |
double | Verses |
Constructor & Destructor Documentation
WarheadTypeExt::VersesData::VersesData |
( |
double |
VS = 1.0 , |
|
|
bool |
FF = true , |
|
|
bool |
Retal = true , |
|
|
bool |
Acquire = true |
|
) |
| [inline] |
: Verses(VS), WarheadFlags(FF, Retal, Acquire) {};
Member Function Documentation
bool WarheadTypeExt::VersesData::operator== |
( |
const VersesData & |
RHS | ) |
const [inline] |
{
return (CLOSE_ENOUGH(this->Verses, RHS.Verses));
};
void WarheadTypeExt::VersesData::Parse |
( |
const char * |
str | ) |
[inline] |
{
this->Verses = Conversions::Str2Armor(str, this);
}
Member Data Documentation
The documentation for this struct was generated from the following file: