Class User
Represents a user on the Platform
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public class User
Fields
| Improve this Doc View SourceaccessLevel
The user's defined access level as defined on Owners tab of the platform. Will be -1 if not an owner
Declaration
public int accessLevel
Field Value
Type | Description |
---|---|
int |
id
The user's ID
Declaration
public int id
Field Value
Type | Description |
---|---|
int |
name
The user's username
Declaration
public string name
Field Value
Type | Description |
---|---|
string |
Properties
| Improve this Doc View SourceIsGameOwner
Is the user listed as an owner of this game?
Declaration
public bool IsGameOwner { get; }
Property Value
Type | Description |
---|---|
bool |