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)
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
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
Implicit(GameSettings to JOMBNFKIHIC)
Declaration
public static implicit operator JOMBNFKIHIC(GameSettings gs)
Parameters
Returns
| Type |
Description |
| JOMBNFKIHIC |
|