Comment on page

plist

Functions for interacting with the player list

Functions:

plist.get

plist.get(entindex: number, field: string)
Argument
Type
Description
entindex
number (entindex)
Player index
field
string (menu item)
Name of the field
Functions for interacting with the player list

plist.set

plist.set(entindex: number, field: string, value: any)
Argument
Type
Description
entindex
number (entindex)
Player index
field
string (menu item)
Name of the field
value
any
Value of the field
Functions for interacting with the player list
Last modified 2yr ago