Ejemplo n.º 1
0
int32_t RedactedUserStats::GetNextMostAchievedAchievementInfo(int iIteratorPrevious, char *pchName, uint32 unNameBufLen, float *pflPercent, bool *pbAchieved)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetNextMostAchievedAchievementInfo, iIteratorPrevious, pchName, unNameBufLen, pflPercent, pbAchieved);
}
Ejemplo n.º 2
0
void RedactedFriends::ActivateGameOverlayToStore(AppId_t nAppID, EOverlayToStoreFlag eFlag)
{
	PrintCurrentFunction();
}
Ejemplo n.º 3
0
void RedactedFriends::ActivateGameOverlayInviteDialog(CSteamID steamIDLobby)
{
	PrintCurrentFunction();
}
Ejemplo n.º 4
0
void RedactedFriends::SetInGameVoiceSpeaking(CSteamID steamIDUser, bool bSpeaking)
{
	PrintCurrentFunction();
}
Ejemplo n.º 5
0
void RedactedFriends::ActivateGameOverlayToUser(const char *pchDialog, CSteamID steamID)
{
	PrintCurrentFunction();
}
Ejemplo n.º 6
0
int32_t RedactedFriends::GetFriendCountFromSource(CSteamID steamIDSource)
{
	PrintCurrentFunction();
	return 0;
}
Ejemplo n.º 7
0
bool RedactedFriends::IsUserInSource(CSteamID steamIDUser, CSteamID steamIDSource)
{
	PrintCurrentFunction();
	return false;
}
Ejemplo n.º 8
0
const char* RedactedUserStats::GetAchievementName(uint32_t iAchievement)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetAchievementName, iAchievement);
}
Ejemplo n.º 9
0
bool RedactedUserStats::SetStat(const char *pchName, float fData)
{
	PrintCurrentFunction();
	return false;
}
Ejemplo n.º 10
0
int32_t RedactedUserStats::GetGlobalStatHistory(const char *pchStatName, double *pData, uint32_t cubData)
{
	PrintCurrentFunction();
	return 0;
}
Ejemplo n.º 11
0
uint32_t RedactedUserStats::GetNumAchievements(CGameID nGameID)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetNumAchievements, nGameID);
}
Ejemplo n.º 12
0
bool RedactedUserStats::GetGlobalStat(const char *pchStatName, double *pData)
{
	PrintCurrentFunction();
	return false;
}
Ejemplo n.º 13
0
// Requests global stats data, which is available for stats marked as "aggregated".
SteamAPICall_t RedactedUserStats::RequestGlobalStats(int32_t nHistoryDays)
{
	PrintCurrentFunction();
	return 0;
}
Ejemplo n.º 14
0
// Returns the percentage of users who have achieved the specified achievement.
bool RedactedUserStats::GetAchievementAchievedPercent(const char *pchName, float *pflPercent)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetAchievementAchievedPercent, pchName, pflPercent);
}
Ejemplo n.º 15
0
// Achievement progress - triggers an AchievementProgress callback, that is all.
// Calling this w/ N out of N progress will NOT set the achievement, the game must still do that.
bool RedactedUserStats::IndicateAchievementProgress(const char *pchName, uint32_t nCurProgress, uint32_t nMaxProgress)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, IndicateAchievementProgress, pchName, nCurProgress, nMaxProgress);
}
Ejemplo n.º 16
0
bool RedactedUserStats::UpdateAvgRateStat(const char *pchName, float flCountThisSession, double dSessionLength)
{
	PrintCurrentFunction();
	return false;
}
Ejemplo n.º 17
0
SteamAPICall_t RedactedFriends::DownloadClanActivityCounts(CSteamID groupIDs[], int32_t nIds)
{
	PrintCurrentFunction();
	return 0;
}
Ejemplo n.º 18
0
// Achievement flag accessors.
bool RedactedUserStats::GetAchievement(const char *pchName, bool *pbAchieved)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetAchievement, pchName, pbAchieved);
}
Ejemplo n.º 19
0
CSteamID RedactedFriends::GetFriendFromSourceByIndex(CSteamID steamIDSource, int32_t iFriend)
{
	PrintCurrentFunction();
	return CSteamID();
}
Ejemplo n.º 20
0
bool RedactedUserStats::ClearAchievement(const char *pchName)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, ClearAchievement, pchName);
}
Ejemplo n.º 21
0
const char *RedactedFriends::GetPersonaName()
{
	PrintCurrentFunction();
	return Global::Steam_Username;
}
Ejemplo n.º 22
0
// Most likely a bool return here.
bool RedactedUserStats::GetAchievementAndUnlockTime(const char *pchName, bool *pbAchieved, uint32_t *prtTime)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetAchievementAndUnlockTime, pchName, pbAchieved, prtTime);
}
Ejemplo n.º 23
0
void RedactedFriends::ActivateGameOverlay(const char *pchDialog)
{
	PrintCurrentFunction();
}
Ejemplo n.º 24
0
// Store the current data on the server.
bool RedactedUserStats::StoreStats()
{
	PrintCurrentFunction();
	return true;
}
Ejemplo n.º 25
0
void RedactedFriends::ActivateGameOverlayToWebPage(const char *pchURL)
{
	PrintCurrentFunction();
}
Ejemplo n.º 26
0
// Gets the icon of the achievement, which is a handle to be used in IClientUtils::GetImageRGBA(), or 0 if none set.
int32_t RedactedUserStats::GetAchievementIcon(const char *pchName)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetAchievementIcon, pchName);
}
Ejemplo n.º 27
0
void RedactedFriends::SetPlayedWith(CSteamID steamIDUserPlayedWith)
{
	PrintCurrentFunction();
}
Ejemplo n.º 28
0
// Get general attributes (display name / text, etc) for an Achievement.
const char *RedactedUserStats::GetAchievementDisplayAttribute(const char *pchName, const char *pchKey)
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, GetAchievementDisplayAttribute, pchName, pchKey);
}
Ejemplo n.º 29
0
int32_t RedactedFriends::GetSmallFriendAvatar(CSteamID steamIDFriend)
{
	PrintCurrentFunction();
	return 0;
}
Ejemplo n.º 30
0
// Requests that Steam fetch data on the percentage of players who have received each achievement globally.
SteamAPICall_t RedactedUserStats::RequestGlobalAchievementPercentages()
{
	PrintCurrentFunction();
	STEAMPROXY_CALL(ISteamUserStats, RequestGlobalAchievementPercentages);
}