mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
parent
af68b26a9b
commit
560fc53226
234 changed files with 6312 additions and 6259 deletions
|
|
@ -35,9 +35,9 @@ struct cppISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate_par
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
uint32 unIPClient;
|
||||
uint32_t unIPClient;
|
||||
const void *pvAuthBlob;
|
||||
uint32 cubAuthBlobSize;
|
||||
uint32_t cubAuthBlobSize;
|
||||
CSteamID *pSteamIDUser;
|
||||
};
|
||||
extern void cppISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate( struct cppISteamGameServer_SteamGameServer008_SendUserConnectAndAuthenticate_params *params );
|
||||
|
|
@ -62,7 +62,7 @@ struct cppISteamGameServer_SteamGameServer008_BUpdateUserData_params
|
|||
bool _ret;
|
||||
CSteamID steamIDUser;
|
||||
const char *pchPlayerName;
|
||||
uint32 uScore;
|
||||
uint32_t uScore;
|
||||
};
|
||||
extern void cppISteamGameServer_SteamGameServer008_BUpdateUserData( struct cppISteamGameServer_SteamGameServer008_BUpdateUserData_params *params );
|
||||
|
||||
|
|
@ -70,11 +70,11 @@ struct cppISteamGameServer_SteamGameServer008_BSetServerType_params
|
|||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
uint32 unServerFlags;
|
||||
uint32 unGameIP;
|
||||
uint16 unGamePort;
|
||||
uint16 unSpectatorPort;
|
||||
uint16 usQueryPort;
|
||||
uint32_t unServerFlags;
|
||||
uint32_t unGameIP;
|
||||
uint16_t unGamePort;
|
||||
uint16_t unSpectatorPort;
|
||||
uint16_t usQueryPort;
|
||||
const char *pchGameDir;
|
||||
const char *pchVersion;
|
||||
bool bLANMode;
|
||||
|
|
@ -84,9 +84,9 @@ extern void cppISteamGameServer_SteamGameServer008_BSetServerType( struct cppISt
|
|||
struct cppISteamGameServer_SteamGameServer008_UpdateServerStatus_params
|
||||
{
|
||||
void *linux_side;
|
||||
int cPlayers;
|
||||
int cPlayersMax;
|
||||
int cBotPlayers;
|
||||
int32_t cPlayers;
|
||||
int32_t cPlayersMax;
|
||||
int32_t cBotPlayers;
|
||||
const char *pchServerName;
|
||||
const char *pSpectatorServerName;
|
||||
const char *pchMapName;
|
||||
|
|
@ -96,7 +96,7 @@ extern void cppISteamGameServer_SteamGameServer008_UpdateServerStatus( struct cp
|
|||
struct cppISteamGameServer_SteamGameServer008_UpdateSpectatorPort_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint16 unSpectatorPort;
|
||||
uint16_t unSpectatorPort;
|
||||
};
|
||||
extern void cppISteamGameServer_SteamGameServer008_UpdateSpectatorPort( struct cppISteamGameServer_SteamGameServer008_UpdateSpectatorPort_params *params );
|
||||
|
||||
|
|
@ -134,7 +134,7 @@ extern void cppISteamGameServer_SteamGameServer008_RequestUserGroupStatus( struc
|
|||
struct cppISteamGameServer_SteamGameServer008_GetPublicIP_params
|
||||
{
|
||||
void *linux_side;
|
||||
uint32 _ret;
|
||||
uint32_t _ret;
|
||||
};
|
||||
extern void cppISteamGameServer_SteamGameServer008_GetPublicIP( struct cppISteamGameServer_SteamGameServer008_GetPublicIP_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue