mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 13:14:29 +01:00
parent
5aefaf36d8
commit
b83f5fe79e
191 changed files with 1642 additions and 1642 deletions
|
|
@ -182,8 +182,8 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeader
|
|||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
const char *pchLeaderboardName;
|
||||
ELeaderboardSortMethod eLeaderboardSortMethod;
|
||||
ELeaderboardDisplayType eLeaderboardDisplayType;
|
||||
uint32_t eLeaderboardSortMethod;
|
||||
uint32_t eLeaderboardDisplayType;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeaderboard( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_FindOrCreateLeaderboard_params *params );
|
||||
|
||||
|
|
@ -214,7 +214,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboar
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod_params
|
||||
{
|
||||
void *linux_side;
|
||||
ELeaderboardSortMethod _ret;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardSortMethod_params *params );
|
||||
|
|
@ -222,7 +222,7 @@ extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboar
|
|||
struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType_params
|
||||
{
|
||||
void *linux_side;
|
||||
ELeaderboardDisplayType _ret;
|
||||
uint32_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
};
|
||||
extern void cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType( struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_GetLeaderboardDisplayType_params *params );
|
||||
|
|
@ -232,7 +232,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_DownloadLeaderboar
|
|||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
ELeaderboardDataRequest eLeaderboardDataRequest;
|
||||
uint32_t eLeaderboardDataRequest;
|
||||
int nRangeStart;
|
||||
int nRangeEnd;
|
||||
};
|
||||
|
|
@ -255,7 +255,7 @@ struct cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008_UploadLeaderboardS
|
|||
void *linux_side;
|
||||
SteamAPICall_t _ret;
|
||||
SteamLeaderboard_t hSteamLeaderboard;
|
||||
ELeaderboardUploadScoreMethod eLeaderboardUploadScoreMethod;
|
||||
uint32_t eLeaderboardUploadScoreMethod;
|
||||
int32 nScore;
|
||||
const int32 *pScoreDetails;
|
||||
int cScoreDetailsCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue