![]() |
naev 0.12.6
|
Description of a lane-building faction. More...

Data Fields | |
| char * | name |
| char * | longname |
| char * | displayname |
| char * | mapname |
| char * | ai |
| char * | description |
| double | local_th |
| char * | script_standing |
| char * | script_spawn |
| char * | script_equip |
| glTexture * | logo |
| glColour | colour |
| int * | enemies |
| int * | allies |
| int * | neutrals |
| double | player_def |
| double | player |
| double | override |
| nlua_env | sched_env |
| double | friendly_at |
| nlua_env | lua_env |
| int | lua_hit |
| int | lua_hit_test |
| int | lua_text_rank |
| int | lua_text_broad |
| int | lua_reputation_max |
| double | lane_length_per_presence |
| double | lane_base_cost |
| FactionGenerator * | generators |
| nlua_env | equip_env |
| unsigned int | flags |
| unsigned int | oflags |
| char ** | tags |
| int | id |
Description of a lane-building faction.
Represents a faction.
| double Faction::friendly_at |
| FactionGenerator* Faction::generators |
| int Faction::id |
Faction ID.
Definition at line 93 of file safelanes.c.
| double Faction::lane_base_cost |
| double Faction::lane_length_per_presence |
| double Faction::local_th |
| unsigned int Faction::oflags |
| double Faction::player |
| char** Faction::tags |