#
playerlist
Manages players in your current game session.
#
Functions
playerlist.add_friend(steamid64: string)
- Adds a specified SteamID64 to the friend list.
playerlist.remove_friend(steamid64: string)
- Removes a specified SteamID64 from the friend list.
playerlist.is_friend(steamid64: string): boolean
- Checks if the specified SteamID64 is in the friend list and returns 'true' if the player is a friend, otherwise 'false'.
playerlist.add_priority(steamid64: string)
- Adds a specified SteamID64 to the priority list.
playerlist.remove_priority(steamid64: string)
- Removes a specified SteamID64 from the priority list.
playerlist.is_priority(steamid64: string): boolean
- Checks if the specified SteamID64 is in the priority list and returns 'true' if the player is a friend, otherwise 'false'.