MinoMino / minqlx

Extends Quake Live's dedicated server with extra functionality and scripting.
GNU General Public License v3.0
112 stars 42 forks source link

Getting scores from Python #21

Closed MinoMino closed 9 years ago

MinoMino commented 9 years ago

At the moment, you can only get that stuff with the stats event, but there's no way to get them on demand.

Scores should be pretty easy. Hopefully other stuff like damage, accuracy and whatnot is fairly easy too.

MinoMino commented 9 years ago

Implemented using struct sequences and can be accessed through the stats property of the Player class. It doesn't have a whole lot of stuff there yet, but I can add stuff over time without breaking anything.