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

A wrapper to the game's obfuscated Team enum

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

Fields

BLUE

Declaration
public static readonly Team BLUE
Field Value
Type Description
Team

GREEN

Declaration
public static readonly Team GREEN
Field Value
Type Description
Team

NONE

Declaration
public static readonly Team NONE
Field Value
Type Description
Team

RED

Declaration
public static readonly Team RED
Field Value
Type Description
Team

YELLOW

Declaration
public static readonly Team YELLOW
Field Value
Type Description
Team

Methods

ToString()

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

Operators

Implicit(BGHNEHPFHGC to Team)

Declaration
public static implicit operator Team(BGHNEHPFHGC val)
Parameters
Type Name Description
BGHNEHPFHGC val
Returns
Type Description
Team

Implicit(Team to BGHNEHPFHGC)

Declaration
public static implicit operator BGHNEHPFHGC(Team ew)
Parameters
Type Name Description
Team ew
Returns
Type Description
BGHNEHPFHGC

Implicit(Team to Team.Enum)

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

Implicit(Team.Enum to Team)

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

Implicit(Int32 to Team)

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