GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Public Attributes | List of all members
gd::EventsCodeGenerator::CallbackDescriptor Struct Reference

Public Member Functions

 CallbackDescriptor (const gd::String functionName_, const gd::String argumentsList_, const std::set< gd::String > requiredObjects_)
 

Public Attributes

const gd::String functionName
 
const gd::String argumentsList
 
const std::set< gd::StringrequiredObjects
 

Member Data Documentation

◆ argumentsList

const gd::String gd::EventsCodeGenerator::CallbackDescriptor::argumentsList

The comma separated list of arguments that the function takes.

◆ functionName

const gd::String gd::EventsCodeGenerator::CallbackDescriptor::functionName

The name by which the function can be invoked.

◆ requiredObjects

const std::set<gd::String> gd::EventsCodeGenerator::CallbackDescriptor::requiredObjects

A set of all objects that need to be backed up to be passed to the callback code.


The documentation for this struct was generated from the following file: