Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.28 KB

components.md

File metadata and controls

28 lines (21 loc) · 1.28 KB

Component Overview

This document provides an overview of all available components and their configuration options.
A component consists of a sign with a specific text on it and a specific location.
The text on the sign is used to identify the component and to configure it.

You need to have the WorldCup addon installed to use these components.
You can install the addon from the addons store during the event. Contact us if you want to get early access to the addon.

Component Structure

  • Namespace: The namespace of the component, basically who registered the component. In this case it is the namespace worldcup.
  • Identifier: The identifier of the component, this is unique for each component and determines the type of the component we want to place at a specific location.
  • Dimension: Depending on the component type, the dimension can be used to set the size of a canvas that should be rendered above the sign.
  • Arguments: Depending on the component type, different arguments can be passed to the component to configure it.

sign

Component Types