allbuild commit e6d14eff

This commit is contained in:
Olivier Gagnon
2022-07-26 15:30:12 -04:00
parent e6d14eff68
commit 3e4f26ac0a
17 changed files with 230 additions and 44 deletions

View File

@@ -2344,6 +2344,15 @@ export interface Singularity {
* @param callbackScript - Name of the script to launch in the next BN.
*/
destroyW0r1dD43m0n(nextBN: number, callbackScript?: string): void;
/**
* Get the current work the player is doing.
* @remarks
* RAM cost: 0.5 GB * 16/4/1
*
* @returns - An object representing the current work. Fields depend on the kind of work.
*/
getCurrentWork(): any | null;
}
/**