Method | Description | |
---|---|---|
AttachLeaderboardUGC ( ulong hSteamLeaderboard, ulong hUGC ) : ulong | ||
CSteamUserStats ( |
||
ClearAchievement ( string pchName ) : bool | ||
DownloadLeaderboardEntries ( ulong hSteamLeaderboard, uint eLeaderboardDataRequest, int nRangeStart, int nRangeEnd ) : ulong | ||
DownloadLeaderboardEntriesForUsers ( ulong hSteamLeaderboard, |
||
FindLeaderboard ( string pchLeaderboardName ) : ulong | ||
FindOrCreateLeaderboard ( string pchLeaderboardName, uint eLeaderboardSortMethod, uint eLeaderboardDisplayType ) : ulong | ||
GetAchievement ( string pchName, bool &pbAchieved ) : bool | ||
GetAchievementAchievedPercent ( string pchName, float &pflPercent ) : bool | ||
GetAchievementAndUnlockTime ( string pchName, bool &pbAchieved, uint &punUnlockTime ) : bool | ||
GetAchievementDisplayAttribute ( string pchName, string pchKey ) : string | ||
GetAchievementIcon ( string pchName ) : int | ||
GetAchievementName ( uint iAchievement ) : string | ||
GetDownloadedLeaderboardEntry ( ulong hSteamLeaderboardEntries, int index, |
||
GetGlobalStat ( string pchStatName, long &pData ) : bool | ||
GetGlobalStat0 ( string pchStatName, double &pData ) : bool | ||
GetGlobalStatHistory ( string pchStatName, long pData ) : int | ||
GetGlobalStatHistory0 ( string pchStatName, double pData ) : int | ||
GetIntPtr ( ) : |
||
GetLeaderboardDisplayType ( ulong hSteamLeaderboard ) : uint | ||
GetLeaderboardEntryCount ( ulong hSteamLeaderboard ) : int | ||
GetLeaderboardName ( ulong hSteamLeaderboard ) : string | ||
GetLeaderboardSortMethod ( ulong hSteamLeaderboard ) : uint | ||
GetMostAchievedAchievementInfo ( string pchName, uint unNameBufLen, float &pflPercent, bool &pbAchieved ) : int | ||
GetNextMostAchievedAchievementInfo ( int iIteratorPrevious, string pchName, uint unNameBufLen, float &pflPercent, bool &pbAchieved ) : int | ||
GetNumAchievements ( ) : uint | ||
GetNumberOfCurrentPlayers ( ) : ulong | ||
GetStat ( string pchName, int &pData ) : bool | ||
GetStat0 ( string pchName, float &pData ) : bool | ||
GetUserAchievement ( ulong steamIDUser, string pchName, bool &pbAchieved ) : bool | ||
GetUserAchievementAndUnlockTime ( ulong steamIDUser, string pchName, bool &pbAchieved, uint &punUnlockTime ) : bool | ||
GetUserStat ( ulong steamIDUser, string pchName, int &pData ) : bool | ||
GetUserStat0 ( ulong steamIDUser, string pchName, float &pData ) : bool | ||
IndicateAchievementProgress ( string pchName, uint nCurProgress, uint nMaxProgress ) : bool | ||
RequestCurrentStats ( ) : bool | ||
RequestGlobalAchievementPercentages ( ) : ulong | ||
RequestGlobalStats ( int nHistoryDays ) : ulong | ||
RequestUserStats ( ulong steamIDUser ) : ulong | ||
ResetAllStats ( bool bAchievementsToo ) : bool | ||
SetAchievement ( string pchName ) : bool | ||
SetStat ( string pchName, int nData ) : bool | ||
SetStat0 ( string pchName, float fData ) : bool | ||
StoreStats ( ) : bool | ||
UpdateAvgRateStat ( string pchName, float flCountThisSession, double dSessionLength ) : bool | ||
UploadLeaderboardScore ( ulong hSteamLeaderboard, uint eLeaderboardUploadScoreMethod, int nScore, int &pScoreDetails, int cScoreDetailsCount ) : ulong |
Method | Description | |
---|---|---|
CheckIfUsable ( ) : void |
public AttachLeaderboardUGC ( ulong hSteamLeaderboard, ulong hUGC ) : ulong | ||
hSteamLeaderboard | ulong | |
hUGC | ulong | |
return | ulong |
public CSteamUserStats ( |
||
SteamUserStats |
public ClearAchievement ( string pchName ) : bool | ||
pchName | string | |
return | bool |
public DownloadLeaderboardEntries ( ulong hSteamLeaderboard, uint eLeaderboardDataRequest, int nRangeStart, int nRangeEnd ) : ulong | ||
hSteamLeaderboard | ulong | |
eLeaderboardDataRequest | uint | |
nRangeStart | int | |
nRangeEnd | int | |
return | ulong |
public DownloadLeaderboardEntriesForUsers ( ulong hSteamLeaderboard, |
||
hSteamLeaderboard | ulong | |
prgUsers | ||
return | ulong |
public FindLeaderboard ( string pchLeaderboardName ) : ulong | ||
pchLeaderboardName | string | |
return | ulong |
public FindOrCreateLeaderboard ( string pchLeaderboardName, uint eLeaderboardSortMethod, uint eLeaderboardDisplayType ) : ulong | ||
pchLeaderboardName | string | |
eLeaderboardSortMethod | uint | |
eLeaderboardDisplayType | uint | |
return | ulong |
public GetAchievement ( string pchName, bool &pbAchieved ) : bool | ||
pchName | string | |
pbAchieved | bool | |
return | bool |
public GetAchievementAchievedPercent ( string pchName, float &pflPercent ) : bool | ||
pchName | string | |
pflPercent | float | |
return | bool |
public GetAchievementAndUnlockTime ( string pchName, bool &pbAchieved, uint &punUnlockTime ) : bool | ||
pchName | string | |
pbAchieved | bool | |
punUnlockTime | uint | |
return | bool |
public GetAchievementDisplayAttribute ( string pchName, string pchKey ) : string | ||
pchName | string | |
pchKey | string | |
return | string |
public GetAchievementIcon ( string pchName ) : int | ||
pchName | string | |
return | int |
public GetAchievementName ( uint iAchievement ) : string | ||
iAchievement | uint | |
return | string |
public GetDownloadedLeaderboardEntry ( ulong hSteamLeaderboardEntries, int index, |
||
hSteamLeaderboardEntries | ulong | |
index | int | |
pLeaderboardEntry | ||
pDetails | int | |
cDetailsMax | int | |
return | bool |
public GetGlobalStat ( string pchStatName, long &pData ) : bool | ||
pchStatName | string | |
pData | long | |
return | bool |
public GetGlobalStat0 ( string pchStatName, double &pData ) : bool | ||
pchStatName | string | |
pData | double | |
return | bool |
public GetGlobalStatHistory ( string pchStatName, long pData ) : int | ||
pchStatName | string | |
pData | long | |
return | int |
public GetGlobalStatHistory0 ( string pchStatName, double pData ) : int | ||
pchStatName | string | |
pData | double | |
return | int |
public GetLeaderboardDisplayType ( ulong hSteamLeaderboard ) : uint | ||
hSteamLeaderboard | ulong | |
return | uint |
public GetLeaderboardEntryCount ( ulong hSteamLeaderboard ) : int | ||
hSteamLeaderboard | ulong | |
return | int |
public GetLeaderboardName ( ulong hSteamLeaderboard ) : string | ||
hSteamLeaderboard | ulong | |
return | string |
public GetLeaderboardSortMethod ( ulong hSteamLeaderboard ) : uint | ||
hSteamLeaderboard | ulong | |
return | uint |
public GetMostAchievedAchievementInfo ( string pchName, uint unNameBufLen, float &pflPercent, bool &pbAchieved ) : int | ||
pchName | string | |
unNameBufLen | uint | |
pflPercent | float | |
pbAchieved | bool | |
return | int |
public GetNextMostAchievedAchievementInfo ( int iIteratorPrevious, string pchName, uint unNameBufLen, float &pflPercent, bool &pbAchieved ) : int | ||
iIteratorPrevious | int | |
pchName | string | |
unNameBufLen | uint | |
pflPercent | float | |
pbAchieved | bool | |
return | int |
public GetStat ( string pchName, int &pData ) : bool | ||
pchName | string | |
pData | int | |
return | bool |
public GetStat0 ( string pchName, float &pData ) : bool | ||
pchName | string | |
pData | float | |
return | bool |
public GetUserAchievement ( ulong steamIDUser, string pchName, bool &pbAchieved ) : bool | ||
steamIDUser | ulong | |
pchName | string | |
pbAchieved | bool | |
return | bool |
public GetUserAchievementAndUnlockTime ( ulong steamIDUser, string pchName, bool &pbAchieved, uint &punUnlockTime ) : bool | ||
steamIDUser | ulong | |
pchName | string | |
pbAchieved | bool | |
punUnlockTime | uint | |
return | bool |
public GetUserStat ( ulong steamIDUser, string pchName, int &pData ) : bool | ||
steamIDUser | ulong | |
pchName | string | |
pData | int | |
return | bool |
public GetUserStat0 ( ulong steamIDUser, string pchName, float &pData ) : bool | ||
steamIDUser | ulong | |
pchName | string | |
pData | float | |
return | bool |
public IndicateAchievementProgress ( string pchName, uint nCurProgress, uint nMaxProgress ) : bool | ||
pchName | string | |
nCurProgress | uint | |
nMaxProgress | uint | |
return | bool |
public RequestGlobalAchievementPercentages ( ) : ulong | ||
return | ulong |
public RequestGlobalStats ( int nHistoryDays ) : ulong | ||
nHistoryDays | int | |
return | ulong |
public RequestUserStats ( ulong steamIDUser ) : ulong | ||
steamIDUser | ulong | |
return | ulong |
public ResetAllStats ( bool bAchievementsToo ) : bool | ||
bAchievementsToo | bool | |
return | bool |
public SetAchievement ( string pchName ) : bool | ||
pchName | string | |
return | bool |
public SetStat ( string pchName, int nData ) : bool | ||
pchName | string | |
nData | int | |
return | bool |
public SetStat0 ( string pchName, float fData ) : bool | ||
pchName | string | |
fData | float | |
return | bool |
public UpdateAvgRateStat ( string pchName, float flCountThisSession, double dSessionLength ) : bool | ||
pchName | string | |
flCountThisSession | float | |
dSessionLength | double | |
return | bool |
public UploadLeaderboardScore ( ulong hSteamLeaderboard, uint eLeaderboardUploadScoreMethod, int nScore, int &pScoreDetails, int cScoreDetailsCount ) : ulong | ||
hSteamLeaderboard | ulong | |
eLeaderboardUploadScoreMethod | uint | |
nScore | int | |
pScoreDetails | int | |
cScoreDetailsCount | int | |
return | ulong |