Class BallApi
Inheritance
System.Object
BallApi
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 BallApi
Methods
BallsActivelyInMatch()
Whether or not there's at least one ball in match.
Declaration
public static bool BallsActivelyInMatch()
Returns
| Type | Description |
|---|---|
| System.Boolean |
|
GetBall(Int32)
Declaration
public static BallEntity GetBall(int ballIndex = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ballIndex |
Returns
| Type | Description |
|---|---|
| GameplayEntities.BallEntity |
NoBallsActivelyInMatch()
Whether or not there's no ball in match.
Declaration
public static bool NoBallsActivelyInMatch()
Returns
| Type | Description |
|---|---|
| System.Boolean |
|