Verse Library verse

01 Balancing Teams At Start Of Game

Defines a custom creative device class to store and manage team data structures.

extracted-snippets/documentation/en-us/fortnite/team-multiplayer-balancing-in-verse/01-balancing-teams-at-start-of-game.verse

# Source URL: https://dev.epicgames.com/documentation/en-us/fortnite/team-multiplayer-balancing-in-verse
# Local doc:  epic-docs/documentation/en-us/fortnite/team-multiplayer-balancing-in-verse.md
# Section:    Balancing Teams at Start of Game
team_multiplayer_balance := class(creative_device):
# Holds the teams found with GetTeams()
var Teams : []team = array{}

Comments

    Sign in to vote, comment, or suggest an edit. Sign in