logic_playerinfo is a point entity available with any version of Mapbase.

An entity that gets basic info about a player, or finds a player by their basic info.



Inputs

- GetPlayerInfo <target_destination>
Gets player info from the specified entity. If no entity is passed, this will get the local player.
- GetPlayerByID <string>
Gets a player by their steam ID. Supports wildcards.
- GetPlayerByName <string>
Gets a player by their Steam name. Supports wildcards.

Outputs

- OutUserID <string>
Outputs a player's user ID.
- OutPlayerName <string>
Outputs a player's Steam name.
- OutPlayerEntity <ehandle>
Outputs a player's entity.