Class ChallengeOrganizer
- Namespace
- Expedition
- Assembly
- Assembly-CSharp.dll
public static class ChallengeOrganizer
- Inheritance
-
ChallengeOrganizer
- Inherited Members
-
Fields
availableChallengeTypes
public static List<Challenge> availableChallengeTypes
Field Value
- List<Challenge>
creatureBlacklist
public static List<string> creatureBlacklist
Field Value
- List<string>
filterChallengeTypes
public static List<string> filterChallengeTypes
Field Value
- List<string>
Methods
AssignChallenge(int, bool)
public static void AssignChallenge(int slot, bool hidden)
Parameters
slot int
hidden bool
GetTypesSafely(Assembly, out ReflectionTypeLoadException)
public static IEnumerable<Type> GetTypesSafely(Assembly asm, out ReflectionTypeLoadException reflError)
Parameters
asm Assembly
reflError ReflectionTypeLoadException
Returns
- IEnumerable<Type>
InitCreatureBlacklist()
public static void InitCreatureBlacklist()
RandomChallenge(bool)
public static Challenge RandomChallenge(bool hidden)
Parameters
hidden bool
Returns
- Challenge
SetupChallengeTypes()
public static void SetupChallengeTypes()