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

Inheritance
System.Object
GameSettings
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: LLBML.Settings
Assembly: LLBModdingLib.dll
Syntax
public class GameSettings

Constructors

GameSettings(JOMBNFKIHIC)

Declaration
public GameSettings(JOMBNFKIHIC gs)
Parameters
Type Name Description
JOMBNFKIHIC gs

Properties

BallTagging

Declaration
public bool BallTagging { get; set; }
Property Value
Type Description
System.Boolean

ballType

Declaration
public BallType ballType { get; set; }
Property Value
Type Description
BallType

current

Declaration
public static GameSettings current { get; set; }
Property Value
Type Description
GameSettings

energy

Declaration
public int energy { get; set; }
Property Value
Type Description
System.Int32

havePowerups

Declaration
public PowerupSelection havePowerups { get; set; }
Property Value
Type Description
PowerupSelection

IsOnline

Declaration
public static bool IsOnline { get; }
Property Value
Type Description
System.Boolean

mBallTagging

Declaration
public bool mBallTagging { get; set; }
Property Value
Type Description
System.Boolean

MinSpeed

Declaration
public int MinSpeed { get; set; }
Property Value
Type Description
System.Int32

mMinSpeed

Declaration
public int mMinSpeed { get; set; }
Property Value
Type Description
System.Int32

mUsePoints

Declaration
public bool mUsePoints { get; set; }
Property Value
Type Description
System.Boolean

OnlineMode

Declaration
public static OnlineMode OnlineMode { get; set; }
Property Value
Type Description
OnlineMode

pointInfinite

Declaration
public bool pointInfinite { get; set; }
Property Value
Type Description
System.Boolean

points

Declaration
public int points { get; set; }
Property Value
Type Description
System.Int32

PowerupSelection

Declaration
public PowerupSelection PowerupSelection { get; set; }
Property Value
Type Description
PowerupSelection

SinglePowerup

Declaration
public bool SinglePowerup { get; }
Property Value
Type Description
System.Boolean

stage

Declaration
public Stage stage { get; set; }
Property Value
Type Description
LLHandlers.Stage

stageRandom

Declaration
public StageRandom stageRandom { get; set; }
Property Value
Type Description
StageRandom

stocks

Declaration
public int stocks { get; set; }
Property Value
Type Description
System.Int32

time

Declaration
public int time { get; set; }
Property Value
Type Description
System.Int32

timeInfinite

Declaration
public bool timeInfinite { get; set; }
Property Value
Type Description
System.Boolean

useHP

Declaration
public HpFactor useHP { get; set; }
Property Value
Type Description
HpFactor

UsePoints

Declaration
public bool UsePoints { get; set; }
Property Value
Type Description
System.Boolean

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

Implicit(JOMBNFKIHIC to GameSettings)

Declaration
public static implicit operator GameSettings(JOMBNFKIHIC gs)
Parameters
Type Name Description
JOMBNFKIHIC gs
Returns
Type Description
GameSettings

Implicit(GameSettings to JOMBNFKIHIC)

Declaration
public static implicit operator JOMBNFKIHIC(GameSettings gs)
Parameters
Type Name Description
GameSettings gs
Returns
Type Description
JOMBNFKIHIC
In This Article
Back to top Generated by DocFX