Page cover image

๐ŸŸฉGame Server Player Details Wrapper

Like what you're seeing?

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!

Introduction

The entirety of Valve's documentation on this object is as follows

const char *pchName, int nScore, float flTimePlayed Called when we retrieved data on a new player on the server -- you'll get this callback once per player on the server which you have requested player data on.

Below are our assumptions and observations of the values

Name

The name of the player?

Score

Not used?

Time Played

Time in minutes?

Nodes

Last updated