• Articles
  • Api Documentation
Show / Hide Table of Contents
  • DDSLoader
    • DDSImage
    • DDSImage.DDSHeader
    • DDSImage.DDSPixelFormat
    • DDSImage.HeaderFlags
    • DDSImage.PixelFormatFlags
    • DDSUnityExtensions
    • FourCC
  • LLBML
    • BallApi
    • CharacterApi
    • GraphicUtils
    • InputApi
    • LLBMLPlugin
    • LoadingInfo
    • LoadingScreen
    • PluginInfos
    • ProgressApi
    • ScreenApi
    • StateApi
  • LLBML.Audio
    • AudioAsset
    • AudioCache
    • AudioInfo
    • AudioUtils
  • LLBML.External
    • IntHelpers
    • Murmur3
  • LLBML.GameEvents
    • GameEvents
    • GameStateEvents
    • LobbyEventArgs
    • LobbyEvents
    • LobbyReadyArgs
    • MenuEvents
    • OnLobbyEnteredHandler
    • OnLobbyReadyHandler
    • OnMainMenuEnteredArgs
    • OnMainMenuEnteredHandler
    • OnMainMenuFirstEnteredHandler
    • OnPlayerJoinArgs
    • OnPlayerJoinHandler
    • OnStateChangeArgs
    • OnStateChangeHandler
    • OnUnlinkFromPlayerArgs
    • OnUnlinkFromPlayerHandler
    • OnUserCharacterPickArgs
    • OnUserCharacterPickHandler
    • OnUserSkinClickArgs
    • OnUserSkinClickHandler
  • LLBML.Graphic
    • Draw
    • Draw.Alignment
  • LLBML.Math
    • BinaryUtils
    • Boundsf
    • Floatf
    • Vector2f
    • Vector2i
  • LLBML.Messages
    • CustomMessage
    • MessageActions
    • MessageApi
    • MessageApi.OnReceiveMessageHandler
    • MessageEventArgs
  • LLBML.Networking
    • Channel
    • EnvelopeApi
    • EnvelopeApi.OnReceiveEnvelopeHandler
    • EnvelopeEventArgs
    • EP2PSend
    • EP2PSend.Enum
    • EP2PSend.Enum_Mapping
    • NetworkApi
    • Transaction
    • TransactionCode
    • TransactionState
  • LLBML.Players
    • Player
    • PlayerStatus
    • PlayerStatus.Enum
    • PlayerStatus.Enum_Mappings
    • Team
    • Team.Enum
    • Team.Enum_Mappings
  • LLBML.Settings
    • GameSettings
  • LLBML.States
    • GameState
    • GameState.Enum
    • GameState.Enum_Mapping
    • GameStates
    • GameStatesGameUtils
    • GameStatesLobbyUtils
    • PlayerLobbyState
  • LLBML.Texture
    • TextureUtils
  • LLBML.UI
    • Dialogs
  • LLBML.Utils
    • ArrayExtension
    • BepInRef
    • ControlledRandom
    • DebugUtils
    • EnumWrapper<T>
    • GenericCache<K, T>
    • GenericUtils
    • Hash<T>
    • IByteable
    • ModDependenciesUtils
    • ModdingFolder
    • PatchUtils
    • StringUtils

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
In This Article
Back to top Generated by DocFX