GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Store the results of a search done by EventsContextAnalyzer. More...
#include <EventsContextAnalyzer.h>
Public Member Functions | |
void | AddObjectName (const gd::ProjectScopedContainers &projectScopedContainers, const gd::String &objectOrGroupName) |
void | AddBehaviorName (const gd::ProjectScopedContainers &projectScopedContainers, const gd::String &objectOrGroupName, const gd::String &behaviorName) |
const std::set< gd::String > & | GetReferencedObjectOrGroupNames () |
Get object or group names being referenced in the events. | |
const std::set< gd::String > & | GetObjectNames () |
Get objects referenced in the events, without groups (all groups have been "expanded" to the real objects being referenced by the group). | |
const std::set< gd::String > & | GetBehaviorNamesOfObjectOrGroup (const gd::String &objectOrGroupName) |
Get behaviors referenced in the events for the given object (or group) name. | |
Store the results of a search done by EventsContextAnalyzer.