메소드 | 설명 | |
---|---|---|
BOverlayNeedsPresent ( ) : bool | ||
CSteamUtils ( |
||
CheckFileSignature ( string szFileName ) : ulong | ||
GetAPICallFailureReason ( ulong hSteamAPICall ) : int | ||
GetAPICallResult ( ulong hSteamAPICall, |
||
GetAppID ( ) : uint | ||
GetCSERIPPort ( uint &unIP, char &usPort ) : bool | ||
GetConnectedUniverse ( ) : int | ||
GetCurrentBatteryPower ( ) : byte | ||
GetEnteredGamepadTextInput ( string pchText, uint cchText ) : bool | ||
GetEnteredGamepadTextLength ( ) : uint | ||
GetIPCCallCount ( ) : uint | ||
GetIPCountry ( ) : string | ||
GetImageRGBA ( int iImage, |
||
GetImageSize ( int iImage, uint &pnWidth, uint &pnHeight ) : bool | ||
GetIntPtr ( ) : |
||
GetSecondsSinceAppActive ( ) : uint | ||
GetSecondsSinceComputerActive ( ) : uint | ||
GetServerRealTime ( ) : uint | ||
GetSteamUILanguage ( ) : string | ||
IsAPICallCompleted ( ulong hSteamAPICall, bool &pbFailed ) : bool | ||
IsOverlayEnabled ( ) : bool | ||
IsSteamRunningInVR ( ) : bool | ||
RunFrame ( ) : void | ||
SetOverlayNotificationInset ( int nHorizontalInset, int nVerticalInset ) : void | ||
SetOverlayNotificationPosition ( uint eNotificationPosition ) : void | ||
SetWarningMessageHook ( |
||
ShowGamepadTextInput ( int eInputMode, int eLineInputMode, string pchDescription, uint unCharMax, string pchExistingText ) : bool |
메소드 | 설명 | |
---|---|---|
CheckIfUsable ( ) : void |
public CheckFileSignature ( string szFileName ) : ulong | ||
szFileName | string | |
리턴 | ulong |
public GetAPICallFailureReason ( ulong hSteamAPICall ) : int | ||
hSteamAPICall | ulong | |
리턴 | int |
public GetAPICallResult ( ulong hSteamAPICall, |
||
hSteamAPICall | ulong | |
pCallback | ||
cubCallback | int | |
iCallbackExpected | int | |
pbFailed | bool | |
리턴 | bool |
public GetCSERIPPort ( uint &unIP, char &usPort ) : bool | ||
unIP | uint | |
usPort | char | |
리턴 | bool |
public GetEnteredGamepadTextInput ( string pchText, uint cchText ) : bool | ||
pchText | string | |
cchText | uint | |
리턴 | bool |
public GetImageRGBA ( int iImage, |
||
iImage | int | |
pubDest | ||
nDestBufferSize | int | |
리턴 | bool |
public GetImageSize ( int iImage, uint &pnWidth, uint &pnHeight ) : bool | ||
iImage | int | |
pnWidth | uint | |
pnHeight | uint | |
리턴 | bool |
public IsAPICallCompleted ( ulong hSteamAPICall, bool &pbFailed ) : bool | ||
hSteamAPICall | ulong | |
pbFailed | bool | |
리턴 | bool |
public SetOverlayNotificationInset ( int nHorizontalInset, int nVerticalInset ) : void | ||
nHorizontalInset | int | |
nVerticalInset | int | |
리턴 | void |
public SetOverlayNotificationPosition ( uint eNotificationPosition ) : void | ||
eNotificationPosition | uint | |
리턴 | void |
public SetWarningMessageHook ( |
||
pFunction | ||
리턴 | void |
public ShowGamepadTextInput ( int eInputMode, int eLineInputMode, string pchDescription, uint unCharMax, string pchExistingText ) : bool | ||
eInputMode | int | |
eLineInputMode | int | |
pchDescription | string | |
unCharMax | uint | |
pchExistingText | string | |
리턴 | bool |