@Structure.FieldOrder(value={"ApiVersion","UserIds","UserIdsCount","StatInfo","StatInfoCount","StartTime","EndTime","LocalUserId"})
public class EOS_Leaderboards_QueryLeaderboardUserScoresOptions
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_Leaderboards_QueryLeaderboardUserScoresOptions.ByReference |
static class |
EOS_Leaderboards_QueryLeaderboardUserScoresOptions.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
ApiVersion
API Version: Set this to
EOS_LEADERBOARDS_QUERYLEADERBOARDUSERSCORES_API_LATEST. |
long |
EndTime
An optional POSIX timestamp, or
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED; results will only include scores made before this time |
static int |
EOS_LEADERBOARDS_QUERYLEADERBOARDUSERSCORES_API_LATEST
The most recent version of the EOS_Leaderboards_QueryLeaderboardUserScores struct.
|
EOS_ProductUserId |
LocalUserId
Product User ID for user who is querying user scores.
|
long |
StartTime
An optional POSIX timestamp, or
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED; results will only include scores made after this time |
EOS_Leaderboards_UserScoresQueryStatInfo.ByReference |
StatInfo
The stats to be collected, along with the sorting method to use when determining rank order for each stat
|
int |
StatInfoCount
The number of stats to query
|
EOS_ProductUserId |
UserIds
An array of Product User IDs indicating the users whose scores you want to retrieve
|
int |
UserIdsCount
The number of users included in query
|
| Constructor and Description |
|---|
EOS_Leaderboards_QueryLeaderboardUserScoresOptions() |
EOS_Leaderboards_QueryLeaderboardUserScoresOptions(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic static final int EOS_LEADERBOARDS_QUERYLEADERBOARDUSERSCORES_API_LATEST
public int ApiVersion
EOS_LEADERBOARDS_QUERYLEADERBOARDUSERSCORES_API_LATEST.public EOS_ProductUserId UserIds
public int UserIdsCount
public EOS_Leaderboards_UserScoresQueryStatInfo.ByReference StatInfo
public int StatInfoCount
public long StartTime
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED; results will only include scores made after this timepublic long EndTime
EOS_Leaderboards_QueryLeaderboardDefinitionsOptions.EOS_LEADERBOARDS_TIME_UNDEFINED; results will only include scores made before this timepublic EOS_ProductUserId LocalUserId