GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Perform a search over a layout, searching for layout or object custom identifiers. More...
#include <EventsIdentifiersFinder.h>
Static Public Member Functions | |
static std::set< gd::String > | FindAllIdentifierExpressions (const gd::Platform &platform, const gd::Project &project, const gd::Layout &layout, const gd::String &identifierType, const gd::String &objectName="") |
Perform a search over a layout, searching for layout or object custom identifiers.
|
static |
Construct a list containing all the expressions for a given identifier used in the layout.
project | The project to use. |
layout | The layout to use. |
identifierType | The identifier type to be analyzed. |
objectName | If not empty, parameters will be taken into account only if the last object parameter is filled with this value. |