mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-25 12:23:58 -04:00
b8e9bc801a
* Don't show in changelogs
11 lines
714 B
JavaScript
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;
|
|
}; |