Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cppISteamGameServer_SteamGameServer003.h « lsteamclient - github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6922542c013f84688587c4d9931d673cbb57e869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
extern void cppISteamGameServer_SteamGameServer003_LogOn(void *);
extern void cppISteamGameServer_SteamGameServer003_LogOff(void *);
extern bool cppISteamGameServer_SteamGameServer003_BLoggedOn(void *);
extern bool cppISteamGameServer_SteamGameServer003_BSecure(void *);
extern CSteamID cppISteamGameServer_SteamGameServer003_GetSteamID(void *);
extern bool cppISteamGameServer_SteamGameServer003_GSGetSteam2GetEncryptionKeyToSendToNewClient(void *, void *, uint32 *, uint32);
extern bool cppISteamGameServer_SteamGameServer003_GSSendUserConnect(void *, uint32, uint32, uint16, const void *, uint32);
extern bool cppISteamGameServer_SteamGameServer003_GSRemoveUserConnect(void *, uint32);
extern bool cppISteamGameServer_SteamGameServer003_GSSendUserDisconnect(void *, CSteamID, uint32);
extern void cppISteamGameServer_SteamGameServer003_GSSetSpawnCount(void *, uint32);
extern bool cppISteamGameServer_SteamGameServer003_GSSetServerType(void *, int32, uint32, uint32, uint16, uint16, uint16, const char *, const char *, bool);
extern bool cppISteamGameServer_SteamGameServer003_GSUpdateStatus(void *, int, int, int, const char *, const char *, const char *);
extern bool cppISteamGameServer_SteamGameServer003_GSCreateUnauthenticatedUser(void *, CSteamID *);
extern bool cppISteamGameServer_SteamGameServer003_GSSetUserData(void *, CSteamID, const char *, uint32);
extern void cppISteamGameServer_SteamGameServer003_GSUpdateSpectatorPort(void *, uint16);
extern void cppISteamGameServer_SteamGameServer003_GSSetGameType(void *, const char *);
extern bool cppISteamGameServer_SteamGameServer003_GSGetUserAchievementStatus(void *, CSteamID, const char *);