mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
2ca593ba2b
Don't show in changelog
15 lines
434 B
JavaScript
15 lines
434 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare class gdExpressionCompletionDescription {
|
|
static Object: 0;
|
|
static Behavior: 1;
|
|
static Expression: 2;
|
|
static Variable: 3;
|
|
getCompletionKind(): ExpressionCompletionDescription_CompletionKind;
|
|
getType(): string;
|
|
getPrefix(): string;
|
|
getObjectName(): string;
|
|
getBehaviorName(): string;
|
|
isExact(): boolean;
|
|
delete(): void;
|
|
ptr: number;
|
|
}; |