Functions
AddSeedEffect () {: aria-label='Functions' }
{: .abp .tooltip .badge }
void AddSeedEffect ( Value ) {: .copyable aria-label='Functions' }
CanAddSeedEffect () {: aria-label='Functions' }
{: .abp .tooltip .badge }
boolean CanAddSeedEffect ( Value ) {: .copyable aria-label='Functions' }
ClearSeedEffects () {: aria-label='Functions' }
{: .abp .tooltip .badge }
void ClearSeedEffects ( ) {: .copyable aria-label='Functions' }
ClearStartSeed () {: aria-label='Functions' }
{: .abp .tooltip .badge }
void ClearStartSeed ( ) {: .copyable aria-label='Functions' }
CountSeedEffects () {: aria-label='Functions' }
int CountSeedEffects ( ) {: .copyable aria-label='Functions' }
CountUnlockedSeedEffects () {: aria-label='Functions' }
static int CountUnlockedSeedEffects ( ) {: .copyable aria-label='Functions' }
ForgetStageSeed () {: aria-label='Functions' }
GetNextSeed () {: aria-label='Functions' }
int GetNextSeed ( ) {: .copyable aria-label='Functions' }
GetPlayerInitSeed () {: aria-label='Functions' }
int GetPlayerInitSeed ( ) {: .copyable aria-label='Functions' }
GetSeedEffect () {: aria-label='Functions' }
GetStageSeed () {: aria-label='Functions' }
GetStartSeed () {: aria-label='Functions' }
int GetStartSeed ( ) {: .copyable aria-label='Functions' }
GetStartSeedString () {: aria-label='Functions' }
string GetStartSeedString ( ) {: .copyable aria-label='Functions' }
HasSeedEffect () {: aria-label='Functions' }
InitSeedInfo () {: aria-label='Functions' }
static InitSeedInfo ( ) {: .copyable aria-label='Functions' }
IsCustomRun () {: aria-label='Functions' }
boolean IsCustomRun ( ) {: .copyable aria-label='Functions' }
Returns true if the player is in a challenge run or a seeded run.
IsInitialized () {: aria-label='Functions' }
boolean IsInitialized ( ) {: .copyable aria-label='Functions' }
IsSeedComboBanned () {: aria-label='Functions' }
IsSpecialSeed () {: aria-label='Functions' }
static boolean IsSpecialSeed ( string str ) {: .copyable aria-label='Functions' }
IsStringValidSeed () {: aria-label='Functions' }
static boolean IsStringValidSeed ( string str ) {: .copyable aria-label='Functions' }
RemoveBlockingSeedEffects () {: aria-label='Functions' }
Removes seeds that are banned in conjunction with the given seed.
RemoveSeedEffect () {: aria-label='Functions' }
Reset () {: aria-label='Functions' }
void Reset ( ) {: .copyable aria-label='Functions' }
Removes all seed effects, only goes into effect when the run is restarted
Restart () {: aria-label='Functions' }
Re-selects a random start seed but only if the start seed was not custom.
Seed2String () {: aria-label='Functions' }
static string Seed2String ( int seed ) {: .copyable aria-label='Functions' }
SetStartSeed () {: aria-label='Functions' }
void SetStartSeed ( string StartSeed ) {: .copyable aria-label='Functions' }
Empty string means we will pick a new random seed.
String2Seed () {: aria-label='Functions' }
static int String2Seed ( string str ) {: .copyable aria-label='Functions' }
void RestoreGameState(const GameState& State); void SaveGameState(GameState& State);