Method | Description | |
---|---|---|
AddScreenshotToLibrary ( string pchFilename, string pchThumbnailFilename, int nWidth, int nHeight ) : uint | ||
CSteamScreenshots ( |
||
GetIntPtr ( ) : |
||
HookScreenshots ( bool bHook ) : void | ||
SetLocation ( uint hScreenshot, string pchLocation ) : bool | ||
TagPublishedFile ( uint hScreenshot, ulong unPublishedFileID ) : bool | ||
TagUser ( uint hScreenshot, ulong steamID ) : bool | ||
TriggerScreenshot ( ) : void | ||
WriteScreenshot ( |
Method | Description | |
---|---|---|
CheckIfUsable ( ) : void |
public AddScreenshotToLibrary ( string pchFilename, string pchThumbnailFilename, int nWidth, int nHeight ) : uint | ||
pchFilename | string | |
pchThumbnailFilename | string | |
nWidth | int | |
nHeight | int | |
return | uint |
public CSteamScreenshots ( |
||
SteamScreenshots |
public SetLocation ( uint hScreenshot, string pchLocation ) : bool | ||
hScreenshot | uint | |
pchLocation | string | |
return | bool |
public TagPublishedFile ( uint hScreenshot, ulong unPublishedFileID ) : bool | ||
hScreenshot | uint | |
unPublishedFileID | ulong | |
return | bool |
public TagUser ( uint hScreenshot, ulong steamID ) : bool | ||
hScreenshot | uint | |
steamID | ulong | |
return | bool |
public WriteScreenshot ( |
||
pubRGB | ||
cubRGB | uint | |
nWidth | int | |
nHeight | int | |
return | uint |