Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GameObjects

An object mapping of every game object's ID to the actual game object.

Primarily used by the server and client to easily refer to the game objects via id.

Hierarchy

  • GameObjects

Indexable

[id: string]: BaseGameObject | undefined

An object mapping of every game object's ID to the actual game object.

Primarily used by the server and client to easily refer to the game objects via id.

Generated using TypeDoc