# Game Server Player Details Wrapper

{% hint style="success" %}

#### Like what you're seeing?

Support us as a [GitHub Sponsor](https://kb.heathen.group/old-kb/where-to-buy/become-a-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](https://kb.heathen.group/old-kb/where-to-buy/become-a-sponsor) ... become a sponsor today!
{% endhint %}

## 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

<figure><img src="https://4053370152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZWu8yFOWhCYCMkJFmR%2Fuploads%2FsaeqNtI4iMP9M12ETPw6%2Fimage.png?alt=media&#x26;token=2d83fa1a-d84a-4798-846b-cb6aa7579a16" alt=""><figcaption></figcaption></figure>
