Skip to content

TeamComposition

github-actions[bot] edited this page Oct 27, 2025 · 31 revisions

Represents a team composition.

Methods

Gets the teams.
getTeams(): Team[]
Returns
Team[]

Sets the teams.
setTeams(teams): void
Parameters
Name Type Description
teams
Team[]
The teams.

Checks if the team composition is empty.
isEmpty(): boolean
Returns
boolean

Populates the team composition from a JSON object.
fromJSON(mapRotation): void
Parameters
Name Type Description
mapRotation
any
The JSON object.

Converts the team composition to a JSON object.
toJSON(): any
Returns
any

General

The actual abstraction layer for retrieving or sending data from the portal server.

⠀⠀ Installation

⠀⠀ Usage

⠀⠀ Examples

Backends

The actual abstraction layer for retrieving or sending data from the portal server.

⠀⠀ Blueprints

⠀⠀ Experience

⠀⠀ Mods⠀⠀⠀⠀

⠀⠀ PlayElements

Models

Model data for simplified use of the data.

⠀⠀ Blueprint

⠀⠀ Creator

⠀⠀ Design

⠀⠀ Map

⠀⠀ MapRotation

⠀⠀ Option

⠀⠀ PlayElement

⠀⠀ Settings

⠀⠀ Tag

⠀⠀ Team

⠀⠀ TeamComposition

Enum

Static data and informations.

⠀⠀ CreatorType

⠀⠀ OptionType

⠀⠀ Status


Clone this wiki locally