πŸ“œplist

Functions:

set

plist.set(entindex: number, field: string, value: any)

NameTypeDescription

entindex

number

Player index

field

string

Name of the field

value

any

Value of the field

Functions for interacting with the player list

get_bool

plist.get_bool(entindex: number, field: string): boolean

NameTypeDescription

entindex

number

Player index

field

string

Name of the field

Functions to get the boolean value

get_float

plist.get_float(entindex: number, field: string): number

NameTypeDescription

entindex

number

Player index

field

string

Name of the field

Functions to get the float value

Last updated