Files
GDevelop/GDevelop.js/types/gdeventsfunctionselfcallchecker.js

8 lines
673 B
JavaScript

// Automatically generated by GDevelop.js/scripts/generate-types.js
declare class gdEventsFunctionSelfCallChecker {
static isFreeFunctionOnlyCallingItself(project: gdProject, extension: gdEventsFunctionsExtension, eventsFunction: gdEventsFunction): boolean;
static isBehaviorFunctionOnlyCallingItself(project: gdProject, extension: gdEventsFunctionsExtension, eventsBasedBehavior: gdEventsBasedBehavior, eventsFunction: gdEventsFunction): boolean;
static isObjectFunctionOnlyCallingItself(project: gdProject, extension: gdEventsFunctionsExtension, eventsBasedObject: gdEventsBasedObject, eventsFunction: gdEventsFunction): boolean;
delete(): void;
ptr: number;
};