actions
Actions performed in the round.
actions
An array of <action_obj> objects outlining the actions performed within the round in the order that they were performed.
Type: array of <action_obj> objects
Example:
"actions": [
<action_obj>,
<action_obj>,
...
]
Last updated
Was this helpful?