Add missing types (#5184)

Do not show in changelog
This commit is contained in:
Clément Pasteau
2023-03-31 12:32:50 +02:00
committed by GitHub
parent 17504c1713
commit 31809fdf61

View File

@@ -76,6 +76,8 @@ declare class gdParticleEmitterObject extends gdObjectConfiguration {
getParticleAngleRandomness1(): number;
setParticleAngleRandomness2(newValue: number): void;
getParticleAngleRandomness2(): number;
setJumpForwardInTimeOnCreation(newValue: number): void;
getJumpForwardInTimeOnCreation(): number;
delete(): void;
ptr: number;
};