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

Contains information about a source file that must be included when an extension is used. More...

#include <SourceFileMetadata.h>

Public Member Functions

 SourceFileMetadata ()
 
SourceFileMetadataSetResourceName (const gd::String &resourceName_)
 
SourceFileMetadataSetIncludePosition (const gd::String &includePosition_)
 
const gd::StringGetResourceName () const
 
gd::StringGetResourceName ()
 
const gd::StringGetIncludePosition () const
 
void SerializeTo (SerializerElement &element) const
 
void UnserializeFrom (const SerializerElement &element)
 

Detailed Description

Contains information about a source file that must be included when an extension is used.

Constructor & Destructor Documentation

◆ SourceFileMetadata()

gd::SourceFileMetadata::SourceFileMetadata ( )
inline

Construct a new dependency metadata, though you probably want to call AddSourceFile on gd::PlatformExtension.

See also
gd::PlatformExtension

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