OpenTTD Source  20240919-master-gdf0233f4c2
InternalSocialIntegrationPlugin Class Reference

Container to track information per plugin. More...

Public Member Functions

 InternalSocialIntegrationPlugin (const std::string &filename, const std::string &basepath)
 

Data Fields

OpenTTD_SocialIntegration_v1_PluginInfo plugin_info = {}
 Information supplied by plugin.
 
OpenTTD_SocialIntegration_v1_PluginApi plugin_api = {}
 API supplied by plugin.
 
OpenTTD_SocialIntegration_v1_OpenTTDInfo openttd_info = {}
 Information supplied by OpenTTD.
 
std::unique_ptr< LibraryLoaderlibrary = nullptr
 Library handle.
 
SocialIntegrationPlugin external
 Information of the plugin to be used by other parts of our codebase.
 

Detailed Description

Container to track information per plugin.

Definition at line 27 of file social_integration.cpp.


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