Skip to content

Creator

github-actions[bot] edited this page Oct 27, 2025 · 2 revisions
Gets the type of the creator.
getType(): CreatorType
Returns
CreatorType

Sets the type of the creator.
setType(type): void
Parameters
Name Type Description
type
CreatorType
The type of the creator.

Gets the data of the creator.
getData(): any
Returns
any

Sets the data of the creator.
setData(data): void
Parameters
Name Type Description
data
any
The data of the creator.

Checks if the creator is a player.
isPlayer(): boolean
Returns
boolean

Checks if the creator is an internal creator.
isInternal(): boolean
Returns
boolean

Checks if the creator is an external creator.
isExternal(): boolean
Returns
boolean

Checks if the creator is a trusted creator.
isTrusted(): boolean
Returns
boolean

Populates the creator from a JSON object.
fromJSON(json): Creator
Parameters
Name Type Description
json
any
The JSON object.
Returns
Creator

Converts the creator 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