GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members
gd::ExtensionAndMetadata< T > Class Template Reference

A container for metadata about an object/behavior/instruction/expression and its associated extension. More...

#include <MetadataProvider.h>

Public Member Functions

 ExtensionAndMetadata (const gd::PlatformExtension &extension_, const T &metadata_)
 
const gd::PlatformExtensionGetExtension ()
 Get the associated extension.
 
const T & GetMetadata ()
 Get the metadata.
 

Detailed Description

template<class T>
class gd::ExtensionAndMetadata< T >

A container for metadata about an object/behavior/instruction/expression and its associated extension.


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