![]() |
naev 0.12.6
|
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes, hypergates, etc... More...
#include <space.h>

Data Fields | |
| char * | filename |
| int | id |
| char * | name |
| char * | display |
| char * | feature |
| vec2 | pos |
| double | radius |
| const SimpleShader * | marker |
| double | marker_scale |
| char * | class |
| double | population |
| SpobPresence | presence |
| double | hide |
| int | can_land |
| int | land_override |
| char * | land_msg |
| char * | description |
| char * | bar_description |
| unsigned int | services |
| Commodity ** | commodities |
| CommodityPrice * | commodityPrice |
| tech_group_t * | tech |
| double | gfx_space3d_size |
| GltfObject * | gfx_space3d |
| char * | gfx_space3dName |
| char * | gfx_space3dPath |
| GLuint | gfx_fbo |
| GLuint | gfx_dtex |
| glTexture * | gfx_space |
| char * | gfx_spaceName |
| char * | gfx_spacePath |
| char * | gfx_exterior |
| char * | gfx_exteriorPath |
| char * | gfx_comm |
| char * | gfx_commPath |
| char ** | tags |
| unsigned int | flags |
| MapOverlayPos | mo |
| double | map_alpha |
| int | markers |
| char * | lua_file_raw |
| char * | lua_file |
| nlua_env | lua_env |
| int | lua_mem |
| int | lua_init |
| int | lua_load |
| int | lua_unload |
| int | lua_can_land |
| int | lua_land |
| int | lua_render |
| int | lua_update |
| int | lua_comm |
| int | lua_population |
| int | lua_barbg |
| int | lua_distress |
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes, hypergates, etc...
| char* Spob::class |
Spob type. Uses Star Trek classification system for planets (https://stexpanded.fandom.com/wiki/Spob_classifications)
| Commodity** Spob::commodities |
| CommodityPrice* Spob::commodityPrice |
| char* Spob::display |
| char* Spob::feature |
| char* Spob::filename |
| char* Spob::gfx_exteriorPath |
| GltfObject* Spob::gfx_space3d |
| char* Spob::gfx_spaceName |
| char* Spob::gfx_spacePath |
| int Spob::land_override |
| int Spob::lua_barbg |
| int Spob::lua_can_land |
| int Spob::lua_comm |
| int Spob::lua_distress |
| char* Spob::lua_file_raw |
| int Spob::lua_population |
| MapOverlayPos Spob::mo |
| SpobPresence Spob::presence |
| double Spob::radius |