OpenTTD Source
20241108-master-g80f628063a
|
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.