mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 08:14:34 +01:00
parent
af68b26a9b
commit
560fc53226
234 changed files with 6312 additions and 6259 deletions
|
|
@ -3,7 +3,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetSer
|
|||
void *linux_side;
|
||||
AppId_t iApp;
|
||||
MatchMakingKeyValuePair_t **ppchFilters;
|
||||
uint32 nFilters;
|
||||
uint32_t nFilters;
|
||||
void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestInternetServerList_params *params );
|
||||
|
|
@ -21,7 +21,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServ
|
|||
void *linux_side;
|
||||
AppId_t iApp;
|
||||
MatchMakingKeyValuePair_t **ppchFilters;
|
||||
uint32 nFilters;
|
||||
uint32_t nFilters;
|
||||
void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFriendsServerList_params *params );
|
||||
|
|
@ -31,7 +31,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesSe
|
|||
void *linux_side;
|
||||
AppId_t iApp;
|
||||
MatchMakingKeyValuePair_t **ppchFilters;
|
||||
uint32 nFilters;
|
||||
uint32_t nFilters;
|
||||
void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestFavoritesServerList_params *params );
|
||||
|
|
@ -41,7 +41,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServ
|
|||
void *linux_side;
|
||||
AppId_t iApp;
|
||||
MatchMakingKeyValuePair_t **ppchFilters;
|
||||
uint32 nFilters;
|
||||
uint32_t nFilters;
|
||||
void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestHistoryServerList_params *params );
|
||||
|
|
@ -51,7 +51,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorSe
|
|||
void *linux_side;
|
||||
AppId_t iApp;
|
||||
MatchMakingKeyValuePair_t **ppchFilters;
|
||||
uint32 nFilters;
|
||||
uint32_t nFilters;
|
||||
void /*ISteamMatchmakingServerListResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RequestSpectatorServerList_params *params );
|
||||
|
|
@ -61,7 +61,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails_p
|
|||
void *linux_side;
|
||||
gameserveritem_t *_ret;
|
||||
uint32_t eType;
|
||||
int iServer;
|
||||
int32_t iServer;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerDetails_params *params );
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_IsRefreshing(
|
|||
struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount_params
|
||||
{
|
||||
void *linux_side;
|
||||
int _ret;
|
||||
int32_t _ret;
|
||||
uint32_t eType;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_GetServerCount_params *params );
|
||||
|
|
@ -99,7 +99,7 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer_para
|
|||
{
|
||||
void *linux_side;
|
||||
uint32_t eType;
|
||||
int iServer;
|
||||
int32_t iServer;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_RefreshServer_params *params );
|
||||
|
||||
|
|
@ -107,8 +107,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer_params
|
|||
{
|
||||
void *linux_side;
|
||||
HServerQuery _ret;
|
||||
uint32 unIP;
|
||||
uint16 usPort;
|
||||
uint32_t unIP;
|
||||
uint16_t usPort;
|
||||
void /*ISteamMatchmakingPingResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PingServer_params *params );
|
||||
|
|
@ -117,8 +117,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails_para
|
|||
{
|
||||
void *linux_side;
|
||||
HServerQuery _ret;
|
||||
uint32 unIP;
|
||||
uint16 usPort;
|
||||
uint32_t unIP;
|
||||
uint16_t usPort;
|
||||
void /*ISteamMatchmakingPlayersResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_PlayerDetails_params *params );
|
||||
|
|
@ -127,8 +127,8 @@ struct cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules_params
|
|||
{
|
||||
void *linux_side;
|
||||
HServerQuery _ret;
|
||||
uint32 unIP;
|
||||
uint16 usPort;
|
||||
uint32_t unIP;
|
||||
uint16_t usPort;
|
||||
void /*ISteamMatchmakingRulesResponse*/ *pRequestServersResponse;
|
||||
};
|
||||
extern void cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules( struct cppISteamMatchmakingServers_SteamMatchMakingServers001_ServerRules_params *params );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue