![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
The change of a specific extension version (only the breaking changes). More...
#include <EventsFunctionsExtensionChangelog.h>
Public Member Functions | |
| const gd::String & | GetVersion () const |
| gd::EventsFunctionsExtensionVersionChange & | SetVersion (const gd::String &version_) |
| const gd::String & | GetBreakingChangesDescription () const |
| gd::EventsFunctionsExtensionVersionChange & | GetBreakingChangesDescription (const gd::String &breakingChangesDescription_) |
| void | SerializeTo (gd::SerializerElement &element) const |
| Serialize the EventsFunctionsExtensionVersionChange to the specified element. | |
| void | UnserializeFrom (const gd::SerializerElement &element) |
| Load the EventsFunctionsExtensionVersionChange from the specified element. | |
The change of a specific extension version (only the breaking changes).