mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-25 12:25:52 -04:00
2ca593ba2b
Don't show in changelog
15 lines
558 B
JavaScript
15 lines
558 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare class gdEffectMetadata {
|
|
setFullName(fullName: string): gdEffectMetadata;
|
|
setDescription(description: string): gdEffectMetadata;
|
|
setHelpPath(helpPath: string): gdEffectMetadata;
|
|
setIncludeFile(includeFile: string): gdEffectMetadata;
|
|
addIncludeFile(includeFile: string): gdEffectMetadata;
|
|
getType(): string;
|
|
getFullName(): string;
|
|
getDescription(): string;
|
|
getHelpPath(): string;
|
|
getProperties(): gdMapStringPropertyDescriptor;
|
|
delete(): void;
|
|
ptr: number;
|
|
}; |