• 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 GameState

A wrapper to the game's obfuscated GameState enum

Inheritance
System.Object
EnumWrapper<JOFJHDJHJGI>
GameState
Inherited Members
EnumWrapper<JOFJHDJHJGI>.id
EnumWrapper<JOFJHDJHJGI>.Equals(Object)
EnumWrapper<JOFJHDJHJGI>.GetHashCode()
EnumWrapper<JOFJHDJHJGI>.Equals(EnumWrapper<JOFJHDJHJGI>, EnumWrapper<JOFJHDJHJGI>)
EnumWrapper<JOFJHDJHJGI>.NotEquals(EnumWrapper<JOFJHDJHJGI>, EnumWrapper<JOFJHDJHJGI>)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: LLBML.States
Assembly: LLBModdingLib.dll
Syntax
public class GameState : EnumWrapper<JOFJHDJHJGI>

Fields

CHALLENGE_LADDER

Declaration
public static readonly GameState CHALLENGE_LADDER
Field Value
Type Description
GameState

CHALLENGE_LOST

Declaration
public static readonly GameState CHALLENGE_LOST
Field Value
Type Description
GameState

CREDITS

Declaration
public static readonly GameState CREDITS
Field Value
Type Description
GameState

GAME

Declaration
public static readonly GameState GAME
Field Value
Type Description
GameState

GAME_INTRO

Declaration
public static readonly GameState GAME_INTRO
Field Value
Type Description
GameState

GAME_PAUSE

Declaration
public static readonly GameState GAME_PAUSE
Field Value
Type Description
GameState

GAME_RESULT

Declaration
public static readonly GameState GAME_RESULT
Field Value
Type Description
GameState

INTRO

Declaration
public static readonly GameState INTRO
Field Value
Type Description
GameState

LOBBY_CHALLENGE

Declaration
public static readonly GameState LOBBY_CHALLENGE
Field Value
Type Description
GameState

LOBBY_LOCAL

Declaration
public static readonly GameState LOBBY_LOCAL
Field Value
Type Description
GameState

LOBBY_ONLINE

Declaration
public static readonly GameState LOBBY_ONLINE
Field Value
Type Description
GameState

LOBBY_STORY

Declaration
public static readonly GameState LOBBY_STORY
Field Value
Type Description
GameState

LOBBY_TRAINING

Declaration
public static readonly GameState LOBBY_TRAINING
Field Value
Type Description
GameState

LOBBY_TUTORIAL

Declaration
public static readonly GameState LOBBY_TUTORIAL
Field Value
Type Description
GameState

MENU

Declaration
public static readonly GameState MENU
Field Value
Type Description
GameState

NONE

Declaration
public static readonly GameState NONE
Field Value
Type Description
GameState

OPTIONS_AUDIO

Declaration
public static readonly GameState OPTIONS_AUDIO
Field Value
Type Description
GameState

OPTIONS_GAME

Declaration
public static readonly GameState OPTIONS_GAME
Field Value
Type Description
GameState

OPTIONS_INPUT

Declaration
public static readonly GameState OPTIONS_INPUT
Field Value
Type Description
GameState

OPTIONS_VIDEO

Declaration
public static readonly GameState OPTIONS_VIDEO
Field Value
Type Description
GameState

QUIT

Declaration
public static readonly GameState QUIT
Field Value
Type Description
GameState

STORY_COMIC

Declaration
public static readonly GameState STORY_COMIC
Field Value
Type Description
GameState

STORY_GRID

Declaration
public static readonly GameState STORY_GRID
Field Value
Type Description
GameState

UNKNOWN1

Declaration
public static readonly GameState UNKNOWN1
Field Value
Type Description
GameState

UNKNOWN2

Declaration
public static readonly GameState UNKNOWN2
Field Value
Type Description
GameState

UNLOCKS

Declaration
public static readonly GameState UNLOCKS
Field Value
Type Description
GameState

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
LLBML.Utils.EnumWrapper<JOFJHDJHJGI>.ToString()

Operators

Implicit(JOFJHDJHJGI to GameState)

Declaration
public static implicit operator GameState(JOFJHDJHJGI val)
Parameters
Type Name Description
JOFJHDJHJGI val
Returns
Type Description
GameState

Implicit(GameState to JOFJHDJHJGI)

Declaration
public static implicit operator JOFJHDJHJGI(GameState ew)
Parameters
Type Name Description
GameState ew
Returns
Type Description
JOFJHDJHJGI

Implicit(GameState to GameState.Enum)

Declaration
public static implicit operator GameState.Enum(GameState ew)
Parameters
Type Name Description
GameState ew
Returns
Type Description
GameState.Enum

Implicit(GameState.Enum to GameState)

Declaration
public static implicit operator GameState(GameState.Enum val)
Parameters
Type Name Description
GameState.Enum val
Returns
Type Description
GameState

Implicit(Int32 to GameState)

Declaration
public static implicit operator GameState(int id)
Parameters
Type Name Description
System.Int32 id
Returns
Type Description
GameState
In This Article
Back to top Generated by DocFX