question

brandon@uprootstudios.com avatar image
brandon@uprootstudios.com asked

Is it possible to query an event that contains a space in the name?

We're experimenting with the new Explorer feature, and are wondering how we can query an event that has a space in the name. For example, the Platform data in "player_logged_in" is represented as EventData.Platform

However, in our custom data, we have a field with a space in the name: "Tiles Chosen"

We can't use something like "EventData.Tiles Chosen", so is there an alternative?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brandon@uprootstudios.com avatar image
brandon@uprootstudios.com answered

Nevermind, it looks like since EventData is just a JSON object, we can get any JSON string by using

EventData["Tiles Chosen"]
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.