Users API methods
More...
|
static void | Get (string name, Action< User > callback) |
| Get the User by name. More...
|
|
static void | Get (int id, Action< User > callback) |
| Get the User by ID. More...
|
|
static void | Get (User user, Action< User > callback) |
| Get the User information. More...
|
|
static void | Get (int[] ids, Action< User[]> callback) |
| Get the Users by ID. More...
|
|
◆ Get() [1/4]
static void GameJolt.API.Users.Get |
( |
string |
name, |
|
|
Action< User > |
callback |
|
) |
| |
|
inlinestatic |
Get the User by name.
- Parameters
-
name | The User Name . |
callback | A callback function accepting a single parameter, a User. |
◆ Get() [2/4]
static void GameJolt.API.Users.Get |
( |
int |
id, |
|
|
Action< User > |
callback |
|
) |
| |
|
inlinestatic |
Get the User by ID.
- Parameters
-
id | The User ID . |
callback | A callback function accepting a single parameter, a User. |
◆ Get() [3/4]
static void GameJolt.API.Users.Get |
( |
User |
user, |
|
|
Action< User > |
callback |
|
) |
| |
|
inlinestatic |
Get the User information.
- Parameters
-
user | A User with either Name or ID set. |
callback | A callback function accepting a single parameter, a User. |
◆ Get() [4/4]
static void GameJolt.API.Users.Get |
( |
int [] |
ids, |
|
|
Action< User[]> |
callback |
|
) |
| |
|
inlinestatic |
Get the Users by ID.
- Parameters
-
ids | An array of Users IDs |
callback | A callback function accepting a single parameter, an array of Users. |
The documentation for this class was generated from the following file:
- D:/Dev/Unity/AssetStore/GameJoltAPI/Assets/Plugins/GameJolt/Scripts/API/Users.cs