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

Public Member Functions

const gd::StringGetValue (const gd::String &extension, const gd::String &property) const
 
void SetValue (const gd::String &extension, const gd::String &property, const gd::String &newValue)
 
bool HasProperty (const gd::String &extension, const gd::String &property)
 
std::map< gd::String, gd::PropertyDescriptorGetAllExtensionProperties (const gd::String &extensionName, gd::Project &project)
 
void SerializeTo (SerializerElement &element) const
 Serialize the Extension Properties.
 
void UnserializeFrom (const SerializerElement &element)
 Unserialize the Extension Properties.
 

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