Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Armor Struct Reference

Armor values: how much damage armor can withhold before internal damage accrues. More...

#include <unit_armorshield.h>

Public Member Functions

 Armor ()
 

Public Attributes

float frontlefttop
 
float backlefttop
 
float frontrighttop
 
float backrighttop
 
float frontleftbottom
 
float backleftbottom
 
float frontrightbottom
 
float backrightbottom
 

Detailed Description

Armor values: how much damage armor can withhold before internal damage accrues.

Definition at line 7 of file unit_armorshield.h.

Constructor & Destructor Documentation

Armor::Armor ( )
inline

Definition at line 12 of file unit_armorshield.h.

13  : frontlefttop( 0 )
14  , backlefttop( 0 )
15  , frontrighttop( 0 )
16  , backrighttop( 0 )
17  , frontleftbottom( 0 )
18  , backleftbottom( 0 )
19  , frontrightbottom( 0 )
20  , backrightbottom( 0 ) {}

Member Data Documentation


The documentation for this struct was generated from the following file: