Hierarchy

  • VlandApp

Constructors

  • Parameters

    • wsconfig: {
          apiId: string;
          apiKey: string;
          environment: string;
          eventId: string;
          spaceId: string;
      }
      • apiId: string
      • apiKey: string
      • environment: string
      • eventId: string
      • spaceId: string

    Returns VlandApp

Properties

control: Control
engine?: Engine
game: Game
player: Player
robot: Robot
scene: Scene
wsconfig: {
    apiId: string;
    apiKey: string;
    environment: string;
    eventId: string;
    spaceId: string;
}

Type declaration

  • apiId: string
  • apiKey: string
  • environment: string
  • eventId: string
  • spaceId: string

Methods

  • Returns Promise<unknown>

  • Returns {
        message: string;
        status: number;
    }

    • message: string
    • status: number

Generated using TypeDoc