AddUserIfNotExist
What it does
Returns the ID of the current user. If there is no database record for the user, a record is created.
Definition
int AddUserIfNotExist();
Parameters
None.
Returned value
Type | Description |
int | User ID |
12.04.2024 18:16:02