> For the complete documentation index, see [llms.txt](https://docs.quantum-studios.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantum-studios.net/qtm-lib/server-functions/framework/getchar.md).

# GetChar

```etlua
Framework.GetChar(source)
```

### Arguments

| Argument | Data Type | Optional | Explanation |
| -------- | --------- | -------- | ----------- |
| source   | string    | no       | Player id   |

### Return Table Content

| Child       | Data Type | Explanation                  |
| ----------- | --------- | ---------------------------- |
| firstname   | string    | Players firstname            |
| lastname    | string    | Players                      |
| fullname    | string    | Players firstname + lastname |
| gender      | string    | Players gender               |
| dateofbirth | string    | Players Birthday             |
