mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
parent
e4d75b2fb0
commit
6b21c32d2a
439 changed files with 109952 additions and 43685 deletions
|
|
@ -11,160 +11,120 @@ extern "C" {
|
|||
#define SDKVER_123a
|
||||
#include "struct_converters.h"
|
||||
#include "cppISteamUtils_SteamUtils005.h"
|
||||
uint32 cppISteamUtils_SteamUtils005_GetSecondsSinceAppActive(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetSecondsSinceAppActive( struct cppISteamUtils_SteamUtils005_GetSecondsSinceAppActive_params *params )
|
||||
{
|
||||
uint32 _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetSecondsSinceAppActive();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetSecondsSinceAppActive( );
|
||||
}
|
||||
|
||||
uint32 cppISteamUtils_SteamUtils005_GetSecondsSinceComputerActive(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetSecondsSinceComputerActive( struct cppISteamUtils_SteamUtils005_GetSecondsSinceComputerActive_params *params )
|
||||
{
|
||||
uint32 _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetSecondsSinceComputerActive();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetSecondsSinceComputerActive( );
|
||||
}
|
||||
|
||||
EUniverse cppISteamUtils_SteamUtils005_GetConnectedUniverse(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetConnectedUniverse( struct cppISteamUtils_SteamUtils005_GetConnectedUniverse_params *params )
|
||||
{
|
||||
EUniverse _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetConnectedUniverse();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetConnectedUniverse( );
|
||||
}
|
||||
|
||||
uint32 cppISteamUtils_SteamUtils005_GetServerRealTime(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetServerRealTime( struct cppISteamUtils_SteamUtils005_GetServerRealTime_params *params )
|
||||
{
|
||||
uint32 _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetServerRealTime();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetServerRealTime( );
|
||||
}
|
||||
|
||||
const char * cppISteamUtils_SteamUtils005_GetIPCountry(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetIPCountry( struct cppISteamUtils_SteamUtils005_GetIPCountry_params *params )
|
||||
{
|
||||
const char *_ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetIPCountry();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetIPCountry( );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_GetImageSize(void *linux_side, int iImage, uint32 *pnWidth, uint32 *pnHeight)
|
||||
void cppISteamUtils_SteamUtils005_GetImageSize( struct cppISteamUtils_SteamUtils005_GetImageSize_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetImageSize((int)iImage, (uint32 *)pnWidth, (uint32 *)pnHeight);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetImageSize( (int)params->iImage, (uint32 *)params->pnWidth, (uint32 *)params->pnHeight );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_GetImageRGBA(void *linux_side, int iImage, uint8 *pubDest, int nDestBufferSize)
|
||||
void cppISteamUtils_SteamUtils005_GetImageRGBA( struct cppISteamUtils_SteamUtils005_GetImageRGBA_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetImageRGBA((int)iImage, (uint8 *)pubDest, (int)nDestBufferSize);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetImageRGBA( (int)params->iImage, (uint8 *)params->pubDest, (int)params->nDestBufferSize );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_GetCSERIPPort(void *linux_side, uint32 *unIP, uint16 *usPort)
|
||||
void cppISteamUtils_SteamUtils005_GetCSERIPPort( struct cppISteamUtils_SteamUtils005_GetCSERIPPort_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetCSERIPPort((uint32 *)unIP, (uint16 *)usPort);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetCSERIPPort( (uint32 *)params->unIP, (uint16 *)params->usPort );
|
||||
}
|
||||
|
||||
uint8 cppISteamUtils_SteamUtils005_GetCurrentBatteryPower(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetCurrentBatteryPower( struct cppISteamUtils_SteamUtils005_GetCurrentBatteryPower_params *params )
|
||||
{
|
||||
uint8 _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetCurrentBatteryPower();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetCurrentBatteryPower( );
|
||||
}
|
||||
|
||||
uint32 cppISteamUtils_SteamUtils005_GetAppID(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetAppID( struct cppISteamUtils_SteamUtils005_GetAppID_params *params )
|
||||
{
|
||||
uint32 _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetAppID();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetAppID( );
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils005_SetOverlayNotificationPosition(void *linux_side, ENotificationPosition eNotificationPosition)
|
||||
void cppISteamUtils_SteamUtils005_SetOverlayNotificationPosition( struct cppISteamUtils_SteamUtils005_SetOverlayNotificationPosition_params *params )
|
||||
{
|
||||
((ISteamUtils*)linux_side)->SetOverlayNotificationPosition((ENotificationPosition)eNotificationPosition);
|
||||
((ISteamUtils*)params->linux_side)->SetOverlayNotificationPosition( (ENotificationPosition)params->eNotificationPosition );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_IsAPICallCompleted(void *linux_side, SteamAPICall_t hSteamAPICall, bool *pbFailed)
|
||||
void cppISteamUtils_SteamUtils005_IsAPICallCompleted( struct cppISteamUtils_SteamUtils005_IsAPICallCompleted_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->IsAPICallCompleted((SteamAPICall_t)hSteamAPICall, (bool *)pbFailed);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->IsAPICallCompleted( (SteamAPICall_t)params->hSteamAPICall, (bool *)params->pbFailed );
|
||||
}
|
||||
|
||||
ESteamAPICallFailure cppISteamUtils_SteamUtils005_GetAPICallFailureReason(void *linux_side, SteamAPICall_t hSteamAPICall)
|
||||
void cppISteamUtils_SteamUtils005_GetAPICallFailureReason( struct cppISteamUtils_SteamUtils005_GetAPICallFailureReason_params *params )
|
||||
{
|
||||
ESteamAPICallFailure _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetAPICallFailureReason((SteamAPICall_t)hSteamAPICall);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetAPICallFailureReason( (SteamAPICall_t)params->hSteamAPICall );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_GetAPICallResult(void *linux_side, SteamAPICall_t hSteamAPICall, void *pCallback, int cubCallback, int iCallbackExpected, bool *pbFailed)
|
||||
void cppISteamUtils_SteamUtils005_GetAPICallResult( struct cppISteamUtils_SteamUtils005_GetAPICallResult_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetAPICallResult((SteamAPICall_t)hSteamAPICall, (void *)pCallback, (int)cubCallback, (int)iCallbackExpected, (bool *)pbFailed);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetAPICallResult( (SteamAPICall_t)params->hSteamAPICall, (void *)params->pCallback, (int)params->cubCallback, (int)params->iCallbackExpected, (bool *)params->pbFailed );
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils005_RunFrame(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_RunFrame( struct cppISteamUtils_SteamUtils005_RunFrame_params *params )
|
||||
{
|
||||
((ISteamUtils*)linux_side)->RunFrame();
|
||||
((ISteamUtils*)params->linux_side)->RunFrame( );
|
||||
}
|
||||
|
||||
uint32 cppISteamUtils_SteamUtils005_GetIPCCallCount(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetIPCCallCount( struct cppISteamUtils_SteamUtils005_GetIPCCallCount_params *params )
|
||||
{
|
||||
uint32 _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetIPCCallCount();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetIPCCallCount( );
|
||||
}
|
||||
|
||||
void cppISteamUtils_SteamUtils005_SetWarningMessageHook(void *linux_side, SteamAPIWarningMessageHook_t pFunction)
|
||||
void cppISteamUtils_SteamUtils005_SetWarningMessageHook( struct cppISteamUtils_SteamUtils005_SetWarningMessageHook_params *params )
|
||||
{
|
||||
pFunction = (SteamAPIWarningMessageHook_t)manual_convert_SteamAPIWarningMessageHook_t((void*)pFunction);
|
||||
((ISteamUtils*)linux_side)->SetWarningMessageHook((SteamAPIWarningMessageHook_t)pFunction);
|
||||
params->pFunction = (SteamAPIWarningMessageHook_t)manual_convert_SteamAPIWarningMessageHook_t( (void *)params->pFunction );
|
||||
((ISteamUtils*)params->linux_side)->SetWarningMessageHook( (SteamAPIWarningMessageHook_t)params->pFunction );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_IsOverlayEnabled(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_IsOverlayEnabled( struct cppISteamUtils_SteamUtils005_IsOverlayEnabled_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->IsOverlayEnabled();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->IsOverlayEnabled( );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_BOverlayNeedsPresent(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_BOverlayNeedsPresent( struct cppISteamUtils_SteamUtils005_BOverlayNeedsPresent_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->BOverlayNeedsPresent();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->BOverlayNeedsPresent( );
|
||||
}
|
||||
|
||||
SteamAPICall_t cppISteamUtils_SteamUtils005_CheckFileSignature(void *linux_side, const char *szFileName)
|
||||
void cppISteamUtils_SteamUtils005_CheckFileSignature( struct cppISteamUtils_SteamUtils005_CheckFileSignature_params *params )
|
||||
{
|
||||
SteamAPICall_t _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->CheckFileSignature((const char *)szFileName);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->CheckFileSignature( (const char *)params->szFileName );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_ShowGamepadTextInput(void *linux_side, EGamepadTextInputMode eInputMode, EGamepadTextInputLineMode eLineInputMode, const char *pchDescription, uint32 unCharMax)
|
||||
void cppISteamUtils_SteamUtils005_ShowGamepadTextInput( struct cppISteamUtils_SteamUtils005_ShowGamepadTextInput_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->ShowGamepadTextInput((EGamepadTextInputMode)eInputMode, (EGamepadTextInputLineMode)eLineInputMode, (const char *)pchDescription, (uint32)unCharMax);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->ShowGamepadTextInput( (EGamepadTextInputMode)params->eInputMode, (EGamepadTextInputLineMode)params->eLineInputMode, (const char *)params->pchDescription, (uint32)params->unCharMax );
|
||||
}
|
||||
|
||||
uint32 cppISteamUtils_SteamUtils005_GetEnteredGamepadTextLength(void *linux_side)
|
||||
void cppISteamUtils_SteamUtils005_GetEnteredGamepadTextLength( struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextLength_params *params )
|
||||
{
|
||||
uint32 _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetEnteredGamepadTextLength();
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetEnteredGamepadTextLength( );
|
||||
}
|
||||
|
||||
bool cppISteamUtils_SteamUtils005_GetEnteredGamepadTextInput(void *linux_side, char *pchText, uint32 cchText)
|
||||
void cppISteamUtils_SteamUtils005_GetEnteredGamepadTextInput( struct cppISteamUtils_SteamUtils005_GetEnteredGamepadTextInput_params *params )
|
||||
{
|
||||
bool _ret;
|
||||
_ret = ((ISteamUtils*)linux_side)->GetEnteredGamepadTextInput((char *)pchText, (uint32)cchText);
|
||||
return (_ret);
|
||||
params->_ret = ((ISteamUtils*)params->linux_side)->GetEnteredGamepadTextInput( (char *)params->pchText, (uint32)params->cchText );
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue