Fields
-
string
uuid
unique identifier/object reference
-
string
short_name
short name (e.g. userid)
-
string
fullname
full name
Implicit messages
-
Record[user]
get_record
(session session_id, user self)
Get a record containing the current state of the given user.
-
user
get_by_uuid
(session session_id, string uuid)
Get a reference to the user instance with the specified UUID.
-
user
create
(session session_id, string short_name, string fullname)
Create a new user instance, and return its handle.
-
void
destroy
(session session_id, user self)
Destroy the specified user instance.
Explicit messages