isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
14 lines • 532 B
TypeScript
import { Feature } from "../../private/Feature";
export declare class ForgottenSwitch extends Feature {
private readonly pressInput;
/**
* When used on The Forgotten, switches to The Soul. When used on The Soul, switches to The
* Forgotten. This takes 1 game frame to take effect.
*
* In order to use this function, you must upgrade your mod with `ISCFeature.FORGOTTEN_SWITCH`.
*
* @public
*/
forgottenSwitch(player: EntityPlayer): void;
}
//# sourceMappingURL=ForgottenSwitch.d.ts.map