uncategorized storage - wxyz-abcd/node-haxball GitHub Wiki

Storage

This is the structure that stores storage values.

  • crappy_router: boolean: If true, sets a timeout value to 10 seconds instead of 4 seconds while joining a room. Default value is false.
  • player_name: string: Name of the player. Default value is "abc".
  • avatar: string: Avatar of the player. Default value is null.
  • geo: GeoLocation: Geolocation of the player. (documentation). Default value is { lat: 40, lon: 40, flag: "tr" }.