naev 0.11.5
plugin_t Struct Reference

Data Fields

char * name
 
char * author
 
char * version
 
char * description
 
char * compatibility
 
char * mountpoint
 
int priority
 
int compatible
 
int total_conversion
 

Detailed Description

Definition at line 6 of file plugin.h.

Field Documentation

◆ author

char* plugin_t::author

Author(s) of the plugin.

Definition at line 8 of file plugin.h.

◆ compatibility

char* plugin_t::compatibility

Compatibility with Naev versions.

Definition at line 11 of file plugin.h.

◆ compatible

int plugin_t::compatible

Whether or not it is compatible with the current version of Naev.

Definition at line 14 of file plugin.h.

◆ description

char* plugin_t::description

Decscription of the plugin.

Definition at line 10 of file plugin.h.

◆ mountpoint

char* plugin_t::mountpoint

Where it is mounted.

Definition at line 12 of file plugin.h.

◆ name

char* plugin_t::name

Name of the plugin.

Definition at line 7 of file plugin.h.

◆ priority

int plugin_t::priority

Loading priority of the mod. Lower is better, defaults to 5.

Definition at line 13 of file plugin.h.

◆ total_conversion

int plugin_t::total_conversion

Whether or not it is a total conversion.

Definition at line 15 of file plugin.h.

◆ version

char* plugin_t::version

Version of the plugin.

Definition at line 9 of file plugin.h.


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