UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

21 lines 636 B
/** * * @param {number} entity * @param {EntityComponentDataset} ecd * @returns {Promise} */ export function removeEntityStylish(entity: number, ecd: EntityComponentDataset): Promise<any>; /** * * @param {number} entity * @param {EntityComponentDataset} ecd */ export function stopSoundEmitterAndNotifyOnceFinished(entity: number, ecd: EntityComponentDataset): Promise<void>; /** * * @param {number} entity * @param {EntityComponentDataset} ecd * @returns {Promise} */ export function stopEntityAndNotifyWhenStopped(entity: number, ecd: EntityComponentDataset): Promise<any>; //# sourceMappingURL=AnimatedActions.d.ts.map