OpenTTD Source 20250205-master-gfd85ab1e2c
|
Public Types | |
enum | State : uint8_t { RUNNING , FAILED , PLATFORM_NOT_RUNNING , UNLOADED , DUPLICATE , UNSUPPORTED_API , INVALID_SIGNATURE } |
Public Member Functions | |
SocialIntegrationPlugin (const std::string &basepath) | |
Data Fields | |
std::string | basepath |
Base path of the plugin. | |
std::string | social_platform = "unknown" |
Social platform this plugin is for. | |
std::string | name = "" |
Name of the plugin. | |
std::string | version = "" |
Version of the plugin. | |
State | state = FAILED |
Result of the plugin's init function. | |
Definition at line 13 of file social_integration.h.
enum SocialIntegrationPlugin::State : uint8_t |
Definition at line 15 of file social_integration.h.
|
inline |
Definition at line 34 of file social_integration.h.
std::string SocialIntegrationPlugin::basepath |
Base path of the plugin.
Definition at line 26 of file social_integration.h.
std::string SocialIntegrationPlugin::name = "" |
Name of the plugin.
Definition at line 29 of file social_integration.h.
std::string SocialIntegrationPlugin::social_platform = "unknown" |
Social platform this plugin is for.
Definition at line 28 of file social_integration.h.
Result of the plugin's init function.
Definition at line 32 of file social_integration.h.
std::string SocialIntegrationPlugin::version = "" |
Version of the plugin.
Definition at line 30 of file social_integration.h.