GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members
gd::EventsFunctionsExtensionVersionChange Class Reference

The change of a specific extension version (only the breaking changes). More...

#include <EventsFunctionsExtensionChangelog.h>

Public Member Functions

const gd::StringGetVersion () const
 
gd::EventsFunctionsExtensionVersionChangeSetVersion (const gd::String &version_)
 
const gd::StringGetBreakingChangesDescription () const
 
gd::EventsFunctionsExtensionVersionChangeGetBreakingChangesDescription (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.
 

Detailed Description

The change of a specific extension version (only the breaking changes).


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