plist.set(entindex: number, field: string, value: any)
entindex
number
Player index
field
string
Name of the field
value
any
Value of the field
Functions for interacting with the player list
plist.get_bool(entindex: number, field: string): boolean
plist.get_bool(entindex: number, field: string):
boolean
Functions to get the boolean value
plist.get_float(entindex: number, field: string): number
plist.get_float(entindex: number, field: string):
Functions to get the float value
Last updated 3 years ago