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 <EventsParametersLister.h>

Inherits gd::ArbitraryEventsWorker.

Public Member Functions

 EventsParametersLister (gd::Project &project_)
 
const std::map< gd::String, gd::String > & GetParametersAndTypes ()
 
- 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

◆ GetParametersAndTypes()

const std::map<gd::String, gd::String>& gd::EventsParametersLister::GetParametersAndTypes ( )
inline

Return the values of all parameters associated with the type of their parent.


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