GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members

List the values of the parameters of events and their type. More...

#include <EventsTypesLister.h>

Inherits gd::ArbitraryEventsWorker.

Public Member Functions

 EventsTypesLister (const gd::Project &project_)
 
const std::vector< gd::String > & GetAllEventsTypes ()
 
const std::vector< gd::String > & GetAllConditionsTypes ()
 
const std::vector< gd::String > & GetAllActionsTypes ()
 
- Public Member Functions inherited from gd::ArbitraryEventsWorker
void Launch (gd::EventsList &events)
 Launch the worker on the specified events list.
 

Detailed Description

List the values of the parameters of events and their type.

Member Function Documentation

◆ GetAllActionsTypes()

const std::vector<gd::String>& gd::EventsTypesLister::GetAllActionsTypes ( )
inline

Return the types of all actions

◆ GetAllConditionsTypes()

const std::vector<gd::String>& gd::EventsTypesLister::GetAllConditionsTypes ( )
inline

Return the types of all conditions

◆ GetAllEventsTypes()

const std::vector<gd::String>& gd::EventsTypesLister::GetAllEventsTypes ( )
inline

Return the types of all events


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