OpenTTD Source 20241224-master-gf74b0cf984
|
Public Types | |
enum | State { 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.
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.