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

Inherits gd::ArbitraryObjectsWorker, and gd::ArbitraryEventsWorker.

Public Member Functions

 LeaderboardIdRenamer (gd::Project &project_)
 
void SetLeaderboardIdsToReplace (const std::map< gd::String, gd::String > &leaderboardIdMap_)
 
const std::set< gd::String > & GetAllLeaderboardIds () const
 
- Public Member Functions inherited from gd::ArbitraryObjectsWorker
void Launch (gd::ObjectsContainer &objects)
 Launch the worker on the specified object container.
 
- 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)
 

Member Function Documentation

◆ GetAllLeaderboardIds()

const std::set<gd::String>& gd::LeaderboardIdRenamer::GetAllLeaderboardIds ( ) const
inline

Return the all the leaderboard identifiers found in the project.

◆ SetLeaderboardIdsToReplace()

void gd::LeaderboardIdRenamer::SetLeaderboardIdsToReplace ( const std::map< gd::String, gd::String > &  leaderboardIdMap_)
inline

Set the leaderboard identifiers to be replaced.


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