Hello, your work is very helpful for me, but I still have some questions.
For example in gameevents there is 'event type = 21'
What does the number '21' mean?
Is there any file show the numbers' meaning?
Thanks!
Content of GameEvents is defined by a GameEventDescriptor.
See GameEvent.toString to see how the event and it's descriptor can be used to get a human readable representation of it.
Hello, your work is very helpful for me, but I still have some questions. For example in gameevents there is 'event type = 21' What does the number '21' mean? Is there any file show the numbers' meaning? Thanks!