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

AbstractArbitraryEventsWorker is a base abstract class used to browse events (and instructions) and do some work on them. It must not be inherited directly. More...

#include <ArbitraryEventsWorker.h>

Inherits gd::EventVisitor.

Inherited by gd::ArbitraryEventsWorker, and gd::ArbitraryEventsWorkerWithContext.

Protected Member Functions

virtual bool VisitEvent (gd::BaseEvent &event) override
 
void VisitEventList (gd::EventsList &events)
 

Detailed Description

AbstractArbitraryEventsWorker is a base abstract class used to browse events (and instructions) and do some work on them. It must not be inherited directly.

See also
gd::ArbitraryEventsWorker
gd::ArbitraryEventsWorkerWithContext

Member Function Documentation

◆ VisitEvent()

bool gd::AbstractArbitraryEventsWorker::VisitEvent ( gd::BaseEvent linkEvent)
overrideprotectedvirtual

Called to do some work on an event.

Returns
true if the event must be deleted from the events list, false otherwise.

Implements gd::EventVisitor.


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