isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
9 lines • 347 B
TypeScript
/** Alias for the `Seeds.GetStartSeedString` method. */
export declare function getStartSeedString(): string;
/**
* Helper function to get the next seed value.
*
* This function is useful when you are working with seed values directly over RNG objects.
*/
export declare function nextSeed(seed: Seed): Seed;
//# sourceMappingURL=seeds.d.ts.map