Skip to content

Format

typescript
NetDBSetter.SetValue(user_id, key, value)

class: NetDBSetter

Description

Storing data.

Parameters

param_nametypedescription
user_idnumberuser id
keystringThe key used to store the data.
valuestringThe value associated with the key.

Return

typedescription
boolean

Code Example