GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Scans an event list to retrieve the position of a list of searched events when the events list is flattened. More...
#include <EventsPositionFinder.h>
Inherits gd::ArbitraryEventsWorker.
Public Member Functions | |
const std::vector< std::size_t > & | GetPositions () const |
void | AddEventToSearch (gd::BaseEvent *event) |
Public Member Functions inherited from gd::ArbitraryEventsWorker | |
void | Launch (gd::EventsList &events) |
Launch the worker on the specified events list. | |
Additional Inherited Members | |
Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker | |
void | VisitEventList (gd::EventsList &events) |
Scans an event list to retrieve the position of a list of searched events when the events list is flattened.
|
inline |
Add an event for which the position must be reported in GetPositions
.
|
inline |
Return the positions of all searched events