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

Generate unique names. More...

#include <NewNameGenerator.h>

Static Public Member Functions

static gd::String Generate (const gd::String &name, const gd::String &prefix, std::function< bool(const gd::String &)> exists)
 Generate a unique name, using the specified name and prefix as a first attempt.
 
static gd::String Generate (const gd::String &name, std::function< bool(const gd::String &)> exists)
 Generate a unique name, using the specified name as a first attempt.
 

Detailed Description

Generate unique names.


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