Files
GDevelop/GDevelop.js/types/gdprojecthelper.js
2022-09-02 14:13:41 +02:00

11 lines
714 B
JavaScript

// Automatically generated by GDevelop.js/scripts/generate-types.js
declare class gdProjectHelper {
static createNewGDJSProject(): gdProject;
static initializePlatforms(): void;
static sanityCheckBehaviorProperty(behavior: gdBehavior, propertyName: string, newValue: string): string;
static sanityCheckBehaviorsSharedDataProperty(behavior: gdBehaviorsSharedData, propertyName: string, newValue: string): string;
static sanityCheckObjectProperty(configuration: gdObjectConfiguration, propertyName: string, newValue: string): string;
static sanityCheckObjectInitialInstanceProperty(configuration: gdObjectConfiguration, propertyName: string, newValue: string): string;
delete(): void;
ptr: number;
};