Interface World

Hierarchy

  • World

Properties

bots: Bot[]

An array containing all the bots in the game.

bricks: Brick[]

An array containg all the bricks in the game.

environment: Environment

An object containing various environment properties.

spawns: Brick[]

An array containing bricks, when a player respawns it will choose a random position from a brick in this array.

teams: Team[]

An array containing all the teams in the game.

tools: Tool[]

An array of all the tools in the game.