naev 0.12.6
AsteroidType Struct Reference

Represents a type of asteroid. More...

#include <asteroid.h>

Collaboration diagram for AsteroidType:

Data Fields

char * name
char * scanned_msg
glTexture ** gfxs
CollPolypolygon
AsteroidRewardmaterial
double armour_min
double armour_max
double absorb
double damage
double disable
double penetration
double exp_radius
double alert_range

Detailed Description

Represents a type of asteroid.

Definition at line 59 of file asteroid.h.

Field Documentation

◆ absorb

double AsteroidType::absorb

Absorption of the asteroid.

Definition at line 67 of file asteroid.h.

◆ alert_range

double AsteroidType::alert_range

Range to alert other ships.

Definition at line 72 of file asteroid.h.

◆ armour_max

double AsteroidType::armour_max

Maximum "armour" of the asteroid.

Definition at line 66 of file asteroid.h.

◆ armour_min

double AsteroidType::armour_min

Minimum "armour" of the asteroid.

Definition at line 65 of file asteroid.h.

◆ damage

double AsteroidType::damage

Damage on explosion.

Definition at line 68 of file asteroid.h.

◆ disable

double AsteroidType::disable

Disable on explosion.

Definition at line 69 of file asteroid.h.

◆ exp_radius

double AsteroidType::exp_radius

Explosion radius.

Definition at line 71 of file asteroid.h.

◆ gfxs

glTexture** AsteroidType::gfxs

asteroid possible gfxs.

Definition at line 62 of file asteroid.h.

◆ material

AsteroidReward* AsteroidType::material

Materials contained in the asteroid.

Definition at line 64 of file asteroid.h.

◆ name

char* AsteroidType::name

Name of the asteroid type.

Definition at line 60 of file asteroid.h.

◆ penetration

double AsteroidType::penetration

Penetration of the explosion.

Definition at line 70 of file asteroid.h.

◆ polygon

CollPoly* AsteroidType::polygon

Collision polygons associated to gfxs.

Definition at line 63 of file asteroid.h.

◆ scanned_msg

char* AsteroidType::scanned_msg

Scanned message.

Definition at line 61 of file asteroid.h.


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