arenanet / api-cdi

Collaborative Development Initiative for Public APIs
258 stars 41 forks source link

Add documentation for 'uisz' Mumble field #563

Open sliekens opened 7 years ago

sliekens commented 7 years ago

The mumble.md doc does not mention the uisz identity field.

{  
   "name":"Isaac Newerton",
   "profession":3,
   "race":2,
   "map_id":1175,
   "world_id":268435460,
   "team_color_id":0,
   "commander":false,
   "map":1175,
   "fov":1.222,
   "uisz":3
}

From @Eearslya:

uisz is the current "Interface Size" (from the video options menu). It was added so that overlay programs like GW2TacO can properly scale to the client's UI components.

I would submit a PR but I don't know what the possible values are, or what they even mean.

sliekens commented 7 years ago

PS I'm working on a utility that makes it easy to initialize the MumbleLink and dump its contents. https://github.com/StevenLiekens/MumbleLink