naev 0.12.6
Claim_t Struct Reference

The claim structure. More...

Data Fields

int active
int * ids
char ** strs
int exclusive

Detailed Description

The claim structure.

Definition at line 24 of file claim.c.

Field Documentation

◆ active

int Claim_t::active

Have we, in fact, claimed these contents?.

Definition at line 25 of file claim.c.

◆ exclusive

int Claim_t::exclusive

Whether or not this claim is exclusive. Exclusive claims do not allow other claims to work, but non-exclusive do not have this issue, so multiple non-exclusive claims can share the same system and block any exclusive claims.

Definition at line 28 of file claim.c.

◆ ids

int* Claim_t::ids

System ids.

Definition at line 26 of file claim.c.

◆ strs

char** Claim_t::strs

Strings.

Definition at line 27 of file claim.c.


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