HasPlayerData
Checks if a given key has an associated value for a given player.
Syntax
HasPlayerData @player "key"
Returns
bool value
Arguments
| Name | Required | Type | Description |
|---|---|---|---|
player | Yes | Player value e.g. @player, with EXACTLY 1 player. | |
key | Yes | Any text e.g. "Hello, World!" |
Validated examples using this method
On a running server
Use serhelp HasPlayerData to inspect the reference generated by your installed SER version.