Méthode | Description | |
---|---|---|
BOverlayNeedsPresent ( ) : bool | ||
CheckFileSignature ( string szFileName ) : ulong | ||
GetAPICallFailureReason ( ulong hSteamAPICall ) : int | ||
GetAPICallResult ( ulong hSteamAPICall, IntPtr pCallback, int cubCallback, int iCallbackExpected, bool &pbFailed ) : bool | ||
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, IntPtr pubDest, int nDestBufferSize ) : bool | ||
GetImageSize ( int iImage, uint &pnWidth, uint &pnHeight ) : bool | ||
GetIntPtr ( ) : IntPtr | ||
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 ( IntPtr pFunction ) : void | ||
ShowGamepadTextInput ( int eInputMode, int eLineInputMode, string pchDescription, uint unCharMax, string pchExistingText ) : bool |
public abstract BOverlayNeedsPresent ( ) : bool | ||
Résultat | bool |
public abstract CheckFileSignature ( string szFileName ) : ulong | ||
szFileName | string | |
Résultat | ulong |
public abstract GetAPICallFailureReason ( ulong hSteamAPICall ) : int | ||
hSteamAPICall | ulong | |
Résultat | int |
public abstract GetAPICallResult ( ulong hSteamAPICall, IntPtr pCallback, int cubCallback, int iCallbackExpected, bool &pbFailed ) : bool | ||
hSteamAPICall | ulong | |
pCallback | IntPtr | |
cubCallback | int | |
iCallbackExpected | int | |
pbFailed | bool | |
Résultat | bool |
public abstract GetCSERIPPort ( uint &unIP, char &usPort ) : bool | ||
unIP | uint | |
usPort | char | |
Résultat | bool |
public abstract GetConnectedUniverse ( ) : int | ||
Résultat | int |
public abstract GetCurrentBatteryPower ( ) : byte | ||
Résultat | byte |
public abstract GetEnteredGamepadTextInput ( string pchText, uint cchText ) : bool | ||
pchText | string | |
cchText | uint | |
Résultat | bool |
public abstract GetEnteredGamepadTextLength ( ) : uint | ||
Résultat | uint |
public abstract GetImageRGBA ( int iImage, IntPtr pubDest, int nDestBufferSize ) : bool | ||
iImage | int | |
pubDest | IntPtr | |
nDestBufferSize | int | |
Résultat | bool |
public abstract GetImageSize ( int iImage, uint &pnWidth, uint &pnHeight ) : bool | ||
iImage | int | |
pnWidth | uint | |
pnHeight | uint | |
Résultat | bool |
public abstract GetSecondsSinceAppActive ( ) : uint | ||
Résultat | uint |
public abstract GetSecondsSinceComputerActive ( ) : uint | ||
Résultat | uint |
public abstract GetServerRealTime ( ) : uint | ||
Résultat | uint |
public abstract GetSteamUILanguage ( ) : string | ||
Résultat | string |
public abstract IsAPICallCompleted ( ulong hSteamAPICall, bool &pbFailed ) : bool | ||
hSteamAPICall | ulong | |
pbFailed | bool | |
Résultat | bool |
public abstract IsOverlayEnabled ( ) : bool | ||
Résultat | bool |
public abstract IsSteamRunningInVR ( ) : bool | ||
Résultat | bool |
public abstract SetOverlayNotificationInset ( int nHorizontalInset, int nVerticalInset ) : void | ||
nHorizontalInset | int | |
nVerticalInset | int | |
Résultat | void |
public abstract SetOverlayNotificationPosition ( uint eNotificationPosition ) : void | ||
eNotificationPosition | uint | |
Résultat | void |
public abstract SetWarningMessageHook ( IntPtr pFunction ) : void | ||
pFunction | IntPtr | |
Résultat | void |
public abstract ShowGamepadTextInput ( int eInputMode, int eLineInputMode, string pchDescription, uint unCharMax, string pchExistingText ) : bool | ||
eInputMode | int | |
eLineInputMode | int | |
pchDescription | string | |
unCharMax | uint | |
pchExistingText | string | |
Résultat | bool |