Class ProgressApi
A wrapper to the game's obfuscated Progress class.
Inheritance
System.Object
ProgressApi
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LLBML
Assembly: LLBModdingLib.dll
Syntax
public static class ProgressApi
Methods
AllOutfitsAboveModelAlt2AreUnlocked(Character)
Declaration
public static bool AllOutfitsAboveModelAlt2AreUnlocked(Character pChar)
Parameters
| Type |
Name |
Description |
| Character |
pChar |
|
Returns
| Type |
Description |
| System.Boolean |
|
CharacterCompleteArcadeSet(Character)
Declaration
public static void CharacterCompleteArcadeSet(Character pChar)
Parameters
| Type |
Name |
Description |
| Character |
pChar |
|
DidAllCharactersCompleteArcade()
Declaration
public static bool DidAllCharactersCompleteArcade()
Returns
| Type |
Description |
| System.Boolean |
|
DidCharacterCompleteArcade(Character)
Declaration
public static bool DidCharacterCompleteArcade(Character pChar)
Parameters
| Type |
Name |
Description |
| Character |
pChar |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetCurrency()
Declaration
public static int GetCurrency()
Returns
| Type |
Description |
| System.Int32 |
|
GetSkinName(Character, CharacterVariant)
Declaration
public static string GetSkinName(Character character, CharacterVariant characterVariant)
Parameters
| Type |
Name |
Description |
| Character |
character |
|
| CharacterVariant |
characterVariant |
|
Returns
| Type |
Description |
| System.String |
|
GetStageName(Stage)
Declaration
public static string GetStageName(Stage stage)
Parameters
| Type |
Name |
Description |
| LLHandlers.Stage |
stage |
|
Returns
| Type |
Description |
| System.String |
|
GetXp()
Declaration
public static int GetXp()
Returns
| Type |
Description |
| System.Int32 |
|
IsAvaliableForUnlocking(Character, CharacterVariant)
Declaration
public static bool IsAvaliableForUnlocking(Character pChar, CharacterVariant pCharVar)
Parameters
| Type |
Name |
Description |
| Character |
pChar |
|
| CharacterVariant |
pCharVar |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsAvaliableForUnlocking(AudioTrack)
Declaration
public static bool IsAvaliableForUnlocking(AudioTrack track)
Parameters
| Type |
Name |
Description |
| LLHandlers.AudioTrack |
track |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsDefaultUnlocked(Character)
Declaration
public static bool IsDefaultUnlocked(Character pChar)
Parameters
| Type |
Name |
Description |
| Character |
pChar |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsDefaultUnlocked(Stage)
Declaration
public static bool IsDefaultUnlocked(Stage pStage)
Parameters
| Type |
Name |
Description |
| LLHandlers.Stage |
pStage |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsUnlocked(Character, CharacterVariant, Int32)
Declaration
public static bool IsUnlocked(Character pChar, CharacterVariant pCharVar, int peerPlayerNr = -1)
Parameters
| Type |
Name |
Description |
| Character |
pChar |
|
| CharacterVariant |
pCharVar |
|
| System.Int32 |
peerPlayerNr |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsUnlocked(Character, Int32)
Declaration
public static bool IsUnlocked(Character pChar, int peerPlayerNr = -1)
Parameters
| Type |
Name |
Description |
| Character |
pChar |
|
| System.Int32 |
peerPlayerNr |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsUnlocked(GameMode)
Declaration
public static bool IsUnlocked(GameMode pGameMode)
Parameters
| Type |
Name |
Description |
| GameMode |
pGameMode |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsUnlocked(AudioTrack)
Declaration
public static bool IsUnlocked(AudioTrack track)
Parameters
| Type |
Name |
Description |
| LLHandlers.AudioTrack |
track |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsUnlocked(Stage)
Declaration
public static bool IsUnlocked(Stage pStage)
Parameters
| Type |
Name |
Description |
| LLHandlers.Stage |
pStage |
|
Returns
| Type |
Description |
| System.Boolean |
|
IsUnlocked(UnlockableMode)
Declaration
public static bool IsUnlocked(UnlockableMode pMode)
Parameters
| Type |
Name |
Description |
| UnlockableMode |
pMode |
|
Returns
| Type |
Description |
| System.Boolean |
|