Information in the serialized_string

I collect the data of each frame from the action phase and get the dictionary by json.loads(serialized_string).

Can someone elaborate more on what the dict[‘events’] is? It seems that the feedbacks here are extremely useful…

This has been discussed in previous posts so I won’t go into much detail, but they store things like when a unit breaches (scores), dies, is created, etc. So yes, very useful information :).

Here is the original post that talked about it.

Since that post, there has been a documentation post to display the information more concisely here.

1 Like

that’s awesome! I am quite new here, thanks for letting me know!

1 Like