IProjectFile interface

The IProjectFile interface represents a project file added in the Project Bar in Construct.

Methods

GetName()
Return the filename of the project file.
GetProject()
Return the IProject the project file belongs to.
GetBlob()
Return a Blob representing the contents of the file. The standard web APIs for reading blobs can be used to access the content.
Addon SDK Manual 2020-11-16

On this page