From 79bc9ffe24c27a0345faa80916c0a77300a7c372 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 26 Oct 2016 14:51:58 +0100 Subject: [PATCH] Generate source --- .../SteamNative.Platform.Linux32.cs | 1070 ++++++++--------- .../SteamNative.Platform.Linux64.cs | 1070 ++++++++--------- .../SteamNative/SteamNative.Platform.Mac.cs | 1070 ++++++++--------- .../SteamNative/SteamNative.Platform.Win32.cs | 1070 ++++++++--------- .../SteamNative/SteamNative.Platform.Win64.cs | 1070 ++++++++--------- .../SteamNative/SteamNative.SteamApi.cs | 8 +- .../SteamNative/SteamNative.SteamAppList.cs | 8 +- .../SteamNative/SteamNative.SteamApps.cs | 28 +- .../SteamNative/SteamNative.SteamClient.cs | 58 +- .../SteamNative.SteamController.cs | 28 +- .../SteamNative/SteamNative.SteamFriends.cs | 126 +- .../SteamNative.SteamGameServer.cs | 64 +- .../SteamNative.SteamGameServerStats.cs | 20 +- .../SteamNative.SteamHTMLSurface.cs | 64 +- .../SteamNative/SteamNative.SteamHTTP.cs | 50 +- .../SteamNative/SteamNative.SteamInventory.cs | 44 +- .../SteamNative.SteamMatchmaking.cs | 72 +- .../SteamNative.SteamMatchmakingServers.cs | 34 +- .../SteamNative/SteamNative.SteamMusic.cs | 2 +- .../SteamNative.SteamMusicRemote.cs | 44 +- .../SteamNative.SteamNetworking.cs | 44 +- .../SteamNative.SteamRemoteStorage.cs | 100 +- .../SteamNative.SteamScreenshots.cs | 12 +- .../SteamNative/SteamNative.SteamUGC.cs | 124 +- .../SteamNative.SteamUnifiedMessages.cs | 10 +- .../SteamNative/SteamNative.SteamUser.cs | 34 +- .../SteamNative/SteamNative.SteamUserStats.cs | 76 +- .../SteamNative/SteamNative.SteamUtils.cs | 24 +- .../SteamNative/SteamNative.SteamVideo.cs | 2 +- 29 files changed, 3213 insertions(+), 3213 deletions(-) diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux32.cs b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux32.cs index 5106f9a..65a262c 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux32.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux32.cs @@ -35,109 +35,109 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_ConnectToGlobalUser( int hSteamPipe ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_CreateLocalUser( out int phSteamPipe, AccountType /*EAccountType*/ eAccountType ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe /*B*/, eAccountType /*C*/); + return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe, eAccountType); } public virtual void /*void*/ ISteamClient_ReleaseUser( int hSteamPipe, int hUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe /*C*/, hUser /*C*/); + Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe, hUser); } public virtual IntPtr /*class ISteamUser **/ ISteamClient_GetISteamUser( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServer **/ ISteamClient_GetISteamGameServer( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual void /*void*/ ISteamClient_SetLocalIPBinding( uint /*uint32*/ unIP, ushort /*uint16*/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetLocalIPBinding(_ptr, unIP /*C*/, usPort /*C*/); + Native.ISteamClient.SetLocalIPBinding(_ptr, unIP, usPort); } public virtual IntPtr /*class ISteamFriends **/ ISteamClient_GetISteamFriends( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUtils **/ ISteamClient_GetISteamUtils( int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmaking **/ ISteamClient_GetISteamMatchmaking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmakingServers **/ ISteamClient_GetISteamMatchmakingServers( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*void **/ ISteamClient_GetISteamGenericInterface( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUserStats **/ ISteamClient_GetISteamUserStats( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServerStats **/ ISteamClient_GetISteamGameServerStats( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamApps **/ ISteamClient_GetISteamApps( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamNetworking **/ ISteamClient_GetISteamNetworking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamRemoteStorage **/ ISteamClient_GetISteamRemoteStorage( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamScreenshots **/ ISteamClient_GetISteamScreenshots( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual uint /*uint32*/ ISteamClient_GetIPCCallCount() { @@ -149,7 +149,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamClient_BShutdownIfAllPipesClosed() { @@ -161,61 +161,61 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUnifiedMessages **/ ISteamClient_GetISteamUnifiedMessages( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamController **/ ISteamClient_GetISteamController( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamController(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamController(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUGC **/ ISteamClient_GetISteamUGC( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamAppList **/ ISteamClient_GetISteamAppList( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusic **/ ISteamClient_GetISteamMusic( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusicRemote **/ ISteamClient_GetISteamMusicRemote( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamHTMLSurface **/ ISteamClient_GetISteamHTMLSurface( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamInventory **/ ISteamClient_GetISteamInventory( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamVideo **/ ISteamClient_GetISteamVideo( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual HSteamUser /*(HSteamUser)*/ ISteamUser_GetHSteamUser() @@ -240,25 +240,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob /*C*/, cbMaxAuthBlob /*C*/, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/, bSecure /*C*/); + return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob, cbMaxAuthBlob, steamIDGameServer, unIPServer, usPortServer, bSecure); } public virtual void /*void*/ ISteamUser_TerminateGameConnection( uint /*uint32*/ unIPServer, ushort /*uint16*/ usPortServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer, usPortServer); } public virtual void /*void*/ ISteamUser_TrackAppUsageEvent( ulong gameID, int /*int*/ eAppUsageEvent, string /*const char **/ pchExtraInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID /*C*/, eAppUsageEvent /*C*/, pchExtraInfo /*C*/); + Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID, eAppUsageEvent, pchExtraInfo); } public virtual bool /*bool*/ ISteamUser_GetUserDataFolder( System.Text.StringBuilder /*char **/ pchBuffer, int /*int*/ cubBuffer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer /*C*/, cubBuffer /*C*/); + return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer, cubBuffer); } public virtual void /*void*/ ISteamUser_StartVoiceRecording() { @@ -276,19 +276,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed /*B*/, out pcbUncompressed /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed, out pcbUncompressed, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_GetVoice( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantUncompressed, IntPtr /*void **/ pUncompressedDestBuffer, uint /*uint32*/ cbUncompressedDestBufferSize, out uint /*uint32 **/ nUncompressBytesWritten, uint /*uint32*/ nUncompressedVoiceDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetVoice(_ptr, bWantCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, bWantUncompressed /*C*/, pUncompressedDestBuffer /*C*/, cbUncompressedDestBufferSize /*C*/, out nUncompressBytesWritten /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetVoice(_ptr, bWantCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, bWantUncompressed, pUncompressedDestBuffer, cbUncompressedDestBufferSize, out nUncompressBytesWritten, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_DecompressVoice( IntPtr /*const void **/ pCompressed, uint /*uint32*/ cbCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, uint /*uint32*/ nDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.DecompressVoice(_ptr, pCompressed /*C*/, cbCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, nDesiredSampleRate /*C*/); + return Native.ISteamUser.DecompressVoice(_ptr, pCompressed, cbCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, nDesiredSampleRate); } public virtual uint /*uint32*/ ISteamUser_GetVoiceOptimalSampleRate() { @@ -300,31 +300,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamUser_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamUser_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamUser.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamUser_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamUser_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamUser_BIsBehindNAT() { @@ -336,25 +336,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer, unIPServer, usPortServer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUser_RequestEncryptedAppTicket( IntPtr /*void **/ pDataToInclude, int /*int*/ cbDataToInclude ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude /*C*/, cbDataToInclude /*C*/); + return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude, cbDataToInclude); } public virtual bool /*bool*/ ISteamUser_GetEncryptedAppTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual int /*int*/ ISteamUser_GetGameBadgeLevel( int /*int*/ nSeries, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bFoil ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries /*C*/, bFoil /*C*/); + return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries, bFoil); } public virtual int /*int*/ ISteamUser_GetPlayerSteamLevel() { @@ -366,7 +366,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL /*C*/); + return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL); } public virtual bool /*bool*/ ISteamUser_BIsPhoneVerified() { @@ -391,7 +391,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName /*C*/); + return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetPersonaState() { @@ -403,38 +403,38 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendByIndex( int /*int*/ iFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend, iFriendFlags); } public virtual FriendRelationship /*EFriendRelationship*/ ISteamFriends_GetFriendRelationship( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetFriendPersonaState( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendPersonaName( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_GetFriendGamePlayed( ulong steamIDFriend, ref FriendGameInfo_t /*struct FriendGameInfo_t **/ pFriendGameInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); var pFriendGameInfo_ps = new FriendGameInfo_t.PackSmall(); - var ret = Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend /*C*/, ref pFriendGameInfo_ps); + var ret = Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend, ref pFriendGameInfo_ps); pFriendGameInfo = pFriendGameInfo_ps; return ret; } @@ -442,19 +442,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend /*C*/, iPersonaName /*C*/); + return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend, iPersonaName); } public virtual int /*int*/ ISteamFriends_GetFriendSteamLevel( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetPlayerNickname( ulong steamIDPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer /*C*/); + return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupCount() { @@ -466,31 +466,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG /*C*/); + return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG); } public virtual IntPtr ISteamFriends_GetFriendsGroupName( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupMembersCount( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID); } public virtual void /*void*/ ISteamFriends_GetFriendsGroupMembersList( short friendsGroupID, IntPtr /*class CSteamID **/ pOutSteamIDMembers, int /*int*/ nMembersCount ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID /*C*/, pOutSteamIDMembers, nMembersCount /*C*/); + Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID, pOutSteamIDMembers, nMembersCount); } public virtual bool /*bool*/ ISteamFriends_HasFriend( ulong steamIDFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend, iFriendFlags); } public virtual int /*int*/ ISteamFriends_GetClanCount() { @@ -502,139 +502,139 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanByIndex(_ptr, iClan /*C*/); + return Native.ISteamFriends.GetClanByIndex(_ptr, iClan); } public virtual IntPtr ISteamFriends_GetClanName( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanName(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanName(_ptr, steamIDClan); } public virtual IntPtr ISteamFriends_GetClanTag( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_GetClanActivityCounts( ulong steamIDClan, out int /*int **/ pnOnline, out int /*int **/ pnInGame, out int /*int **/ pnChatting ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan /*C*/, out pnOnline /*B*/, out pnInGame /*B*/, out pnChatting /*B*/); + return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan, out pnOnline, out pnInGame, out pnChatting); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_DownloadClanActivityCounts( IntPtr /*class CSteamID **/ psteamIDClans, int /*int*/ cClansToRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest /*C*/); + return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest); } public virtual int /*int*/ ISteamFriends_GetFriendCountFromSource( ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource /*C*/); + return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendFromSourceByIndex( ulong steamIDSource, int /*int*/ iFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource /*C*/, iFriend /*C*/); + return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource, iFriend); } public virtual bool /*bool*/ ISteamFriends_IsUserInSource( ulong steamIDUser, ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser /*C*/, steamIDSource /*C*/); + return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser, steamIDSource); } public virtual void /*void*/ ISteamFriends_SetInGameVoiceSpeaking( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSpeaking ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser /*C*/, bSpeaking /*C*/); + Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser, bSpeaking); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlay( string /*const char **/ pchDialog ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog /*C*/); + Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToUser( string /*const char **/ pchDialog, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog /*C*/, steamID /*C*/); + Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog, steamID); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToWebPage( string /*const char **/ pchURL ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL /*C*/); + Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToStore( uint nAppID, OverlayToStoreFlag /*EOverlayToStoreFlag*/ eFlag ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID /*C*/, eFlag /*C*/); + Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID, eFlag); } public virtual void /*void*/ ISteamFriends_SetPlayedWith( ulong steamIDUserPlayedWith ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith /*C*/); + Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayInviteDialog( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby /*C*/); + Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby); } public virtual int /*int*/ ISteamFriends_GetSmallFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetMediumFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetLargeFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_RequestUserInformation( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireNameOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser /*C*/, bRequireNameOnly /*C*/); + return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser, bRequireNameOnly); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_RequestClanOfficerList( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOwner( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanOfficerCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOfficerByIndex( ulong steamIDClan, int /*int*/ iOfficer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan /*C*/, iOfficer /*C*/); + return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan, iOfficer); } public virtual uint /*uint32*/ ISteamFriends_GetUserRestrictions() { @@ -646,7 +646,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetRichPresence(_ptr, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamFriends.SetRichPresence(_ptr, pchKey, pchValue); } public virtual void /*void*/ ISteamFriends_ClearRichPresence() { @@ -658,31 +658,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend /*C*/, pchKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend, pchKey); } public virtual int /*int*/ ISteamFriends_GetFriendRichPresenceKeyCount( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendRichPresenceKeyByIndex( ulong steamIDFriend, int /*int*/ iKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend /*C*/, iKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend, iKey); } public virtual void /*void*/ ISteamFriends_RequestFriendRichPresence( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend /*C*/); + Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_InviteUserToGame( ulong steamIDFriend, string /*const char **/ pchConnectString ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend /*C*/, pchConnectString /*C*/); + return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend, pchConnectString); } public virtual int /*int*/ ISteamFriends_GetCoplayFriendCount() { @@ -694,115 +694,115 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend /*C*/); + return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend); } public virtual int /*int*/ ISteamFriends_GetFriendCoplayTime( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend); } public virtual AppId_t /*(AppId_t)*/ ISteamFriends_GetFriendCoplayGame( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_JoinClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_LeaveClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanChatMemberCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetChatMemberByIndex( ulong steamIDClan, int /*int*/ iUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan /*C*/, iUser /*C*/); + return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan, iUser); } public virtual bool /*bool*/ ISteamFriends_SendClanChatMessage( ulong steamIDClanChat, string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat /*C*/, pchText /*C*/); + return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat, pchText); } public virtual int /*int*/ ISteamFriends_GetClanChatMessage( ulong steamIDClanChat, int /*int*/ iMessage, IntPtr /*void **/ prgchText, int /*int*/ cchTextMax, out ChatEntryType /*EChatEntryType **/ peChatEntryType, out ulong psteamidChatter ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat /*C*/, iMessage /*C*/, prgchText /*C*/, cchTextMax /*C*/, out peChatEntryType /*B*/, out psteamidChatter /*B*/); + return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat, iMessage, prgchText, cchTextMax, out peChatEntryType, out psteamidChatter); } public virtual bool /*bool*/ ISteamFriends_IsClanChatAdmin( ulong steamIDClanChat, ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat /*C*/, steamIDUser /*C*/); + return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat, steamIDUser); } public virtual bool /*bool*/ ISteamFriends_IsClanChatWindowOpenInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_OpenClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_CloseClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_SetListenForFriendsMessages( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bInterceptEnabled ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled /*C*/); + return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled); } public virtual bool /*bool*/ ISteamFriends_ReplyToFriendMessage( ulong steamIDFriend, string /*const char **/ pchMsgToSend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend /*C*/, pchMsgToSend /*C*/); + return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend, pchMsgToSend); } public virtual int /*int*/ ISteamFriends_GetFriendMessage( ulong steamIDFriend, int /*int*/ iMessageID, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend /*C*/, iMessageID /*C*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend, iMessageID, pvData, cubData, out peChatEntryType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_GetFollowerCount( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFollowerCount(_ptr, steamID /*C*/); + return Native.ISteamFriends.GetFollowerCount(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_IsFollowing( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsFollowing(_ptr, steamID /*C*/); + return Native.ISteamFriends.IsFollowing(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_EnumerateFollowingList( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex /*C*/); + return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex); } public virtual uint /*uint32*/ ISteamUtils_GetSecondsSinceAppActive() @@ -839,19 +839,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageSize(_ptr, iImage /*C*/, out pnWidth /*B*/, out pnHeight /*B*/); + return Native.ISteamUtils.GetImageSize(_ptr, iImage, out pnWidth, out pnHeight); } public virtual bool /*bool*/ ISteamUtils_GetImageRGBA( int /*int*/ iImage, IntPtr /*uint8 **/ pubDest, int /*int*/ nDestBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageRGBA(_ptr, iImage /*C*/, pubDest, nDestBufferSize /*C*/); + return Native.ISteamUtils.GetImageRGBA(_ptr, iImage, pubDest, nDestBufferSize); } public virtual bool /*bool*/ ISteamUtils_GetCSERIPPort( out uint /*uint32 **/ unIP, out ushort /*uint16 **/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP /*B*/, out usPort /*B*/); + return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP, out usPort); } public virtual byte /*uint8*/ ISteamUtils_GetCurrentBatteryPower() { @@ -869,25 +869,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition /*C*/); + Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition); } public virtual bool /*bool*/ ISteamUtils_IsAPICallCompleted( ulong hSteamAPICall, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall, ref pbFailed); } public virtual SteamAPICallFailure /*ESteamAPICallFailure*/ ISteamUtils_GetAPICallFailureReason( ulong hSteamAPICall ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall /*C*/); + return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall); } public virtual bool /*bool*/ ISteamUtils_GetAPICallResult( ulong hSteamAPICall, IntPtr /*void **/ pCallback, int /*int*/ cubCallback, int /*int*/ iCallbackExpected, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall /*C*/, pCallback /*C*/, cubCallback /*C*/, iCallbackExpected /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall, pCallback, cubCallback, iCallbackExpected, ref pbFailed); } public virtual uint /*uint32*/ ISteamUtils_GetIPCCallCount() { @@ -899,7 +899,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamUtils_IsOverlayEnabled() { @@ -917,13 +917,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName /*C*/); + return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName); } public virtual bool /*bool*/ ISteamUtils_ShowGamepadTextInput( GamepadTextInputMode /*EGamepadTextInputMode*/ eInputMode, GamepadTextInputLineMode /*EGamepadTextInputLineMode*/ eLineInputMode, string /*const char **/ pchDescription, uint /*uint32*/ unCharMax, string /*const char **/ pchExistingText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode /*C*/, eLineInputMode /*C*/, pchDescription /*C*/, unCharMax /*C*/, pchExistingText /*C*/); + return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode, eLineInputMode, pchDescription, unCharMax, pchExistingText); } public virtual uint /*uint32*/ ISteamUtils_GetEnteredGamepadTextLength() { @@ -935,7 +935,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText /*C*/, cchText /*C*/); + return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText, cchText); } public virtual IntPtr ISteamUtils_GetSteamUILanguage() { @@ -953,7 +953,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset /*C*/, nVerticalInset /*C*/); + Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset, nVerticalInset); } public virtual bool /*bool*/ ISteamUtils_IsSteamInBigPictureMode() { @@ -978,19 +978,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame /*C*/, ref pnAppID /*A*/, out pnIP /*B*/, out pnConnPort /*B*/, out pnQueryPort /*B*/, punFlags, out pRTime32LastPlayedOnServer /*B*/); + return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame, ref pnAppID, out pnIP, out pnConnPort, out pnQueryPort, punFlags, out pRTime32LastPlayedOnServer); } public virtual int /*int*/ ISteamMatchmaking_AddFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags, uint /*uint32*/ rTime32LastPlayedOnServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/, rTime32LastPlayedOnServer /*C*/); + return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags, rTime32LastPlayedOnServer); } public virtual bool /*bool*/ ISteamMatchmaking_RemoveFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/); + return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_RequestLobbyList() { @@ -1002,411 +1002,411 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch /*C*/, pchValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch, pchValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNumericalFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToMatch, LobbyComparison /*ELobbyComparison*/ eComparisonType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch /*C*/, nValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch, nValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNearValueFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToBeCloseTo ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch /*C*/, nValueToBeCloseTo /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch, nValueToBeCloseTo); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListFilterSlotsAvailable( int /*int*/ nSlotsAvailable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListDistanceFilter( LobbyDistanceFilter /*ELobbyDistanceFilter*/ eLobbyDistanceFilter ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListResultCountFilter( int /*int*/ cMaxResults ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListCompatibleMembersFilter( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyByIndex( int /*int*/ iLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_CreateLobby( LobbyType /*ELobbyType*/ eLobbyType, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType, cMaxMembers); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_JoinLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_LeaveLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_InviteUserToLobby( ulong steamIDLobby, ulong steamIDInvitee ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby /*C*/, steamIDInvitee /*C*/); + return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby, steamIDInvitee); } public virtual int /*int*/ ISteamMatchmaking_GetNumLobbyMembers( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyMemberByIndex( ulong steamIDLobby, int /*int*/ iMember ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby /*C*/, iMember /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby, iMember); } public virtual IntPtr ISteamMatchmaking_GetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby, pchKey); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyDataCount( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyDataByIndex( ulong steamIDLobby, int /*int*/ iLobbyData, System.Text.StringBuilder /*char **/ pchKey, int /*int*/ cchKeyBufferSize, System.Text.StringBuilder /*char **/ pchValue, int /*int*/ cchValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby /*C*/, iLobbyData /*C*/, pchKey /*C*/, cchKeyBufferSize /*C*/, pchValue /*C*/, cchValueBufferSize /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby, iLobbyData, pchKey, cchKeyBufferSize, pchValue, cchValueBufferSize); } public virtual bool /*bool*/ ISteamMatchmaking_DeleteLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby, pchKey); } public virtual IntPtr ISteamMatchmaking_GetLobbyMemberData( ulong steamIDLobby, ulong steamIDUser, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby /*C*/, steamIDUser /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby, steamIDUser, pchKey); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyMemberData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual bool /*bool*/ ISteamMatchmaking_SendLobbyChatMsg( ulong steamIDLobby, IntPtr /*const void **/ pvMsgBody, int /*int*/ cubMsgBody ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby /*C*/, pvMsgBody /*C*/, cubMsgBody /*C*/); + return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby, pvMsgBody, cubMsgBody); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyChatEntry( ulong steamIDLobby, int /*int*/ iChatID, out ulong pSteamIDUser, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby /*C*/, iChatID /*C*/, out pSteamIDUser /*B*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby, iChatID, out pSteamIDUser, pvData, cubData, out peChatEntryType); } public virtual bool /*bool*/ ISteamMatchmaking_RequestLobbyData( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyGameServer( ulong steamIDLobby, uint /*uint32*/ unGameServerIP, ushort /*uint16*/ unGameServerPort, ulong steamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby /*C*/, unGameServerIP /*C*/, unGameServerPort /*C*/, steamIDGameServer /*C*/); + Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby, unGameServerIP, unGameServerPort, steamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyGameServer( ulong steamIDLobby, out uint /*uint32 **/ punGameServerIP, out ushort /*uint16 **/ punGameServerPort, out ulong psteamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby /*C*/, out punGameServerIP /*B*/, out punGameServerPort /*B*/, out psteamIDGameServer /*B*/); + return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby, out punGameServerIP, out punGameServerPort, out psteamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyMemberLimit( ulong steamIDLobby, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby, cMaxMembers); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyMemberLimit( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyType( ulong steamIDLobby, LobbyType /*ELobbyType*/ eLobbyType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby /*C*/, eLobbyType /*C*/); + return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby, eLobbyType); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyJoinable( ulong steamIDLobby, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bLobbyJoinable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby /*C*/, bLobbyJoinable /*C*/); + return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby, bLobbyJoinable); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyOwner( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyOwner( ulong steamIDLobby, ulong steamIDNewOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby /*C*/, steamIDNewOwner /*C*/); + return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby, steamIDNewOwner); } public virtual bool /*bool*/ ISteamMatchmaking_SetLinkedLobby( ulong steamIDLobby, ulong steamIDLobbyDependent ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby /*C*/, steamIDLobbyDependent /*C*/); + return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby, steamIDLobbyDependent); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestInternetServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestLANServerList( uint iApp, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFriendsServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFavoritesServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestHistoryServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestSpectatorServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_ReleaseRequest( IntPtr hServerListRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest /*C*/); + Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest); } public virtual IntPtr /*class gameserveritem_t **/ ISteamMatchmakingServers_GetServerDetails( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest /*C*/, iServer /*C*/); + return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest, iServer); } public virtual void /*void*/ ISteamMatchmakingServers_CancelQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest); } public virtual bool /*bool*/ ISteamMatchmakingServers_IsRefreshing( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest); } public virtual int /*int*/ ISteamMatchmakingServers_GetServerCount( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshServer( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest /*C*/, iServer /*C*/); + Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest, iServer); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PingServer( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPingResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PlayerDetails( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPlayersResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_ServerRules( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingRulesResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP, usPort, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_CancelServerQuery( int hServerQuery ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery /*C*/); + Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWrite( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile, pvData, cubData); } public virtual int /*int32*/ ISteamRemoteStorage_FileRead( string /*const char **/ pchFile, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile /*C*/, pvData /*C*/, cubDataToRead /*C*/); + return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile, pvData, cubDataToRead); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileWriteAsync( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile, pvData, cubData); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileReadAsync( string /*const char **/ pchFile, uint /*uint32*/ nOffset, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile /*C*/, nOffset /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile, nOffset, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileReadAsyncComplete( ulong hReadCall, IntPtr /*void **/ pvBuffer, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall /*C*/, pvBuffer /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall, pvBuffer, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileForget( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileDelete( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileShare( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_SetSyncPlatforms( string /*const char **/ pchFile, RemoteStoragePlatform /*ERemoteStoragePlatform*/ eRemoteStoragePlatform ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile /*C*/, eRemoteStoragePlatform /*C*/); + return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile, eRemoteStoragePlatform); } public virtual UGCFileWriteStreamHandle_t /*(UGCFileWriteStreamHandle_t)*/ ISteamRemoteStorage_FileWriteStreamOpen( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamWriteChunk( ulong writeHandle, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle, pvData, cubData); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamClose( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamCancel( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileExists( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FilePersisted( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileSize( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile); } public virtual long /*int64*/ ISteamRemoteStorage_GetFileTimestamp( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile); } public virtual RemoteStoragePlatform /*ERemoteStoragePlatform*/ ISteamRemoteStorage_GetSyncPlatforms( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileCount() { @@ -1418,7 +1418,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile /*C*/, pnFileSizeInBytes); + return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile, pnFileSizeInBytes); } public virtual bool /*bool*/ ISteamRemoteStorage_GetQuota( IntPtr /*int32 **/ pnTotalBytes, IntPtr /*int32 **/ puAvailableBytes ) { @@ -1442,31 +1442,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled /*C*/); + Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownload( ulong hContent, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent, unPriority); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDownloadProgress( ulong hContent, out int /*int32 **/ pnBytesDownloaded, out int /*int32 **/ pnBytesExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent /*C*/, out pnBytesDownloaded /*B*/, out pnBytesExpected /*B*/); + return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent, out pnBytesDownloaded, out pnBytesExpected); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDetails( ulong hContent, ref uint pnAppID, System.Text.StringBuilder /*char ***/ ppchName, IntPtr /*int32 **/ pnFileSizeInBytes, out ulong pSteamIDOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent /*C*/, ref pnAppID /*A*/, ppchName /*C*/, pnFileSizeInBytes, out pSteamIDOwner /*B*/); + return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent, ref pnAppID, ppchName, pnFileSizeInBytes, out pSteamIDOwner); } public virtual int /*int32*/ ISteamRemoteStorage_UGCRead( ulong hContent, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead, uint /*uint32*/ cOffset, UGCReadAction /*EUGCReadAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent /*C*/, pvData /*C*/, cubDataToRead /*C*/, cOffset /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent, pvData, cubDataToRead, cOffset, eAction); } public virtual int /*int32*/ ISteamRemoteStorage_GetCachedUGCCount() { @@ -1478,157 +1478,157 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent /*C*/); + return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishWorkshopFile( string /*const char **/ pchFile, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags, WorkshopFileType /*EWorkshopFileType*/ eWorkshopFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags, eWorkshopFileType /*C*/); + return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags, eWorkshopFileType); } public virtual PublishedFileUpdateHandle_t /*(PublishedFileUpdateHandle_t)*/ ISteamRemoteStorage_CreatePublishedFileUpdateRequest( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileFile( ulong updateHandle, string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle /*C*/, pchFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFilePreviewFile( ulong updateHandle, string /*const char **/ pchPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle /*C*/, pchPreviewFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle, pchPreviewFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTitle( ulong updateHandle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle /*C*/, pchTitle /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle, pchTitle); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileDescription( ulong updateHandle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle /*C*/, pchDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle, pchDescription); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileVisibility( ulong updateHandle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle /*C*/, eVisibility /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle, eVisibility); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTags( ulong updateHandle, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_CommitPublishedFileUpdate( ulong updateHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle /*C*/); + return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedFileDetails( ulong unPublishedFileId, uint /*uint32*/ unMaxSecondsOld ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId /*C*/, unMaxSecondsOld /*C*/); + return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId, unMaxSecondsOld); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_DeletePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserPublishedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSubscribedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UnsubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription( ulong updateHandle, string /*const char **/ pchChangeDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle /*C*/, pchChangeDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle, pchChangeDescription); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UpdateUserPublishedItemVote( ulong unPublishedFileId, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId /*C*/, bVoteUp /*C*/); + return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetUserPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSharedWorkshopFiles( ulong steamId, uint /*uint32*/ unStartIndex, IntPtr /*struct SteamParamStringArray_t **/ pRequiredTags, IntPtr /*struct SteamParamStringArray_t **/ pExcludedTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId /*C*/, unStartIndex /*C*/, pRequiredTags, pExcludedTags); + return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId, unStartIndex, pRequiredTags, pExcludedTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishVideo( WorkshopVideoProvider /*EWorkshopVideoProvider*/ eVideoProvider, string /*const char **/ pchVideoAccount, string /*const char **/ pchVideoIdentifier, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider /*C*/, pchVideoAccount /*C*/, pchVideoIdentifier /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags); + return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider, pchVideoAccount, pchVideoIdentifier, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SetUserPublishedFileAction( ulong unPublishedFileId, WorkshopFileAction /*EWorkshopFileAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId, eAction); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedFilesByUserAction( WorkshopFileAction /*EWorkshopFileAction*/ eAction, uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction /*C*/, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedWorkshopFiles( WorkshopEnumerationType /*EWorkshopEnumerationType*/ eEnumerationType, uint /*uint32*/ unStartIndex, uint /*uint32*/ unCount, uint /*uint32*/ unDays, IntPtr /*struct SteamParamStringArray_t **/ pTags, IntPtr /*struct SteamParamStringArray_t **/ pUserTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType /*C*/, unStartIndex /*C*/, unCount /*C*/, unDays /*C*/, pTags, pUserTags); + return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType, unStartIndex, unCount, unDays, pTags, pUserTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownloadToLocation( ulong hContent, string /*const char **/ pchLocation, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent /*C*/, pchLocation /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent, pchLocation, unPriority); } public virtual bool /*bool*/ ISteamUserStats_RequestCurrentStats() @@ -1641,55 +1641,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetStat0( string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat0(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat0(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_SetStat( string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat(_ptr, pchName /*C*/, nData /*C*/); + return Native.ISteamUserStats.SetStat(_ptr, pchName, nData); } public virtual bool /*bool*/ ISteamUserStats_SetStat0( string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat0(_ptr, pchName /*C*/, fData /*C*/); + return Native.ISteamUserStats.SetStat0(_ptr, pchName, fData); } public virtual bool /*bool*/ ISteamUserStats_UpdateAvgRateStat( string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamUserStats_GetAchievement( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievement(_ptr, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetAchievement(_ptr, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_SetAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.SetAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_ClearAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ClearAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.ClearAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAndUnlockTime( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_StoreStats() { @@ -1701,19 +1701,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName /*C*/); + return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName); } public virtual IntPtr ISteamUserStats_GetAchievementDisplayAttribute( string /*const char **/ pchName, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName /*C*/, pchKey /*C*/); + return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName, pchKey); } public virtual bool /*bool*/ ISteamUserStats_IndicateAchievementProgress( string /*const char **/ pchName, uint /*uint32*/ nCurProgress, uint /*uint32*/ nMaxProgress ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName /*C*/, nCurProgress /*C*/, nMaxProgress /*C*/); + return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName, nCurProgress, nMaxProgress); } public virtual uint /*uint32*/ ISteamUserStats_GetNumAchievements() { @@ -1725,98 +1725,98 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement /*C*/); + return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievementAndUnlockTime( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_ResetAllStats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAchievementsToo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo /*C*/); + return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindOrCreateLeaderboard( string /*const char **/ pchLeaderboardName, LeaderboardSortMethod /*ELeaderboardSortMethod*/ eLeaderboardSortMethod, LeaderboardDisplayType /*ELeaderboardDisplayType*/ eLeaderboardDisplayType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName /*C*/, eLeaderboardSortMethod /*C*/, eLeaderboardDisplayType /*C*/); + return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName, eLeaderboardSortMethod, eLeaderboardDisplayType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindLeaderboard( string /*const char **/ pchLeaderboardName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName /*C*/); + return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName); } public virtual IntPtr ISteamUserStats_GetLeaderboardName( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard); } public virtual int /*int*/ ISteamUserStats_GetLeaderboardEntryCount( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard); } public virtual LeaderboardSortMethod /*ELeaderboardSortMethod*/ ISteamUserStats_GetLeaderboardSortMethod( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard); } public virtual LeaderboardDisplayType /*ELeaderboardDisplayType*/ ISteamUserStats_GetLeaderboardDisplayType( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntries( ulong hSteamLeaderboard, LeaderboardDataRequest /*ELeaderboardDataRequest*/ eLeaderboardDataRequest, int /*int*/ nRangeStart, int /*int*/ nRangeEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard /*C*/, eLeaderboardDataRequest /*C*/, nRangeStart /*C*/, nRangeEnd /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard, eLeaderboardDataRequest, nRangeStart, nRangeEnd); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntriesForUsers( ulong hSteamLeaderboard, IntPtr /*class CSteamID **/ prgUsers, int /*int*/ cUsers ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard /*C*/, prgUsers, cUsers /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard, prgUsers, cUsers); } public virtual bool /*bool*/ ISteamUserStats_GetDownloadedLeaderboardEntry( ulong hSteamLeaderboardEntries, int /*int*/ index, ref LeaderboardEntry_t /*struct LeaderboardEntry_t **/ pLeaderboardEntry, IntPtr /*int32 **/ pDetails, int /*int*/ cDetailsMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); var pLeaderboardEntry_ps = new LeaderboardEntry_t.PackSmall(); - var ret = Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries /*C*/, index /*C*/, ref pLeaderboardEntry_ps, pDetails, cDetailsMax /*C*/); + var ret = Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries, index, ref pLeaderboardEntry_ps, pDetails, cDetailsMax); pLeaderboardEntry = pLeaderboardEntry_ps; return ret; } @@ -1824,13 +1824,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard /*C*/, eLeaderboardUploadScoreMethod /*C*/, nScore /*C*/, pScoreDetails, cScoreDetailsCount /*C*/); + return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard, eLeaderboardUploadScoreMethod, nScore, pScoreDetails, cScoreDetailsCount); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_AttachLeaderboardUGC( ulong hSteamLeaderboard, ulong hUGC ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard /*C*/, hUGC /*C*/); + return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard, hUGC); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_GetNumberOfCurrentPlayers() { @@ -1848,49 +1848,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual int /*int*/ ISteamUserStats_GetNextMostAchievedAchievementInfo( int /*int*/ iIteratorPrevious, System.Text.StringBuilder /*char **/ pchName, uint /*uint32*/ unNameBufLen, out float /*float **/ pflPercent, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious /*C*/, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAchievedPercent( string /*const char **/ pchName, out float /*float **/ pflPercent ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName /*C*/, out pflPercent /*B*/); + return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName, out pflPercent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestGlobalStats( int /*int*/ nHistoryDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays /*C*/); + return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat( string /*const char **/ pchStatName, out long /*int64 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat0( string /*const char **/ pchStatName, out double /*double **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName, out pData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory( string /*const char **/ pchStatName, out long /*int64 **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName, out pData, cubData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory0( string /*const char **/ pchStatName, out double /*double **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName, out pData, cubData); } public virtual bool /*bool*/ ISteamApps_BIsSubscribed() @@ -1933,19 +1933,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsSubscribedApp(_ptr, appID /*C*/); + return Native.ISteamApps.BIsSubscribedApp(_ptr, appID); } public virtual bool /*bool*/ ISteamApps_BIsDlcInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsDlcInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsDlcInstalled(_ptr, appID); } public virtual uint /*uint32*/ ISteamApps_GetEarliestPurchaseUnixTime( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID /*C*/); + return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_BIsSubscribedFromFreeWeekend() { @@ -1963,55 +1963,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC /*C*/, ref pAppID /*A*/, ref pbAvailable /*A*/, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC, ref pAppID, ref pbAvailable, pchName, cchNameBufferSize); } public virtual void /*void*/ ISteamApps_InstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.InstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.InstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_UninstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.UninstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.UninstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_RequestAppProofOfPurchaseKey( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID /*C*/); + Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_GetCurrentBetaName( System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName, cchNameBufferSize); } public virtual bool /*bool*/ ISteamApps_MarkContentCorrupt( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMissingFilesOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly /*C*/); + return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly); } public virtual uint /*uint32*/ ISteamApps_GetInstalledDepots( uint appID, IntPtr /*DepotId_t **/ pvecDepots, uint /*uint32*/ cMaxDepots ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetInstalledDepots(_ptr, appID /*C*/, pvecDepots, cMaxDepots /*C*/); + return Native.ISteamApps.GetInstalledDepots(_ptr, appID, pvecDepots, cMaxDepots); } public virtual uint /*uint32*/ ISteamApps_GetAppInstallDir( uint appID, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetAppInstallDir(_ptr, appID /*C*/, pchFolder /*C*/, cchFolderBufferSize /*C*/); + return Native.ISteamApps.GetAppInstallDir(_ptr, appID, pchFolder, cchFolderBufferSize); } public virtual bool /*bool*/ ISteamApps_BIsAppInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsAppInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsAppInstalled(_ptr, appID); } public virtual CSteamID /*(class CSteamID)*/ ISteamApps_GetAppOwner() { @@ -2023,13 +2023,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey /*C*/); + return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey); } public virtual bool /*bool*/ ISteamApps_GetDlcDownloadProgress( uint nAppID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID, out punBytesDownloaded, out punBytesTotal); } public virtual int /*int*/ ISteamApps_GetAppBuildId() { @@ -2048,44 +2048,44 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote /*C*/, pubData /*C*/, cubData /*C*/, eP2PSendType /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote, pubData, cubData, eP2PSendType, nChannel); } public virtual bool /*bool*/ ISteamNetworking_IsP2PPacketAvailable( out uint /*uint32 **/ pcubMsgSize, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize, nChannel); } public virtual bool /*bool*/ ISteamNetworking_ReadP2PPacket( IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, out ulong psteamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, out psteamIDRemote /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest, cubDest, out pcubMsgSize, out psteamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_AcceptP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PChannelWithUser( ulong steamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_GetP2PSessionState( ulong steamIDRemote, ref P2PSessionState_t /*struct P2PSessionState_t **/ pConnectionState ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); var pConnectionState_ps = new P2PSessionState_t.PackSmall(); - var ret = Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote /*C*/, ref pConnectionState_ps); + var ret = Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote, ref pConnectionState_ps); pConnectionState = pConnectionState_ps; return ret; } @@ -2093,104 +2093,104 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow /*C*/); + return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow); } public virtual SNetListenSocket_t /*(SNetListenSocket_t)*/ ISteamNetworking_CreateListenSocket( int /*int*/ nVirtualP2PPort, uint /*uint32*/ nIP, ushort /*uint16*/ nPort, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort /*C*/, nIP /*C*/, nPort /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort, nIP, nPort, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateP2PConnectionSocket( ulong steamIDTarget, int /*int*/ nVirtualPort, int /*int*/ nTimeoutSec, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget /*C*/, nVirtualPort /*C*/, nTimeoutSec /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget, nVirtualPort, nTimeoutSec, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateConnectionSocket( uint /*uint32*/ nIP, ushort /*uint16*/ nPort, int /*int*/ nTimeoutSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP /*C*/, nPort /*C*/, nTimeoutSec /*C*/); + return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP, nPort, nTimeoutSec); } public virtual bool /*bool*/ ISteamNetworking_DestroySocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroySocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroySocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_DestroyListenSocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_SendDataOnSocket( uint hSocket, IntPtr /*void **/ pubData, uint /*uint32*/ cubData, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReliable ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket /*C*/, pubData /*C*/, cubData /*C*/, bReliable /*C*/); + return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket, pubData, cubData, bReliable); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailableOnSocket( uint hSocket, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_RetrieveDataFromSocket( uint hSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket, pubDest, cubDest, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailable( uint hListenSocket, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_RetrieveData( uint hListenSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket, pubDest, cubDest, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_GetSocketInfo( uint hSocket, out ulong pSteamIDRemote, IntPtr /*int **/ peSocketStatus, out uint /*uint32 **/ punIPRemote, out ushort /*uint16 **/ punPortRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket /*C*/, out pSteamIDRemote /*B*/, peSocketStatus, out punIPRemote /*B*/, out punPortRemote /*B*/); + return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket, out pSteamIDRemote, peSocketStatus, out punIPRemote, out punPortRemote); } public virtual bool /*bool*/ ISteamNetworking_GetListenSocketInfo( uint hListenSocket, out uint /*uint32 **/ pnIP, out ushort /*uint16 **/ pnPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket /*C*/, out pnIP /*B*/, out pnPort /*B*/); + return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket, out pnIP, out pnPort); } public virtual SNetSocketConnectionType /*ESNetSocketConnectionType*/ ISteamNetworking_GetSocketConnectionType( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket); } public virtual int /*int*/ ISteamNetworking_GetMaxPacketSize( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_WriteScreenshot( IntPtr /*void **/ pubRGB, uint /*uint32*/ cubRGB, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB /*C*/, cubRGB /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB, cubRGB, nWidth, nHeight); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_AddScreenshotToLibrary( string /*const char **/ pchFilename, string /*const char **/ pchThumbnailFilename, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename /*C*/, pchThumbnailFilename /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename, pchThumbnailFilename, nWidth, nHeight); } public virtual void /*void*/ ISteamScreenshots_TriggerScreenshot() { @@ -2202,25 +2202,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - Native.ISteamScreenshots.HookScreenshots(_ptr, bHook /*C*/); + Native.ISteamScreenshots.HookScreenshots(_ptr, bHook); } public virtual bool /*bool*/ ISteamScreenshots_SetLocation( uint hScreenshot, string /*const char **/ pchLocation ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot /*C*/, pchLocation /*C*/); + return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot, pchLocation); } public virtual bool /*bool*/ ISteamScreenshots_TagUser( uint hScreenshot, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot /*C*/, steamID /*C*/); + return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot, steamID); } public virtual bool /*bool*/ ISteamScreenshots_TagPublishedFile( uint hScreenshot, ulong unPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot /*C*/, unPublishedFileID /*C*/); + return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot, unPublishedFileID); } public virtual bool /*bool*/ ISteamMusic_BIsEnabled() @@ -2269,7 +2269,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusic _ptr is null!" ); - Native.ISteamMusic.SetVolume(_ptr, flVolume /*C*/); + Native.ISteamMusic.SetVolume(_ptr, flVolume); } public virtual float /*float*/ ISteamMusic_GetVolume() { @@ -2282,7 +2282,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName /*C*/); + return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName); } public virtual bool /*bool*/ ISteamMusicRemote_DeregisterSteamMusicRemote() { @@ -2300,79 +2300,79 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_SetDisplayName( string /*const char **/ pchDisplayName ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName /*C*/); + return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName); } public virtual bool /*bool*/ ISteamMusicRemote_SetPNGIcon_64x64( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayPrevious( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayNext( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableQueue( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlaylists( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdatePlaybackStatus( AudioPlayback_Status /*AudioPlayback_Status*/ nStatus ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus /*C*/); + return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateVolume( float /*float*/ flValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue /*C*/); + return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryWillChange() { @@ -2384,25 +2384,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable /*C*/); + return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryText( string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds( int /*int*/ nValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryCoverArt( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryDidChange() { @@ -2426,13 +2426,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentQueueEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_QueueDidChange() { @@ -2456,13 +2456,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentPlaylistEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_PlaylistDidChange() { @@ -2475,182 +2475,182 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod /*C*/, pchAbsoluteURL /*C*/); + return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod, pchAbsoluteURL); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestContextValue( uint hRequest, ulong /*uint64*/ ulContextValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest /*C*/, ulContextValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest, ulContextValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestNetworkActivityTimeout( uint hRequest, uint /*uint32*/ unTimeoutSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest /*C*/, unTimeoutSeconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest, unTimeoutSeconds); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, string /*const char **/ pchHeaderValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, pchHeaderValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest, pchHeaderName, pchHeaderValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestGetOrPostParameter( uint hRequest, string /*const char **/ pchParamName, string /*const char **/ pchParamValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest /*C*/, pchParamName /*C*/, pchParamValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest, pchParamName, pchParamValue); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequest( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequestAndStreamResponse( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_DeferHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_PrioritizeHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderSize( uint hRequest, string /*const char **/ pchHeaderName, out uint /*uint32 **/ unResponseHeaderSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out unResponseHeaderSize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest, pchHeaderName, out unResponseHeaderSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, out byte /*uint8 **/ pHeaderValueBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out pHeaderValueBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest, pchHeaderName, out pHeaderValueBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodySize( uint hRequest, out uint /*uint32 **/ unBodySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest /*C*/, out unBodySize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest, out unBodySize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodyData( uint hRequest, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPStreamingResponseBodyData( uint hRequest, uint /*uint32*/ cOffset, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest /*C*/, cOffset /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest, cOffset, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_ReleaseHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPDownloadProgressPct( uint hRequest, out float /*float **/ pflPercentOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest /*C*/, out pflPercentOut /*B*/); + return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest, out pflPercentOut); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRawPostBody( uint hRequest, string /*const char **/ pchContentType, out byte /*uint8 **/ pubBody, uint /*uint32*/ unBodyLen ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest /*C*/, pchContentType /*C*/, out pubBody /*B*/, unBodyLen /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest, pchContentType, out pubBody, unBodyLen); } public virtual HTTPCookieContainerHandle /*(HTTPCookieContainerHandle)*/ ISteamHTTP_CreateCookieContainer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowResponsesToModify ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify /*C*/); + return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify); } public virtual bool /*bool*/ ISteamHTTP_ReleaseCookieContainer( uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer /*C*/); + return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetCookie( uint hCookieContainer, string /*const char **/ pchHost, string /*const char **/ pchUrl, string /*const char **/ pchCookie ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer /*C*/, pchHost /*C*/, pchUrl /*C*/, pchCookie /*C*/); + return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer, pchHost, pchUrl, pchCookie); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestCookieContainer( uint hRequest, uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest /*C*/, hCookieContainer /*C*/); + return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestUserAgentInfo( uint hRequest, string /*const char **/ pchUserAgentInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest /*C*/, pchUserAgentInfo /*C*/); + return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest, pchUserAgentInfo); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate( uint hRequest, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireVerifiedCertificate ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest /*C*/, bRequireVerifiedCertificate /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest, bRequireVerifiedCertificate); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestAbsoluteTimeoutMS( uint hRequest, uint /*uint32*/ unMilliseconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest /*C*/, unMilliseconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest, unMilliseconds); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPRequestWasTimedOut( uint hRequest, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbWasTimedOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest /*C*/, ref pbWasTimedOut /*A*/); + return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest, ref pbWasTimedOut); } public virtual ClientUnifiedMessageHandle /*(ClientUnifiedMessageHandle)*/ ISteamUnifiedMessages_SendMethod( string /*const char **/ pchServiceMethod, IntPtr /*const void **/ pRequestBuffer, uint /*uint32*/ unRequestBufferSize, ulong /*uint64*/ unContext ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod /*C*/, pRequestBuffer /*C*/, unRequestBufferSize /*C*/, unContext /*C*/); + return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod, pRequestBuffer, unRequestBufferSize, unContext); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseInfo( ulong hHandle, out uint /*uint32 **/ punResponseSize, out Result /*EResult **/ peResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle /*C*/, out punResponseSize /*B*/, out peResult /*B*/); + return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle, out punResponseSize, out peResult); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseData( ulong hHandle, IntPtr /*void **/ pResponseBuffer, uint /*uint32*/ unResponseBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAutoRelease ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle /*C*/, pResponseBuffer /*C*/, unResponseBufferSize /*C*/, bAutoRelease /*C*/); + return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle, pResponseBuffer, unResponseBufferSize, bAutoRelease); } public virtual bool /*bool*/ ISteamUnifiedMessages_ReleaseMethod( ulong hHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle /*C*/); + return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle); } public virtual bool /*bool*/ ISteamUnifiedMessages_SendNotification( string /*const char **/ pchServiceNotification, IntPtr /*const void **/ pNotificationBuffer, uint /*uint32*/ unNotificationBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification /*C*/, pNotificationBuffer /*C*/, unNotificationBufferSize /*C*/); + return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification, pNotificationBuffer, unNotificationBufferSize); } public virtual bool /*bool*/ ISteamController_Init() @@ -2681,111 +2681,111 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle /*C*/); + return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetActionSetHandle( string /*const char **/ pszActionSetName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName /*C*/); + return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName); } public virtual void /*void*/ ISteamController_ActivateActionSet( ulong controllerHandle, ulong actionSetHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.ActivateActionSet(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/); + Native.ISteamController.ActivateActionSet(_ptr, controllerHandle, actionSetHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetCurrentActionSet( ulong controllerHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle /*C*/); + return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle); } public virtual ControllerDigitalActionHandle_t /*(ControllerDigitalActionHandle_t)*/ ISteamController_GetDigitalActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName); } public virtual ControllerDigitalActionData_t /*struct ControllerDigitalActionData_t*/ ISteamController_GetDigitalActionData( ulong controllerHandle, ulong digitalActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle /*C*/, digitalActionHandle /*C*/); + return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle, digitalActionHandle); } public virtual int /*int*/ ISteamController_GetDigitalActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong digitalActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, digitalActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle, actionSetHandle, digitalActionHandle, out originsOut); } public virtual ControllerAnalogActionHandle_t /*(ControllerAnalogActionHandle_t)*/ ISteamController_GetAnalogActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName); } public virtual ControllerAnalogActionData_t /*struct ControllerAnalogActionData_t*/ ISteamController_GetAnalogActionData( ulong controllerHandle, ulong analogActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle /*C*/, analogActionHandle /*C*/); + return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle, analogActionHandle); } public virtual int /*int*/ ISteamController_GetAnalogActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong analogActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, analogActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle, actionSetHandle, analogActionHandle, out originsOut); } public virtual void /*void*/ ISteamController_StopAnalogActionMomentum( ulong controllerHandle, ulong eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle /*C*/, eAction /*C*/); + Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle, eAction); } public virtual void /*void*/ ISteamController_TriggerHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/); + Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec); } public virtual void /*void*/ ISteamController_TriggerRepeatedHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec, ushort /*unsigned short*/ usOffMicroSec, ushort /*unsigned short*/ unRepeat, uint /*unsigned int*/ nFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/, usOffMicroSec /*C*/, unRepeat /*C*/, nFlags /*C*/); + Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec, usOffMicroSec, unRepeat, nFlags); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUserUGCRequest( uint unAccountID, UserUGCList /*EUserUGCList*/ eListType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingUGCType, UserUGCListSortOrder /*EUserUGCListSortOrder*/ eSortOrder, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID /*C*/, eListType /*C*/, eMatchingUGCType /*C*/, eSortOrder /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID, eListType, eMatchingUGCType, eSortOrder, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryAllUGCRequest( UGCQuery /*EUGCQuery*/ eQueryType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType /*C*/, eMatchingeMatchingUGCTypeFileType /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType, eMatchingeMatchingUGCTypeFileType, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUGCDetailsRequest( IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ unNumPublishedFileIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID /*C*/, unNumPublishedFileIDs /*C*/); + return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID, unNumPublishedFileIDs); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SendQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCResult( ulong handle, uint /*uint32*/ index, ref SteamUGCDetails_t /*struct SteamUGCDetails_t **/ pDetails ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); var pDetails_ps = new SteamUGCDetails_t.PackSmall(); - var ret = Native.ISteamUGC.GetQueryUGCResult(_ptr, handle /*C*/, index /*C*/, ref pDetails_ps /*C*/); + var ret = Native.ISteamUGC.GetQueryUGCResult(_ptr, handle, index, ref pDetails_ps); pDetails = pDetails_ps; return ret; } @@ -2793,301 +2793,301 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle /*C*/, index /*C*/, pchURL /*C*/, cchURLSize /*C*/); + return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle, index, pchURL, cchURLSize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCMetadata( ulong handle, uint /*uint32*/ index, System.Text.StringBuilder /*char **/ pchMetadata, uint /*uint32*/ cchMetadatasize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle /*C*/, index /*C*/, pchMetadata /*C*/, cchMetadatasize /*C*/); + return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle, index, pchMetadata, cchMetadatasize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCChildren( ulong handle, uint /*uint32*/ index, IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ cMaxEntries ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle /*C*/, index /*C*/, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle, index, pvecPublishedFileID, cMaxEntries); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCStatistic( ulong handle, uint /*uint32*/ index, ItemStatistic /*EItemStatistic*/ eStatType, out uint /*uint32 **/ pStatValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle /*C*/, index /*C*/, eStatType /*C*/, out pStatValue /*B*/); + return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle, index, eStatType, out pStatValue); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumAdditionalPreviews( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCAdditionalPreview( ulong handle, uint /*uint32*/ index, uint /*uint32*/ previewIndex, System.Text.StringBuilder /*char **/ pchURLOrVideoID, uint /*uint32*/ cchURLSize, System.Text.StringBuilder /*char **/ pchOriginalFileName, uint /*uint32*/ cchOriginalFileNameSize, out ItemPreviewType /*EItemPreviewType **/ pPreviewType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle /*C*/, index /*C*/, previewIndex /*C*/, pchURLOrVideoID /*C*/, cchURLSize /*C*/, pchOriginalFileName /*C*/, cchOriginalFileNameSize /*C*/, out pPreviewType /*B*/); + return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle, index, previewIndex, pchURLOrVideoID, cchURLSize, pchOriginalFileName, cchOriginalFileNameSize, out pPreviewType); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumKeyValueTags( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCKeyValueTag( ulong handle, uint /*uint32*/ index, uint /*uint32*/ keyValueTagIndex, System.Text.StringBuilder /*char **/ pchKey, uint /*uint32*/ cchKeySize, System.Text.StringBuilder /*char **/ pchValue, uint /*uint32*/ cchValueSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle /*C*/, index /*C*/, keyValueTagIndex /*C*/, pchKey /*C*/, cchKeySize /*C*/, pchValue /*C*/, cchValueSize /*C*/); + return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle, index, keyValueTagIndex, pchKey, cchKeySize, pchValue, cchValueSize); } public virtual bool /*bool*/ ISteamUGC_ReleaseQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_AddRequiredTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddRequiredTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_AddExcludedTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddExcludedTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddExcludedTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_SetReturnKeyValueTags( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnKeyValueTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle /*C*/, bReturnKeyValueTags /*C*/); + return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle, bReturnKeyValueTags); } public virtual bool /*bool*/ ISteamUGC_SetReturnLongDescription( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnLongDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle /*C*/, bReturnLongDescription /*C*/); + return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle, bReturnLongDescription); } public virtual bool /*bool*/ ISteamUGC_SetReturnMetadata( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnMetadata ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnMetadata(_ptr, handle /*C*/, bReturnMetadata /*C*/); + return Native.ISteamUGC.SetReturnMetadata(_ptr, handle, bReturnMetadata); } public virtual bool /*bool*/ ISteamUGC_SetReturnChildren( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnChildren ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnChildren(_ptr, handle /*C*/, bReturnChildren /*C*/); + return Native.ISteamUGC.SetReturnChildren(_ptr, handle, bReturnChildren); } public virtual bool /*bool*/ ISteamUGC_SetReturnAdditionalPreviews( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnAdditionalPreviews ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle /*C*/, bReturnAdditionalPreviews /*C*/); + return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle, bReturnAdditionalPreviews); } public virtual bool /*bool*/ ISteamUGC_SetReturnTotalOnly( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnTotalOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle /*C*/, bReturnTotalOnly /*C*/); + return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle, bReturnTotalOnly); } public virtual bool /*bool*/ ISteamUGC_SetLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetAllowCachedResponse( ulong handle, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle, unMaxAgeSeconds); } public virtual bool /*bool*/ ISteamUGC_SetCloudFileNameFilter( ulong handle, string /*const char **/ pMatchCloudFileName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle /*C*/, pMatchCloudFileName /*C*/); + return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle, pMatchCloudFileName); } public virtual bool /*bool*/ ISteamUGC_SetMatchAnyTag( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMatchAnyTag ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle /*C*/, bMatchAnyTag /*C*/); + return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle, bMatchAnyTag); } public virtual bool /*bool*/ ISteamUGC_SetSearchText( ulong handle, string /*const char **/ pSearchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetSearchText(_ptr, handle /*C*/, pSearchText /*C*/); + return Native.ISteamUGC.SetSearchText(_ptr, handle, pSearchText); } public virtual bool /*bool*/ ISteamUGC_SetRankedByTrendDays( ulong handle, uint /*uint32*/ unDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle /*C*/, unDays /*C*/); + return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle, unDays); } public virtual bool /*bool*/ ISteamUGC_AddRequiredKeyValueTag( ulong handle, string /*const char **/ pKey, string /*const char **/ pValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle /*C*/, pKey /*C*/, pValue /*C*/); + return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle, pKey, pValue); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RequestUGCDetails( ulong nPublishedFileID, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID, unMaxAgeSeconds); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_CreateItem( uint nConsumerAppId, WorkshopFileType /*EWorkshopFileType*/ eFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId /*C*/, eFileType /*C*/); + return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId, eFileType); } public virtual UGCUpdateHandle_t /*(UGCUpdateHandle_t)*/ ISteamUGC_StartItemUpdate( uint nConsumerAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_SetItemTitle( ulong handle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTitle(_ptr, handle /*C*/, pchTitle /*C*/); + return Native.ISteamUGC.SetItemTitle(_ptr, handle, pchTitle); } public virtual bool /*bool*/ ISteamUGC_SetItemDescription( ulong handle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemDescription(_ptr, handle /*C*/, pchDescription /*C*/); + return Native.ISteamUGC.SetItemDescription(_ptr, handle, pchDescription); } public virtual bool /*bool*/ ISteamUGC_SetItemUpdateLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetItemMetadata( ulong handle, string /*const char **/ pchMetaData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemMetadata(_ptr, handle /*C*/, pchMetaData /*C*/); + return Native.ISteamUGC.SetItemMetadata(_ptr, handle, pchMetaData); } public virtual bool /*bool*/ ISteamUGC_SetItemVisibility( ulong handle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemVisibility(_ptr, handle /*C*/, eVisibility /*C*/); + return Native.ISteamUGC.SetItemVisibility(_ptr, handle, eVisibility); } public virtual bool /*bool*/ ISteamUGC_SetItemTags( ulong updateHandle, IntPtr /*const struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamUGC.SetItemTags(_ptr, updateHandle, pTags); } public virtual bool /*bool*/ ISteamUGC_SetItemContent( ulong handle, string /*const char **/ pszContentFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemContent(_ptr, handle /*C*/, pszContentFolder /*C*/); + return Native.ISteamUGC.SetItemContent(_ptr, handle, pszContentFolder); } public virtual bool /*bool*/ ISteamUGC_SetItemPreview( ulong handle, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemPreview(_ptr, handle /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.SetItemPreview(_ptr, handle, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_RemoveItemKeyValueTags( ulong handle, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle /*C*/, pchKey /*C*/); + return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle, pchKey); } public virtual bool /*bool*/ ISteamUGC_AddItemKeyValueTag( ulong handle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle, pchKey, pchValue); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewFile( ulong handle, string /*const char **/ pszPreviewFile, ItemPreviewType /*EItemPreviewType*/ type ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle /*C*/, pszPreviewFile /*C*/, type /*C*/); + return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle, pszPreviewFile, type); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewVideo( ulong handle, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewFile( ulong handle, uint /*uint32*/ index, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle /*C*/, index /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle, index, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewVideo( ulong handle, uint /*uint32*/ index, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle /*C*/, index /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle, index, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_RemoveItemPreview( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemPreview(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.RemoveItemPreview(_ptr, handle, index); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubmitItemUpdate( ulong handle, string /*const char **/ pchChangeNote ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle /*C*/, pchChangeNote /*C*/); + return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle, pchChangeNote); } public virtual ItemUpdateStatus /*EItemUpdateStatus*/ ISteamUGC_GetItemUpdateProgress( ulong handle, out ulong /*uint64 **/ punBytesProcessed, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle /*C*/, out punBytesProcessed /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle, out punBytesProcessed, out punBytesTotal); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SetUserItemVote( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID /*C*/, bVoteUp /*C*/); + return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_GetUserItemVote( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_AddItemToFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RemoveItemFromFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_UnsubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID); } public virtual uint /*uint32*/ ISteamUGC_GetNumSubscribedItems() { @@ -3099,43 +3099,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID, cMaxEntries); } public virtual uint /*uint32*/ ISteamUGC_GetItemState( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_GetItemInstallInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punSizeOnDisk, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderSize, out uint /*uint32 **/ punTimeStamp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID /*C*/, out punSizeOnDisk /*B*/, pchFolder /*C*/, cchFolderSize /*C*/, out punTimeStamp /*B*/); + return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID, out punSizeOnDisk, pchFolder, cchFolderSize, out punTimeStamp); } public virtual bool /*bool*/ ISteamUGC_GetItemDownloadInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID, out punBytesDownloaded, out punBytesTotal); } public virtual bool /*bool*/ ISteamUGC_DownloadItem( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHighPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID /*C*/, bHighPriority /*C*/); + return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID, bHighPriority); } public virtual bool /*bool*/ ISteamUGC_BInitWorkshopForGameServer( uint unWorkshopDepotID, string /*const char **/ pszFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID /*C*/, pszFolder /*C*/); + return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID, pszFolder); } public virtual void /*void*/ ISteamUGC_SuspendDownloads( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSuspend ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend /*C*/); + Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend); } public virtual uint /*uint32*/ ISteamAppList_GetNumInstalledApps() @@ -3148,25 +3148,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID /*C*/, unMaxAppIDs /*C*/); + return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID, unMaxAppIDs); } public virtual int /*int*/ ISteamAppList_GetAppName( uint nAppID, System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppName(_ptr, nAppID /*C*/, pchName /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppName(_ptr, nAppID, pchName, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppInstallDir( uint nAppID, System.Text.StringBuilder /*char **/ pchDirectory, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID /*C*/, pchDirectory /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID, pchDirectory, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppBuildId( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID /*C*/); + return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID); } public virtual void /*void*/ ISteamHTMLSurface_DestructISteamHTMLSurface() @@ -3191,290 +3191,290 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent /*C*/, pchUserCSS /*C*/); + return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent, pchUserCSS); } public virtual void /*void*/ ISteamHTMLSurface_RemoveBrowser( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_LoadURL( uint unBrowserHandle, string /*const char **/ pchURL, string /*const char **/ pchPostData ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle /*C*/, pchURL /*C*/, pchPostData /*C*/); + Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle, pchURL, pchPostData); } public virtual void /*void*/ ISteamHTMLSurface_SetSize( uint unBrowserHandle, uint /*uint32*/ unWidth, uint /*uint32*/ unHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle /*C*/, unWidth /*C*/, unHeight /*C*/); + Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle, unWidth, unHeight); } public virtual void /*void*/ ISteamHTMLSurface_StopLoad( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Reload( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoBack( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoForward( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_AddHeader( uint unBrowserHandle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle, pchKey, pchValue); } public virtual void /*void*/ ISteamHTMLSurface_ExecuteJavascript( uint unBrowserHandle, string /*const char **/ pchScript ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle /*C*/, pchScript /*C*/); + Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle, pchScript); } public virtual void /*void*/ ISteamHTMLSurface_MouseUp( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDown( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDoubleClick( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseMove( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_MouseWheel( uint unBrowserHandle, int /*int32*/ nDelta ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle /*C*/, nDelta /*C*/); + Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle, nDelta); } public virtual void /*void*/ ISteamHTMLSurface_KeyDown( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyUp( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyChar( uint unBrowserHandle, uint /*uint32*/ cUnicodeChar, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle /*C*/, cUnicodeChar /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle, cUnicodeChar, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_SetHorizontalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetVerticalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetKeyFocus( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHasKeyFocus ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle /*C*/, bHasKeyFocus /*C*/); + Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle, bHasKeyFocus); } public virtual void /*void*/ ISteamHTMLSurface_ViewSource( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_CopyToClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_PasteFromClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Find( uint unBrowserHandle, string /*const char **/ pchSearchStr, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bCurrentlyInFind, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReverse ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle /*C*/, pchSearchStr /*C*/, bCurrentlyInFind /*C*/, bReverse /*C*/); + Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle, pchSearchStr, bCurrentlyInFind, bReverse); } public virtual void /*void*/ ISteamHTMLSurface_StopFind( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GetLinkAtPosition( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_SetCookie( string /*const char **/ pchHostname, string /*const char **/ pchKey, string /*const char **/ pchValue, string /*const char **/ pchPath, uint nExpires, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSecure, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHTTPOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname /*C*/, pchKey /*C*/, pchValue /*C*/, pchPath /*C*/, nExpires /*C*/, bSecure /*C*/, bHTTPOnly /*C*/); + Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname, pchKey, pchValue, pchPath, nExpires, bSecure, bHTTPOnly); } public virtual void /*void*/ ISteamHTMLSurface_SetPageScaleFactor( uint unBrowserHandle, float /*float*/ flZoom, int /*int*/ nPointX, int /*int*/ nPointY ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle /*C*/, flZoom /*C*/, nPointX /*C*/, nPointY /*C*/); + Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle, flZoom, nPointX, nPointY); } public virtual void /*void*/ ISteamHTMLSurface_SetBackgroundMode( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bBackgroundMode ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle /*C*/, bBackgroundMode /*C*/); + Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle, bBackgroundMode); } public virtual void /*void*/ ISteamHTMLSurface_AllowStartRequest( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowed ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle /*C*/, bAllowed /*C*/); + Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle, bAllowed); } public virtual void /*void*/ ISteamHTMLSurface_JSDialogResponse( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle /*C*/, bResult /*C*/); + Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle, bResult); } public virtual Result /*EResult*/ ISteamInventory_GetResultStatus( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetResultItems( int resultHandle, IntPtr /*struct SteamItemDetails_t **/ pOutItemsArray, out uint /*uint32 **/ punOutItemsArraySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultItems(_ptr, resultHandle /*C*/, pOutItemsArray, out punOutItemsArraySize /*B*/); + return Native.ISteamInventory.GetResultItems(_ptr, resultHandle, pOutItemsArray, out punOutItemsArraySize); } public virtual uint /*uint32*/ ISteamInventory_GetResultTimestamp( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_CheckResultSteamID( int resultHandle, ulong steamIDExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle /*C*/, steamIDExpected /*C*/); + return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle, steamIDExpected); } public virtual void /*void*/ ISteamInventory_DestroyResult( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - Native.ISteamInventory.DestroyResult(_ptr, resultHandle /*C*/); + Native.ISteamInventory.DestroyResult(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetAllItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_GetItemsByID( ref int pResultHandle, IntPtr /*const SteamItemInstanceID_t **/ pInstanceIDs, uint /*uint32*/ unCountInstanceIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle /*A*/, pInstanceIDs, unCountInstanceIDs /*C*/); + return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle, pInstanceIDs, unCountInstanceIDs); } public virtual bool /*bool*/ ISteamInventory_SerializeResult( int resultHandle, IntPtr /*void **/ pOutBuffer, out uint /*uint32 **/ punOutBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.SerializeResult(_ptr, resultHandle /*C*/, pOutBuffer /*C*/, out punOutBufferSize /*B*/); + return Native.ISteamInventory.SerializeResult(_ptr, resultHandle, pOutBuffer, out punOutBufferSize); } public virtual bool /*bool*/ ISteamInventory_DeserializeResult( ref int pOutResultHandle, IntPtr /*const void **/ pBuffer, uint /*uint32*/ unBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRESERVED_MUST_BE_FALSE ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle /*A*/, pBuffer /*C*/, unBufferSize /*C*/, bRESERVED_MUST_BE_FALSE /*C*/); + return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle, pBuffer, unBufferSize, bRESERVED_MUST_BE_FALSE); } public virtual bool /*bool*/ ISteamInventory_GenerateItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, out uint /*const uint32 **/ punArrayQuantity, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, out punArrayQuantity /*B*/, unArrayLength /*C*/); + return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle, pArrayItemDefs, out punArrayQuantity, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_GrantPromoItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_AddPromoItem( ref int pResultHandle, int itemDef ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle /*A*/, itemDef /*C*/); + return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle, itemDef); } public virtual bool /*bool*/ ISteamInventory_AddPromoItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, unArrayLength /*C*/); + return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle, pArrayItemDefs, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_ConsumeItem( ref int pResultHandle, ulong itemConsume, uint /*uint32*/ unQuantity ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle /*A*/, itemConsume /*C*/, unQuantity /*C*/); + return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle, itemConsume, unQuantity); } public virtual bool /*bool*/ ISteamInventory_ExchangeItems( ref int pResultHandle, ref int pArrayGenerate, out uint /*const uint32 **/ punArrayGenerateQuantity, uint /*uint32*/ unArrayGenerateLength, IntPtr /*const SteamItemInstanceID_t **/ pArrayDestroy, IntPtr /*const uint32 **/ punArrayDestroyQuantity, uint /*uint32*/ unArrayDestroyLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle /*A*/, ref pArrayGenerate /*A*/, out punArrayGenerateQuantity /*B*/, unArrayGenerateLength /*C*/, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength /*C*/); + return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle, ref pArrayGenerate, out punArrayGenerateQuantity, unArrayGenerateLength, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength); } public virtual bool /*bool*/ ISteamInventory_TransferItemQuantity( ref int pResultHandle, ulong itemIdSource, uint /*uint32*/ unQuantity, ulong itemIdDest ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle /*A*/, itemIdSource /*C*/, unQuantity /*C*/, itemIdDest /*C*/); + return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle, itemIdSource, unQuantity, itemIdDest); } public virtual void /*void*/ ISteamInventory_SendItemDropHeartbeat() { @@ -3486,13 +3486,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle /*A*/, dropListDefinition /*C*/); + return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle, dropListDefinition); } public virtual bool /*bool*/ ISteamInventory_TradeItems( ref int pResultHandle, ulong steamIDTradePartner, ref ulong pArrayGive, out uint /*const uint32 **/ pArrayGiveQuantity, uint /*uint32*/ nArrayGiveLength, ref ulong pArrayGet, out uint /*const uint32 **/ pArrayGetQuantity, uint /*uint32*/ nArrayGetLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle /*A*/, steamIDTradePartner /*C*/, ref pArrayGive /*A*/, out pArrayGiveQuantity /*B*/, nArrayGiveLength /*C*/, ref pArrayGet /*A*/, out pArrayGetQuantity /*B*/, nArrayGetLength /*C*/); + return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle, steamIDTradePartner, ref pArrayGive, out pArrayGiveQuantity, nArrayGiveLength, ref pArrayGet, out pArrayGetQuantity, nArrayGetLength); } public virtual bool /*bool*/ ISteamInventory_LoadItemDefinitions() { @@ -3504,20 +3504,20 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize /*B*/); + return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize); } public virtual bool /*bool*/ ISteamInventory_GetItemDefinitionProperty( int iDefinition, string /*const char **/ pchPropertyName, System.Text.StringBuilder /*char **/ pchValueBuffer, out uint /*uint32 **/ punValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition /*C*/, pchPropertyName /*C*/, pchValueBuffer /*C*/, out punValueBufferSize /*B*/); + return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition, pchPropertyName, pchValueBuffer, out punValueBufferSize); } public virtual void /*void*/ ISteamVideo_GetVideoURL( uint unVideoAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamVideo _ptr is null!" ); - Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID /*C*/); + Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID); } public virtual bool /*bool*/ ISteamVideo_IsBroadcasting( IntPtr /*int **/ pnNumViewers ) { @@ -3530,37 +3530,37 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.InitGameServer(_ptr, unIP /*C*/, usGamePort /*C*/, usQueryPort /*C*/, unFlags /*C*/, nGameAppId /*C*/, pchVersionString /*C*/); + return Native.ISteamGameServer.InitGameServer(_ptr, unIP, usGamePort, usQueryPort, unFlags, nGameAppId, pchVersionString); } public virtual void /*void*/ ISteamGameServer_SetProduct( string /*const char **/ pszProduct ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetProduct(_ptr, pszProduct /*C*/); + Native.ISteamGameServer.SetProduct(_ptr, pszProduct); } public virtual void /*void*/ ISteamGameServer_SetGameDescription( string /*const char **/ pszGameDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription /*C*/); + Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription); } public virtual void /*void*/ ISteamGameServer_SetModDir( string /*const char **/ pszModDir ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetModDir(_ptr, pszModDir /*C*/); + Native.ISteamGameServer.SetModDir(_ptr, pszModDir); } public virtual void /*void*/ ISteamGameServer_SetDedicatedServer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bDedicated ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated /*C*/); + Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated); } public virtual void /*void*/ ISteamGameServer_LogOn( string /*const char **/ pszToken ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.LogOn(_ptr, pszToken /*C*/); + Native.ISteamGameServer.LogOn(_ptr, pszToken); } public virtual void /*void*/ ISteamGameServer_LogOnAnonymous() { @@ -3602,43 +3602,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax /*C*/); + Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax); } public virtual void /*void*/ ISteamGameServer_SetBotPlayerCount( int /*int*/ cBotplayers ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers /*C*/); + Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers); } public virtual void /*void*/ ISteamGameServer_SetServerName( string /*const char **/ pszServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetServerName(_ptr, pszServerName /*C*/); + Native.ISteamGameServer.SetServerName(_ptr, pszServerName); } public virtual void /*void*/ ISteamGameServer_SetMapName( string /*const char **/ pszMapName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMapName(_ptr, pszMapName /*C*/); + Native.ISteamGameServer.SetMapName(_ptr, pszMapName); } public virtual void /*void*/ ISteamGameServer_SetPasswordProtected( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bPasswordProtected ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected /*C*/); + Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected); } public virtual void /*void*/ ISteamGameServer_SetSpectatorPort( ushort /*uint16*/ unSpectatorPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort /*C*/); + Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort); } public virtual void /*void*/ ISteamGameServer_SetSpectatorServerName( string /*const char **/ pszSpectatorServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName /*C*/); + Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName); } public virtual void /*void*/ ISteamGameServer_ClearAllKeyValues() { @@ -3650,31 +3650,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetKeyValue(_ptr, pKey /*C*/, pValue /*C*/); + Native.ISteamGameServer.SetKeyValue(_ptr, pKey, pValue); } public virtual void /*void*/ ISteamGameServer_SetGameTags( string /*const char **/ pchGameTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags /*C*/); + Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags); } public virtual void /*void*/ ISteamGameServer_SetGameData( string /*const char **/ pchGameData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameData(_ptr, pchGameData /*C*/); + Native.ISteamGameServer.SetGameData(_ptr, pchGameData); } public virtual void /*void*/ ISteamGameServer_SetRegion( string /*const char **/ pszRegion ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetRegion(_ptr, pszRegion /*C*/); + Native.ISteamGameServer.SetRegion(_ptr, pszRegion); } public virtual bool /*bool*/ ISteamGameServer_SendUserConnectAndAuthenticate( uint /*uint32*/ unIPClient, IntPtr /*const void **/ pvAuthBlob, uint /*uint32*/ cubAuthBlobSize, out ulong pSteamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient /*C*/, pvAuthBlob /*C*/, cubAuthBlobSize /*C*/, out pSteamIDUser /*B*/); + return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient, pvAuthBlob, cubAuthBlobSize, out pSteamIDUser); } public virtual CSteamID /*(class CSteamID)*/ ISteamGameServer_CreateUnauthenticatedUserConnection() { @@ -3686,49 +3686,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser /*C*/); + Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServer_BUpdateUserData( ulong steamIDUser, string /*const char **/ pchPlayerName, uint /*uint32*/ uScore ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser /*C*/, pchPlayerName /*C*/, uScore /*C*/); + return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser, pchPlayerName, uScore); } public virtual HAuthTicket /*(HAuthTicket)*/ ISteamGameServer_GetAuthSessionTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamGameServer_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamGameServer_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamGameServer.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamGameServer_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamGameServer_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamGameServer_RequestUserGroupStatus( ulong steamIDUser, ulong steamIDGroup ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser /*C*/, steamIDGroup /*C*/); + return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser, steamIDGroup); } public virtual void /*void*/ ISteamGameServer_GetGameplayStats() { @@ -3752,25 +3752,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData /*C*/, cbData /*C*/, srcIP /*C*/, srcPort /*C*/); + return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData, cbData, srcIP, srcPort); } public virtual int /*int*/ ISteamGameServer_GetNextOutgoingPacket( IntPtr /*void **/ pOut, int /*int*/ cbMaxOut, out uint /*uint32 **/ pNetAdr, out ushort /*uint16 **/ pPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut /*C*/, cbMaxOut /*C*/, out pNetAdr /*B*/, out pPort /*B*/); + return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut, cbMaxOut, out pNetAdr, out pPort); } public virtual void /*void*/ ISteamGameServer_EnableHeartbeats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bActive ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive /*C*/); + Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive); } public virtual void /*void*/ ISteamGameServer_SetHeartbeatInterval( int /*int*/ iHeartbeatInterval ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval /*C*/); + Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval); } public virtual void /*void*/ ISteamGameServer_ForceHeartbeat() { @@ -3782,74 +3782,74 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan /*C*/); + return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServer_ComputeNewPlayerCompatibility( ulong steamIDNewPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer /*C*/); + return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat( ulong steamIDUser, string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, nData /*C*/); + return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser, pchName, nData); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat0( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, fData /*C*/); + return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser, pchName, fData); } public virtual bool /*bool*/ ISteamGameServerStats_UpdateUserAvgRateStat( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser /*C*/, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser, pchName); } public virtual bool /*bool*/ ISteamGameServerStats_ClearUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser, pchName); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_StoreUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser); } public virtual void /*void*/ SteamApi_SteamAPI_Init() @@ -3866,15 +3866,15 @@ namespace SteamNative } public virtual void /*void*/ SteamApi_SteamAPI_RegisterCallback( IntPtr /*void **/ pCallback, int /*int*/ callback ) { - Native.SteamApi.SteamAPI_RegisterCallback(pCallback /*C*/, callback /*C*/); + Native.SteamApi.SteamAPI_RegisterCallback(pCallback, callback); } public virtual void /*void*/ SteamApi_SteamAPI_UnregisterCallback( IntPtr /*void **/ pCallback ) { - Native.SteamApi.SteamAPI_UnregisterCallback(pCallback /*C*/); + Native.SteamApi.SteamAPI_UnregisterCallback(pCallback); } public virtual bool /*bool*/ SteamApi_SteamInternal_GameServer_Init( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, ushort /*uint16*/ usGamePort, ushort /*uint16*/ usQueryPort, int /*int*/ eServerMode, string /*const char **/ pchVersionString ) { - return Native.SteamApi.SteamInternal_GameServer_Init(unIP /*C*/, usPort /*C*/, usGamePort /*C*/, usQueryPort /*C*/, eServerMode /*C*/, pchVersionString /*C*/); + return Native.SteamApi.SteamInternal_GameServer_Init(unIP, usPort, usGamePort, usQueryPort, eServerMode, pchVersionString); } public virtual void /*void*/ SteamApi_SteamAPI_Shutdown() { @@ -3898,7 +3898,7 @@ namespace SteamNative } public virtual IntPtr /*void **/ SteamApi_SteamInternal_CreateInterface( string /*const char **/ version ) { - return Native.SteamApi.SteamInternal_CreateInterface(version /*C*/); + return Native.SteamApi.SteamInternal_CreateInterface(version); } internal static unsafe class Native diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux64.cs b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux64.cs index cd6a21c..07861fc 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux64.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Linux64.cs @@ -35,109 +35,109 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_ConnectToGlobalUser( int hSteamPipe ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_CreateLocalUser( out int phSteamPipe, AccountType /*EAccountType*/ eAccountType ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe /*B*/, eAccountType /*C*/); + return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe, eAccountType); } public virtual void /*void*/ ISteamClient_ReleaseUser( int hSteamPipe, int hUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe /*C*/, hUser /*C*/); + Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe, hUser); } public virtual IntPtr /*class ISteamUser **/ ISteamClient_GetISteamUser( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServer **/ ISteamClient_GetISteamGameServer( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual void /*void*/ ISteamClient_SetLocalIPBinding( uint /*uint32*/ unIP, ushort /*uint16*/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetLocalIPBinding(_ptr, unIP /*C*/, usPort /*C*/); + Native.ISteamClient.SetLocalIPBinding(_ptr, unIP, usPort); } public virtual IntPtr /*class ISteamFriends **/ ISteamClient_GetISteamFriends( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUtils **/ ISteamClient_GetISteamUtils( int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmaking **/ ISteamClient_GetISteamMatchmaking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmakingServers **/ ISteamClient_GetISteamMatchmakingServers( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*void **/ ISteamClient_GetISteamGenericInterface( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUserStats **/ ISteamClient_GetISteamUserStats( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServerStats **/ ISteamClient_GetISteamGameServerStats( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamApps **/ ISteamClient_GetISteamApps( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamNetworking **/ ISteamClient_GetISteamNetworking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamRemoteStorage **/ ISteamClient_GetISteamRemoteStorage( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamScreenshots **/ ISteamClient_GetISteamScreenshots( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual uint /*uint32*/ ISteamClient_GetIPCCallCount() { @@ -149,7 +149,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamClient_BShutdownIfAllPipesClosed() { @@ -161,61 +161,61 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUnifiedMessages **/ ISteamClient_GetISteamUnifiedMessages( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamController **/ ISteamClient_GetISteamController( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamController(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamController(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUGC **/ ISteamClient_GetISteamUGC( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamAppList **/ ISteamClient_GetISteamAppList( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusic **/ ISteamClient_GetISteamMusic( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusicRemote **/ ISteamClient_GetISteamMusicRemote( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamHTMLSurface **/ ISteamClient_GetISteamHTMLSurface( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamInventory **/ ISteamClient_GetISteamInventory( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamVideo **/ ISteamClient_GetISteamVideo( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual HSteamUser /*(HSteamUser)*/ ISteamUser_GetHSteamUser() @@ -240,25 +240,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob /*C*/, cbMaxAuthBlob /*C*/, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/, bSecure /*C*/); + return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob, cbMaxAuthBlob, steamIDGameServer, unIPServer, usPortServer, bSecure); } public virtual void /*void*/ ISteamUser_TerminateGameConnection( uint /*uint32*/ unIPServer, ushort /*uint16*/ usPortServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer, usPortServer); } public virtual void /*void*/ ISteamUser_TrackAppUsageEvent( ulong gameID, int /*int*/ eAppUsageEvent, string /*const char **/ pchExtraInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID /*C*/, eAppUsageEvent /*C*/, pchExtraInfo /*C*/); + Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID, eAppUsageEvent, pchExtraInfo); } public virtual bool /*bool*/ ISteamUser_GetUserDataFolder( System.Text.StringBuilder /*char **/ pchBuffer, int /*int*/ cubBuffer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer /*C*/, cubBuffer /*C*/); + return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer, cubBuffer); } public virtual void /*void*/ ISteamUser_StartVoiceRecording() { @@ -276,19 +276,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed /*B*/, out pcbUncompressed /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed, out pcbUncompressed, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_GetVoice( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantUncompressed, IntPtr /*void **/ pUncompressedDestBuffer, uint /*uint32*/ cbUncompressedDestBufferSize, out uint /*uint32 **/ nUncompressBytesWritten, uint /*uint32*/ nUncompressedVoiceDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetVoice(_ptr, bWantCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, bWantUncompressed /*C*/, pUncompressedDestBuffer /*C*/, cbUncompressedDestBufferSize /*C*/, out nUncompressBytesWritten /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetVoice(_ptr, bWantCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, bWantUncompressed, pUncompressedDestBuffer, cbUncompressedDestBufferSize, out nUncompressBytesWritten, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_DecompressVoice( IntPtr /*const void **/ pCompressed, uint /*uint32*/ cbCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, uint /*uint32*/ nDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.DecompressVoice(_ptr, pCompressed /*C*/, cbCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, nDesiredSampleRate /*C*/); + return Native.ISteamUser.DecompressVoice(_ptr, pCompressed, cbCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, nDesiredSampleRate); } public virtual uint /*uint32*/ ISteamUser_GetVoiceOptimalSampleRate() { @@ -300,31 +300,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamUser_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamUser_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamUser.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamUser_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamUser_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamUser_BIsBehindNAT() { @@ -336,25 +336,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer, unIPServer, usPortServer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUser_RequestEncryptedAppTicket( IntPtr /*void **/ pDataToInclude, int /*int*/ cbDataToInclude ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude /*C*/, cbDataToInclude /*C*/); + return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude, cbDataToInclude); } public virtual bool /*bool*/ ISteamUser_GetEncryptedAppTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual int /*int*/ ISteamUser_GetGameBadgeLevel( int /*int*/ nSeries, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bFoil ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries /*C*/, bFoil /*C*/); + return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries, bFoil); } public virtual int /*int*/ ISteamUser_GetPlayerSteamLevel() { @@ -366,7 +366,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL /*C*/); + return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL); } public virtual bool /*bool*/ ISteamUser_BIsPhoneVerified() { @@ -391,7 +391,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName /*C*/); + return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetPersonaState() { @@ -403,38 +403,38 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendByIndex( int /*int*/ iFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend, iFriendFlags); } public virtual FriendRelationship /*EFriendRelationship*/ ISteamFriends_GetFriendRelationship( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetFriendPersonaState( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendPersonaName( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_GetFriendGamePlayed( ulong steamIDFriend, ref FriendGameInfo_t /*struct FriendGameInfo_t **/ pFriendGameInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); var pFriendGameInfo_ps = new FriendGameInfo_t.PackSmall(); - var ret = Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend /*C*/, ref pFriendGameInfo_ps); + var ret = Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend, ref pFriendGameInfo_ps); pFriendGameInfo = pFriendGameInfo_ps; return ret; } @@ -442,19 +442,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend /*C*/, iPersonaName /*C*/); + return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend, iPersonaName); } public virtual int /*int*/ ISteamFriends_GetFriendSteamLevel( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetPlayerNickname( ulong steamIDPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer /*C*/); + return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupCount() { @@ -466,31 +466,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG /*C*/); + return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG); } public virtual IntPtr ISteamFriends_GetFriendsGroupName( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupMembersCount( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID); } public virtual void /*void*/ ISteamFriends_GetFriendsGroupMembersList( short friendsGroupID, IntPtr /*class CSteamID **/ pOutSteamIDMembers, int /*int*/ nMembersCount ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID /*C*/, pOutSteamIDMembers, nMembersCount /*C*/); + Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID, pOutSteamIDMembers, nMembersCount); } public virtual bool /*bool*/ ISteamFriends_HasFriend( ulong steamIDFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend, iFriendFlags); } public virtual int /*int*/ ISteamFriends_GetClanCount() { @@ -502,139 +502,139 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanByIndex(_ptr, iClan /*C*/); + return Native.ISteamFriends.GetClanByIndex(_ptr, iClan); } public virtual IntPtr ISteamFriends_GetClanName( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanName(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanName(_ptr, steamIDClan); } public virtual IntPtr ISteamFriends_GetClanTag( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_GetClanActivityCounts( ulong steamIDClan, out int /*int **/ pnOnline, out int /*int **/ pnInGame, out int /*int **/ pnChatting ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan /*C*/, out pnOnline /*B*/, out pnInGame /*B*/, out pnChatting /*B*/); + return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan, out pnOnline, out pnInGame, out pnChatting); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_DownloadClanActivityCounts( IntPtr /*class CSteamID **/ psteamIDClans, int /*int*/ cClansToRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest /*C*/); + return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest); } public virtual int /*int*/ ISteamFriends_GetFriendCountFromSource( ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource /*C*/); + return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendFromSourceByIndex( ulong steamIDSource, int /*int*/ iFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource /*C*/, iFriend /*C*/); + return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource, iFriend); } public virtual bool /*bool*/ ISteamFriends_IsUserInSource( ulong steamIDUser, ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser /*C*/, steamIDSource /*C*/); + return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser, steamIDSource); } public virtual void /*void*/ ISteamFriends_SetInGameVoiceSpeaking( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSpeaking ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser /*C*/, bSpeaking /*C*/); + Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser, bSpeaking); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlay( string /*const char **/ pchDialog ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog /*C*/); + Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToUser( string /*const char **/ pchDialog, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog /*C*/, steamID /*C*/); + Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog, steamID); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToWebPage( string /*const char **/ pchURL ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL /*C*/); + Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToStore( uint nAppID, OverlayToStoreFlag /*EOverlayToStoreFlag*/ eFlag ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID /*C*/, eFlag /*C*/); + Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID, eFlag); } public virtual void /*void*/ ISteamFriends_SetPlayedWith( ulong steamIDUserPlayedWith ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith /*C*/); + Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayInviteDialog( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby /*C*/); + Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby); } public virtual int /*int*/ ISteamFriends_GetSmallFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetMediumFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetLargeFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_RequestUserInformation( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireNameOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser /*C*/, bRequireNameOnly /*C*/); + return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser, bRequireNameOnly); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_RequestClanOfficerList( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOwner( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanOfficerCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOfficerByIndex( ulong steamIDClan, int /*int*/ iOfficer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan /*C*/, iOfficer /*C*/); + return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan, iOfficer); } public virtual uint /*uint32*/ ISteamFriends_GetUserRestrictions() { @@ -646,7 +646,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetRichPresence(_ptr, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamFriends.SetRichPresence(_ptr, pchKey, pchValue); } public virtual void /*void*/ ISteamFriends_ClearRichPresence() { @@ -658,31 +658,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend /*C*/, pchKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend, pchKey); } public virtual int /*int*/ ISteamFriends_GetFriendRichPresenceKeyCount( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendRichPresenceKeyByIndex( ulong steamIDFriend, int /*int*/ iKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend /*C*/, iKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend, iKey); } public virtual void /*void*/ ISteamFriends_RequestFriendRichPresence( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend /*C*/); + Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_InviteUserToGame( ulong steamIDFriend, string /*const char **/ pchConnectString ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend /*C*/, pchConnectString /*C*/); + return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend, pchConnectString); } public virtual int /*int*/ ISteamFriends_GetCoplayFriendCount() { @@ -694,115 +694,115 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend /*C*/); + return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend); } public virtual int /*int*/ ISteamFriends_GetFriendCoplayTime( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend); } public virtual AppId_t /*(AppId_t)*/ ISteamFriends_GetFriendCoplayGame( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_JoinClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_LeaveClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanChatMemberCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetChatMemberByIndex( ulong steamIDClan, int /*int*/ iUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan /*C*/, iUser /*C*/); + return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan, iUser); } public virtual bool /*bool*/ ISteamFriends_SendClanChatMessage( ulong steamIDClanChat, string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat /*C*/, pchText /*C*/); + return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat, pchText); } public virtual int /*int*/ ISteamFriends_GetClanChatMessage( ulong steamIDClanChat, int /*int*/ iMessage, IntPtr /*void **/ prgchText, int /*int*/ cchTextMax, out ChatEntryType /*EChatEntryType **/ peChatEntryType, out ulong psteamidChatter ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat /*C*/, iMessage /*C*/, prgchText /*C*/, cchTextMax /*C*/, out peChatEntryType /*B*/, out psteamidChatter /*B*/); + return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat, iMessage, prgchText, cchTextMax, out peChatEntryType, out psteamidChatter); } public virtual bool /*bool*/ ISteamFriends_IsClanChatAdmin( ulong steamIDClanChat, ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat /*C*/, steamIDUser /*C*/); + return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat, steamIDUser); } public virtual bool /*bool*/ ISteamFriends_IsClanChatWindowOpenInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_OpenClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_CloseClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_SetListenForFriendsMessages( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bInterceptEnabled ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled /*C*/); + return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled); } public virtual bool /*bool*/ ISteamFriends_ReplyToFriendMessage( ulong steamIDFriend, string /*const char **/ pchMsgToSend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend /*C*/, pchMsgToSend /*C*/); + return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend, pchMsgToSend); } public virtual int /*int*/ ISteamFriends_GetFriendMessage( ulong steamIDFriend, int /*int*/ iMessageID, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend /*C*/, iMessageID /*C*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend, iMessageID, pvData, cubData, out peChatEntryType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_GetFollowerCount( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFollowerCount(_ptr, steamID /*C*/); + return Native.ISteamFriends.GetFollowerCount(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_IsFollowing( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsFollowing(_ptr, steamID /*C*/); + return Native.ISteamFriends.IsFollowing(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_EnumerateFollowingList( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex /*C*/); + return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex); } public virtual uint /*uint32*/ ISteamUtils_GetSecondsSinceAppActive() @@ -839,19 +839,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageSize(_ptr, iImage /*C*/, out pnWidth /*B*/, out pnHeight /*B*/); + return Native.ISteamUtils.GetImageSize(_ptr, iImage, out pnWidth, out pnHeight); } public virtual bool /*bool*/ ISteamUtils_GetImageRGBA( int /*int*/ iImage, IntPtr /*uint8 **/ pubDest, int /*int*/ nDestBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageRGBA(_ptr, iImage /*C*/, pubDest, nDestBufferSize /*C*/); + return Native.ISteamUtils.GetImageRGBA(_ptr, iImage, pubDest, nDestBufferSize); } public virtual bool /*bool*/ ISteamUtils_GetCSERIPPort( out uint /*uint32 **/ unIP, out ushort /*uint16 **/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP /*B*/, out usPort /*B*/); + return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP, out usPort); } public virtual byte /*uint8*/ ISteamUtils_GetCurrentBatteryPower() { @@ -869,25 +869,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition /*C*/); + Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition); } public virtual bool /*bool*/ ISteamUtils_IsAPICallCompleted( ulong hSteamAPICall, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall, ref pbFailed); } public virtual SteamAPICallFailure /*ESteamAPICallFailure*/ ISteamUtils_GetAPICallFailureReason( ulong hSteamAPICall ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall /*C*/); + return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall); } public virtual bool /*bool*/ ISteamUtils_GetAPICallResult( ulong hSteamAPICall, IntPtr /*void **/ pCallback, int /*int*/ cubCallback, int /*int*/ iCallbackExpected, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall /*C*/, pCallback /*C*/, cubCallback /*C*/, iCallbackExpected /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall, pCallback, cubCallback, iCallbackExpected, ref pbFailed); } public virtual uint /*uint32*/ ISteamUtils_GetIPCCallCount() { @@ -899,7 +899,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamUtils_IsOverlayEnabled() { @@ -917,13 +917,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName /*C*/); + return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName); } public virtual bool /*bool*/ ISteamUtils_ShowGamepadTextInput( GamepadTextInputMode /*EGamepadTextInputMode*/ eInputMode, GamepadTextInputLineMode /*EGamepadTextInputLineMode*/ eLineInputMode, string /*const char **/ pchDescription, uint /*uint32*/ unCharMax, string /*const char **/ pchExistingText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode /*C*/, eLineInputMode /*C*/, pchDescription /*C*/, unCharMax /*C*/, pchExistingText /*C*/); + return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode, eLineInputMode, pchDescription, unCharMax, pchExistingText); } public virtual uint /*uint32*/ ISteamUtils_GetEnteredGamepadTextLength() { @@ -935,7 +935,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText /*C*/, cchText /*C*/); + return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText, cchText); } public virtual IntPtr ISteamUtils_GetSteamUILanguage() { @@ -953,7 +953,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset /*C*/, nVerticalInset /*C*/); + Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset, nVerticalInset); } public virtual bool /*bool*/ ISteamUtils_IsSteamInBigPictureMode() { @@ -978,19 +978,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame /*C*/, ref pnAppID /*A*/, out pnIP /*B*/, out pnConnPort /*B*/, out pnQueryPort /*B*/, punFlags, out pRTime32LastPlayedOnServer /*B*/); + return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame, ref pnAppID, out pnIP, out pnConnPort, out pnQueryPort, punFlags, out pRTime32LastPlayedOnServer); } public virtual int /*int*/ ISteamMatchmaking_AddFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags, uint /*uint32*/ rTime32LastPlayedOnServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/, rTime32LastPlayedOnServer /*C*/); + return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags, rTime32LastPlayedOnServer); } public virtual bool /*bool*/ ISteamMatchmaking_RemoveFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/); + return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_RequestLobbyList() { @@ -1002,411 +1002,411 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch /*C*/, pchValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch, pchValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNumericalFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToMatch, LobbyComparison /*ELobbyComparison*/ eComparisonType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch /*C*/, nValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch, nValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNearValueFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToBeCloseTo ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch /*C*/, nValueToBeCloseTo /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch, nValueToBeCloseTo); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListFilterSlotsAvailable( int /*int*/ nSlotsAvailable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListDistanceFilter( LobbyDistanceFilter /*ELobbyDistanceFilter*/ eLobbyDistanceFilter ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListResultCountFilter( int /*int*/ cMaxResults ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListCompatibleMembersFilter( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyByIndex( int /*int*/ iLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_CreateLobby( LobbyType /*ELobbyType*/ eLobbyType, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType, cMaxMembers); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_JoinLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_LeaveLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_InviteUserToLobby( ulong steamIDLobby, ulong steamIDInvitee ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby /*C*/, steamIDInvitee /*C*/); + return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby, steamIDInvitee); } public virtual int /*int*/ ISteamMatchmaking_GetNumLobbyMembers( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyMemberByIndex( ulong steamIDLobby, int /*int*/ iMember ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby /*C*/, iMember /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby, iMember); } public virtual IntPtr ISteamMatchmaking_GetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby, pchKey); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyDataCount( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyDataByIndex( ulong steamIDLobby, int /*int*/ iLobbyData, System.Text.StringBuilder /*char **/ pchKey, int /*int*/ cchKeyBufferSize, System.Text.StringBuilder /*char **/ pchValue, int /*int*/ cchValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby /*C*/, iLobbyData /*C*/, pchKey /*C*/, cchKeyBufferSize /*C*/, pchValue /*C*/, cchValueBufferSize /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby, iLobbyData, pchKey, cchKeyBufferSize, pchValue, cchValueBufferSize); } public virtual bool /*bool*/ ISteamMatchmaking_DeleteLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby, pchKey); } public virtual IntPtr ISteamMatchmaking_GetLobbyMemberData( ulong steamIDLobby, ulong steamIDUser, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby /*C*/, steamIDUser /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby, steamIDUser, pchKey); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyMemberData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual bool /*bool*/ ISteamMatchmaking_SendLobbyChatMsg( ulong steamIDLobby, IntPtr /*const void **/ pvMsgBody, int /*int*/ cubMsgBody ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby /*C*/, pvMsgBody /*C*/, cubMsgBody /*C*/); + return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby, pvMsgBody, cubMsgBody); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyChatEntry( ulong steamIDLobby, int /*int*/ iChatID, out ulong pSteamIDUser, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby /*C*/, iChatID /*C*/, out pSteamIDUser /*B*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby, iChatID, out pSteamIDUser, pvData, cubData, out peChatEntryType); } public virtual bool /*bool*/ ISteamMatchmaking_RequestLobbyData( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyGameServer( ulong steamIDLobby, uint /*uint32*/ unGameServerIP, ushort /*uint16*/ unGameServerPort, ulong steamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby /*C*/, unGameServerIP /*C*/, unGameServerPort /*C*/, steamIDGameServer /*C*/); + Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby, unGameServerIP, unGameServerPort, steamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyGameServer( ulong steamIDLobby, out uint /*uint32 **/ punGameServerIP, out ushort /*uint16 **/ punGameServerPort, out ulong psteamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby /*C*/, out punGameServerIP /*B*/, out punGameServerPort /*B*/, out psteamIDGameServer /*B*/); + return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby, out punGameServerIP, out punGameServerPort, out psteamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyMemberLimit( ulong steamIDLobby, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby, cMaxMembers); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyMemberLimit( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyType( ulong steamIDLobby, LobbyType /*ELobbyType*/ eLobbyType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby /*C*/, eLobbyType /*C*/); + return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby, eLobbyType); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyJoinable( ulong steamIDLobby, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bLobbyJoinable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby /*C*/, bLobbyJoinable /*C*/); + return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby, bLobbyJoinable); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyOwner( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyOwner( ulong steamIDLobby, ulong steamIDNewOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby /*C*/, steamIDNewOwner /*C*/); + return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby, steamIDNewOwner); } public virtual bool /*bool*/ ISteamMatchmaking_SetLinkedLobby( ulong steamIDLobby, ulong steamIDLobbyDependent ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby /*C*/, steamIDLobbyDependent /*C*/); + return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby, steamIDLobbyDependent); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestInternetServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestLANServerList( uint iApp, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFriendsServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFavoritesServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestHistoryServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestSpectatorServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_ReleaseRequest( IntPtr hServerListRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest /*C*/); + Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest); } public virtual IntPtr /*class gameserveritem_t **/ ISteamMatchmakingServers_GetServerDetails( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest /*C*/, iServer /*C*/); + return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest, iServer); } public virtual void /*void*/ ISteamMatchmakingServers_CancelQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest); } public virtual bool /*bool*/ ISteamMatchmakingServers_IsRefreshing( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest); } public virtual int /*int*/ ISteamMatchmakingServers_GetServerCount( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshServer( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest /*C*/, iServer /*C*/); + Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest, iServer); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PingServer( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPingResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PlayerDetails( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPlayersResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_ServerRules( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingRulesResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP, usPort, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_CancelServerQuery( int hServerQuery ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery /*C*/); + Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWrite( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile, pvData, cubData); } public virtual int /*int32*/ ISteamRemoteStorage_FileRead( string /*const char **/ pchFile, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile /*C*/, pvData /*C*/, cubDataToRead /*C*/); + return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile, pvData, cubDataToRead); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileWriteAsync( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile, pvData, cubData); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileReadAsync( string /*const char **/ pchFile, uint /*uint32*/ nOffset, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile /*C*/, nOffset /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile, nOffset, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileReadAsyncComplete( ulong hReadCall, IntPtr /*void **/ pvBuffer, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall /*C*/, pvBuffer /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall, pvBuffer, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileForget( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileDelete( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileShare( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_SetSyncPlatforms( string /*const char **/ pchFile, RemoteStoragePlatform /*ERemoteStoragePlatform*/ eRemoteStoragePlatform ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile /*C*/, eRemoteStoragePlatform /*C*/); + return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile, eRemoteStoragePlatform); } public virtual UGCFileWriteStreamHandle_t /*(UGCFileWriteStreamHandle_t)*/ ISteamRemoteStorage_FileWriteStreamOpen( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamWriteChunk( ulong writeHandle, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle, pvData, cubData); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamClose( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamCancel( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileExists( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FilePersisted( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileSize( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile); } public virtual long /*int64*/ ISteamRemoteStorage_GetFileTimestamp( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile); } public virtual RemoteStoragePlatform /*ERemoteStoragePlatform*/ ISteamRemoteStorage_GetSyncPlatforms( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileCount() { @@ -1418,7 +1418,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile /*C*/, pnFileSizeInBytes); + return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile, pnFileSizeInBytes); } public virtual bool /*bool*/ ISteamRemoteStorage_GetQuota( IntPtr /*int32 **/ pnTotalBytes, IntPtr /*int32 **/ puAvailableBytes ) { @@ -1442,31 +1442,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled /*C*/); + Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownload( ulong hContent, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent, unPriority); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDownloadProgress( ulong hContent, out int /*int32 **/ pnBytesDownloaded, out int /*int32 **/ pnBytesExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent /*C*/, out pnBytesDownloaded /*B*/, out pnBytesExpected /*B*/); + return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent, out pnBytesDownloaded, out pnBytesExpected); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDetails( ulong hContent, ref uint pnAppID, System.Text.StringBuilder /*char ***/ ppchName, IntPtr /*int32 **/ pnFileSizeInBytes, out ulong pSteamIDOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent /*C*/, ref pnAppID /*A*/, ppchName /*C*/, pnFileSizeInBytes, out pSteamIDOwner /*B*/); + return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent, ref pnAppID, ppchName, pnFileSizeInBytes, out pSteamIDOwner); } public virtual int /*int32*/ ISteamRemoteStorage_UGCRead( ulong hContent, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead, uint /*uint32*/ cOffset, UGCReadAction /*EUGCReadAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent /*C*/, pvData /*C*/, cubDataToRead /*C*/, cOffset /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent, pvData, cubDataToRead, cOffset, eAction); } public virtual int /*int32*/ ISteamRemoteStorage_GetCachedUGCCount() { @@ -1478,157 +1478,157 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent /*C*/); + return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishWorkshopFile( string /*const char **/ pchFile, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags, WorkshopFileType /*EWorkshopFileType*/ eWorkshopFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags, eWorkshopFileType /*C*/); + return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags, eWorkshopFileType); } public virtual PublishedFileUpdateHandle_t /*(PublishedFileUpdateHandle_t)*/ ISteamRemoteStorage_CreatePublishedFileUpdateRequest( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileFile( ulong updateHandle, string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle /*C*/, pchFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFilePreviewFile( ulong updateHandle, string /*const char **/ pchPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle /*C*/, pchPreviewFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle, pchPreviewFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTitle( ulong updateHandle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle /*C*/, pchTitle /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle, pchTitle); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileDescription( ulong updateHandle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle /*C*/, pchDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle, pchDescription); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileVisibility( ulong updateHandle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle /*C*/, eVisibility /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle, eVisibility); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTags( ulong updateHandle, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_CommitPublishedFileUpdate( ulong updateHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle /*C*/); + return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedFileDetails( ulong unPublishedFileId, uint /*uint32*/ unMaxSecondsOld ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId /*C*/, unMaxSecondsOld /*C*/); + return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId, unMaxSecondsOld); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_DeletePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserPublishedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSubscribedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UnsubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription( ulong updateHandle, string /*const char **/ pchChangeDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle /*C*/, pchChangeDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle, pchChangeDescription); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UpdateUserPublishedItemVote( ulong unPublishedFileId, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId /*C*/, bVoteUp /*C*/); + return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetUserPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSharedWorkshopFiles( ulong steamId, uint /*uint32*/ unStartIndex, IntPtr /*struct SteamParamStringArray_t **/ pRequiredTags, IntPtr /*struct SteamParamStringArray_t **/ pExcludedTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId /*C*/, unStartIndex /*C*/, pRequiredTags, pExcludedTags); + return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId, unStartIndex, pRequiredTags, pExcludedTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishVideo( WorkshopVideoProvider /*EWorkshopVideoProvider*/ eVideoProvider, string /*const char **/ pchVideoAccount, string /*const char **/ pchVideoIdentifier, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider /*C*/, pchVideoAccount /*C*/, pchVideoIdentifier /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags); + return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider, pchVideoAccount, pchVideoIdentifier, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SetUserPublishedFileAction( ulong unPublishedFileId, WorkshopFileAction /*EWorkshopFileAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId, eAction); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedFilesByUserAction( WorkshopFileAction /*EWorkshopFileAction*/ eAction, uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction /*C*/, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedWorkshopFiles( WorkshopEnumerationType /*EWorkshopEnumerationType*/ eEnumerationType, uint /*uint32*/ unStartIndex, uint /*uint32*/ unCount, uint /*uint32*/ unDays, IntPtr /*struct SteamParamStringArray_t **/ pTags, IntPtr /*struct SteamParamStringArray_t **/ pUserTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType /*C*/, unStartIndex /*C*/, unCount /*C*/, unDays /*C*/, pTags, pUserTags); + return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType, unStartIndex, unCount, unDays, pTags, pUserTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownloadToLocation( ulong hContent, string /*const char **/ pchLocation, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent /*C*/, pchLocation /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent, pchLocation, unPriority); } public virtual bool /*bool*/ ISteamUserStats_RequestCurrentStats() @@ -1641,55 +1641,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetStat0( string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat0(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat0(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_SetStat( string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat(_ptr, pchName /*C*/, nData /*C*/); + return Native.ISteamUserStats.SetStat(_ptr, pchName, nData); } public virtual bool /*bool*/ ISteamUserStats_SetStat0( string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat0(_ptr, pchName /*C*/, fData /*C*/); + return Native.ISteamUserStats.SetStat0(_ptr, pchName, fData); } public virtual bool /*bool*/ ISteamUserStats_UpdateAvgRateStat( string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamUserStats_GetAchievement( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievement(_ptr, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetAchievement(_ptr, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_SetAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.SetAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_ClearAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ClearAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.ClearAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAndUnlockTime( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_StoreStats() { @@ -1701,19 +1701,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName /*C*/); + return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName); } public virtual IntPtr ISteamUserStats_GetAchievementDisplayAttribute( string /*const char **/ pchName, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName /*C*/, pchKey /*C*/); + return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName, pchKey); } public virtual bool /*bool*/ ISteamUserStats_IndicateAchievementProgress( string /*const char **/ pchName, uint /*uint32*/ nCurProgress, uint /*uint32*/ nMaxProgress ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName /*C*/, nCurProgress /*C*/, nMaxProgress /*C*/); + return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName, nCurProgress, nMaxProgress); } public virtual uint /*uint32*/ ISteamUserStats_GetNumAchievements() { @@ -1725,98 +1725,98 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement /*C*/); + return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievementAndUnlockTime( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_ResetAllStats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAchievementsToo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo /*C*/); + return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindOrCreateLeaderboard( string /*const char **/ pchLeaderboardName, LeaderboardSortMethod /*ELeaderboardSortMethod*/ eLeaderboardSortMethod, LeaderboardDisplayType /*ELeaderboardDisplayType*/ eLeaderboardDisplayType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName /*C*/, eLeaderboardSortMethod /*C*/, eLeaderboardDisplayType /*C*/); + return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName, eLeaderboardSortMethod, eLeaderboardDisplayType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindLeaderboard( string /*const char **/ pchLeaderboardName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName /*C*/); + return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName); } public virtual IntPtr ISteamUserStats_GetLeaderboardName( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard); } public virtual int /*int*/ ISteamUserStats_GetLeaderboardEntryCount( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard); } public virtual LeaderboardSortMethod /*ELeaderboardSortMethod*/ ISteamUserStats_GetLeaderboardSortMethod( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard); } public virtual LeaderboardDisplayType /*ELeaderboardDisplayType*/ ISteamUserStats_GetLeaderboardDisplayType( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntries( ulong hSteamLeaderboard, LeaderboardDataRequest /*ELeaderboardDataRequest*/ eLeaderboardDataRequest, int /*int*/ nRangeStart, int /*int*/ nRangeEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard /*C*/, eLeaderboardDataRequest /*C*/, nRangeStart /*C*/, nRangeEnd /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard, eLeaderboardDataRequest, nRangeStart, nRangeEnd); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntriesForUsers( ulong hSteamLeaderboard, IntPtr /*class CSteamID **/ prgUsers, int /*int*/ cUsers ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard /*C*/, prgUsers, cUsers /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard, prgUsers, cUsers); } public virtual bool /*bool*/ ISteamUserStats_GetDownloadedLeaderboardEntry( ulong hSteamLeaderboardEntries, int /*int*/ index, ref LeaderboardEntry_t /*struct LeaderboardEntry_t **/ pLeaderboardEntry, IntPtr /*int32 **/ pDetails, int /*int*/ cDetailsMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); var pLeaderboardEntry_ps = new LeaderboardEntry_t.PackSmall(); - var ret = Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries /*C*/, index /*C*/, ref pLeaderboardEntry_ps, pDetails, cDetailsMax /*C*/); + var ret = Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries, index, ref pLeaderboardEntry_ps, pDetails, cDetailsMax); pLeaderboardEntry = pLeaderboardEntry_ps; return ret; } @@ -1824,13 +1824,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard /*C*/, eLeaderboardUploadScoreMethod /*C*/, nScore /*C*/, pScoreDetails, cScoreDetailsCount /*C*/); + return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard, eLeaderboardUploadScoreMethod, nScore, pScoreDetails, cScoreDetailsCount); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_AttachLeaderboardUGC( ulong hSteamLeaderboard, ulong hUGC ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard /*C*/, hUGC /*C*/); + return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard, hUGC); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_GetNumberOfCurrentPlayers() { @@ -1848,49 +1848,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual int /*int*/ ISteamUserStats_GetNextMostAchievedAchievementInfo( int /*int*/ iIteratorPrevious, System.Text.StringBuilder /*char **/ pchName, uint /*uint32*/ unNameBufLen, out float /*float **/ pflPercent, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious /*C*/, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAchievedPercent( string /*const char **/ pchName, out float /*float **/ pflPercent ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName /*C*/, out pflPercent /*B*/); + return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName, out pflPercent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestGlobalStats( int /*int*/ nHistoryDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays /*C*/); + return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat( string /*const char **/ pchStatName, out long /*int64 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat0( string /*const char **/ pchStatName, out double /*double **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName, out pData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory( string /*const char **/ pchStatName, out long /*int64 **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName, out pData, cubData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory0( string /*const char **/ pchStatName, out double /*double **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName, out pData, cubData); } public virtual bool /*bool*/ ISteamApps_BIsSubscribed() @@ -1933,19 +1933,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsSubscribedApp(_ptr, appID /*C*/); + return Native.ISteamApps.BIsSubscribedApp(_ptr, appID); } public virtual bool /*bool*/ ISteamApps_BIsDlcInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsDlcInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsDlcInstalled(_ptr, appID); } public virtual uint /*uint32*/ ISteamApps_GetEarliestPurchaseUnixTime( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID /*C*/); + return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_BIsSubscribedFromFreeWeekend() { @@ -1963,55 +1963,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC /*C*/, ref pAppID /*A*/, ref pbAvailable /*A*/, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC, ref pAppID, ref pbAvailable, pchName, cchNameBufferSize); } public virtual void /*void*/ ISteamApps_InstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.InstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.InstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_UninstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.UninstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.UninstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_RequestAppProofOfPurchaseKey( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID /*C*/); + Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_GetCurrentBetaName( System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName, cchNameBufferSize); } public virtual bool /*bool*/ ISteamApps_MarkContentCorrupt( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMissingFilesOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly /*C*/); + return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly); } public virtual uint /*uint32*/ ISteamApps_GetInstalledDepots( uint appID, IntPtr /*DepotId_t **/ pvecDepots, uint /*uint32*/ cMaxDepots ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetInstalledDepots(_ptr, appID /*C*/, pvecDepots, cMaxDepots /*C*/); + return Native.ISteamApps.GetInstalledDepots(_ptr, appID, pvecDepots, cMaxDepots); } public virtual uint /*uint32*/ ISteamApps_GetAppInstallDir( uint appID, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetAppInstallDir(_ptr, appID /*C*/, pchFolder /*C*/, cchFolderBufferSize /*C*/); + return Native.ISteamApps.GetAppInstallDir(_ptr, appID, pchFolder, cchFolderBufferSize); } public virtual bool /*bool*/ ISteamApps_BIsAppInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsAppInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsAppInstalled(_ptr, appID); } public virtual CSteamID /*(class CSteamID)*/ ISteamApps_GetAppOwner() { @@ -2023,13 +2023,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey /*C*/); + return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey); } public virtual bool /*bool*/ ISteamApps_GetDlcDownloadProgress( uint nAppID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID, out punBytesDownloaded, out punBytesTotal); } public virtual int /*int*/ ISteamApps_GetAppBuildId() { @@ -2048,44 +2048,44 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote /*C*/, pubData /*C*/, cubData /*C*/, eP2PSendType /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote, pubData, cubData, eP2PSendType, nChannel); } public virtual bool /*bool*/ ISteamNetworking_IsP2PPacketAvailable( out uint /*uint32 **/ pcubMsgSize, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize, nChannel); } public virtual bool /*bool*/ ISteamNetworking_ReadP2PPacket( IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, out ulong psteamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, out psteamIDRemote /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest, cubDest, out pcubMsgSize, out psteamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_AcceptP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PChannelWithUser( ulong steamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_GetP2PSessionState( ulong steamIDRemote, ref P2PSessionState_t /*struct P2PSessionState_t **/ pConnectionState ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); var pConnectionState_ps = new P2PSessionState_t.PackSmall(); - var ret = Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote /*C*/, ref pConnectionState_ps); + var ret = Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote, ref pConnectionState_ps); pConnectionState = pConnectionState_ps; return ret; } @@ -2093,104 +2093,104 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow /*C*/); + return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow); } public virtual SNetListenSocket_t /*(SNetListenSocket_t)*/ ISteamNetworking_CreateListenSocket( int /*int*/ nVirtualP2PPort, uint /*uint32*/ nIP, ushort /*uint16*/ nPort, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort /*C*/, nIP /*C*/, nPort /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort, nIP, nPort, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateP2PConnectionSocket( ulong steamIDTarget, int /*int*/ nVirtualPort, int /*int*/ nTimeoutSec, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget /*C*/, nVirtualPort /*C*/, nTimeoutSec /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget, nVirtualPort, nTimeoutSec, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateConnectionSocket( uint /*uint32*/ nIP, ushort /*uint16*/ nPort, int /*int*/ nTimeoutSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP /*C*/, nPort /*C*/, nTimeoutSec /*C*/); + return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP, nPort, nTimeoutSec); } public virtual bool /*bool*/ ISteamNetworking_DestroySocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroySocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroySocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_DestroyListenSocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_SendDataOnSocket( uint hSocket, IntPtr /*void **/ pubData, uint /*uint32*/ cubData, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReliable ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket /*C*/, pubData /*C*/, cubData /*C*/, bReliable /*C*/); + return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket, pubData, cubData, bReliable); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailableOnSocket( uint hSocket, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_RetrieveDataFromSocket( uint hSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket, pubDest, cubDest, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailable( uint hListenSocket, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_RetrieveData( uint hListenSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket, pubDest, cubDest, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_GetSocketInfo( uint hSocket, out ulong pSteamIDRemote, IntPtr /*int **/ peSocketStatus, out uint /*uint32 **/ punIPRemote, out ushort /*uint16 **/ punPortRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket /*C*/, out pSteamIDRemote /*B*/, peSocketStatus, out punIPRemote /*B*/, out punPortRemote /*B*/); + return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket, out pSteamIDRemote, peSocketStatus, out punIPRemote, out punPortRemote); } public virtual bool /*bool*/ ISteamNetworking_GetListenSocketInfo( uint hListenSocket, out uint /*uint32 **/ pnIP, out ushort /*uint16 **/ pnPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket /*C*/, out pnIP /*B*/, out pnPort /*B*/); + return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket, out pnIP, out pnPort); } public virtual SNetSocketConnectionType /*ESNetSocketConnectionType*/ ISteamNetworking_GetSocketConnectionType( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket); } public virtual int /*int*/ ISteamNetworking_GetMaxPacketSize( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_WriteScreenshot( IntPtr /*void **/ pubRGB, uint /*uint32*/ cubRGB, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB /*C*/, cubRGB /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB, cubRGB, nWidth, nHeight); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_AddScreenshotToLibrary( string /*const char **/ pchFilename, string /*const char **/ pchThumbnailFilename, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename /*C*/, pchThumbnailFilename /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename, pchThumbnailFilename, nWidth, nHeight); } public virtual void /*void*/ ISteamScreenshots_TriggerScreenshot() { @@ -2202,25 +2202,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - Native.ISteamScreenshots.HookScreenshots(_ptr, bHook /*C*/); + Native.ISteamScreenshots.HookScreenshots(_ptr, bHook); } public virtual bool /*bool*/ ISteamScreenshots_SetLocation( uint hScreenshot, string /*const char **/ pchLocation ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot /*C*/, pchLocation /*C*/); + return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot, pchLocation); } public virtual bool /*bool*/ ISteamScreenshots_TagUser( uint hScreenshot, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot /*C*/, steamID /*C*/); + return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot, steamID); } public virtual bool /*bool*/ ISteamScreenshots_TagPublishedFile( uint hScreenshot, ulong unPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot /*C*/, unPublishedFileID /*C*/); + return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot, unPublishedFileID); } public virtual bool /*bool*/ ISteamMusic_BIsEnabled() @@ -2269,7 +2269,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusic _ptr is null!" ); - Native.ISteamMusic.SetVolume(_ptr, flVolume /*C*/); + Native.ISteamMusic.SetVolume(_ptr, flVolume); } public virtual float /*float*/ ISteamMusic_GetVolume() { @@ -2282,7 +2282,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName /*C*/); + return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName); } public virtual bool /*bool*/ ISteamMusicRemote_DeregisterSteamMusicRemote() { @@ -2300,79 +2300,79 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_SetDisplayName( string /*const char **/ pchDisplayName ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName /*C*/); + return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName); } public virtual bool /*bool*/ ISteamMusicRemote_SetPNGIcon_64x64( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayPrevious( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayNext( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableQueue( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlaylists( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdatePlaybackStatus( AudioPlayback_Status /*AudioPlayback_Status*/ nStatus ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus /*C*/); + return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateVolume( float /*float*/ flValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue /*C*/); + return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryWillChange() { @@ -2384,25 +2384,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable /*C*/); + return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryText( string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds( int /*int*/ nValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryCoverArt( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryDidChange() { @@ -2426,13 +2426,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentQueueEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_QueueDidChange() { @@ -2456,13 +2456,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentPlaylistEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_PlaylistDidChange() { @@ -2475,182 +2475,182 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod /*C*/, pchAbsoluteURL /*C*/); + return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod, pchAbsoluteURL); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestContextValue( uint hRequest, ulong /*uint64*/ ulContextValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest /*C*/, ulContextValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest, ulContextValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestNetworkActivityTimeout( uint hRequest, uint /*uint32*/ unTimeoutSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest /*C*/, unTimeoutSeconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest, unTimeoutSeconds); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, string /*const char **/ pchHeaderValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, pchHeaderValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest, pchHeaderName, pchHeaderValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestGetOrPostParameter( uint hRequest, string /*const char **/ pchParamName, string /*const char **/ pchParamValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest /*C*/, pchParamName /*C*/, pchParamValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest, pchParamName, pchParamValue); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequest( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequestAndStreamResponse( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_DeferHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_PrioritizeHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderSize( uint hRequest, string /*const char **/ pchHeaderName, out uint /*uint32 **/ unResponseHeaderSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out unResponseHeaderSize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest, pchHeaderName, out unResponseHeaderSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, out byte /*uint8 **/ pHeaderValueBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out pHeaderValueBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest, pchHeaderName, out pHeaderValueBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodySize( uint hRequest, out uint /*uint32 **/ unBodySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest /*C*/, out unBodySize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest, out unBodySize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodyData( uint hRequest, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPStreamingResponseBodyData( uint hRequest, uint /*uint32*/ cOffset, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest /*C*/, cOffset /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest, cOffset, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_ReleaseHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPDownloadProgressPct( uint hRequest, out float /*float **/ pflPercentOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest /*C*/, out pflPercentOut /*B*/); + return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest, out pflPercentOut); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRawPostBody( uint hRequest, string /*const char **/ pchContentType, out byte /*uint8 **/ pubBody, uint /*uint32*/ unBodyLen ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest /*C*/, pchContentType /*C*/, out pubBody /*B*/, unBodyLen /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest, pchContentType, out pubBody, unBodyLen); } public virtual HTTPCookieContainerHandle /*(HTTPCookieContainerHandle)*/ ISteamHTTP_CreateCookieContainer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowResponsesToModify ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify /*C*/); + return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify); } public virtual bool /*bool*/ ISteamHTTP_ReleaseCookieContainer( uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer /*C*/); + return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetCookie( uint hCookieContainer, string /*const char **/ pchHost, string /*const char **/ pchUrl, string /*const char **/ pchCookie ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer /*C*/, pchHost /*C*/, pchUrl /*C*/, pchCookie /*C*/); + return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer, pchHost, pchUrl, pchCookie); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestCookieContainer( uint hRequest, uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest /*C*/, hCookieContainer /*C*/); + return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestUserAgentInfo( uint hRequest, string /*const char **/ pchUserAgentInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest /*C*/, pchUserAgentInfo /*C*/); + return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest, pchUserAgentInfo); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate( uint hRequest, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireVerifiedCertificate ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest /*C*/, bRequireVerifiedCertificate /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest, bRequireVerifiedCertificate); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestAbsoluteTimeoutMS( uint hRequest, uint /*uint32*/ unMilliseconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest /*C*/, unMilliseconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest, unMilliseconds); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPRequestWasTimedOut( uint hRequest, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbWasTimedOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest /*C*/, ref pbWasTimedOut /*A*/); + return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest, ref pbWasTimedOut); } public virtual ClientUnifiedMessageHandle /*(ClientUnifiedMessageHandle)*/ ISteamUnifiedMessages_SendMethod( string /*const char **/ pchServiceMethod, IntPtr /*const void **/ pRequestBuffer, uint /*uint32*/ unRequestBufferSize, ulong /*uint64*/ unContext ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod /*C*/, pRequestBuffer /*C*/, unRequestBufferSize /*C*/, unContext /*C*/); + return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod, pRequestBuffer, unRequestBufferSize, unContext); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseInfo( ulong hHandle, out uint /*uint32 **/ punResponseSize, out Result /*EResult **/ peResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle /*C*/, out punResponseSize /*B*/, out peResult /*B*/); + return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle, out punResponseSize, out peResult); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseData( ulong hHandle, IntPtr /*void **/ pResponseBuffer, uint /*uint32*/ unResponseBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAutoRelease ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle /*C*/, pResponseBuffer /*C*/, unResponseBufferSize /*C*/, bAutoRelease /*C*/); + return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle, pResponseBuffer, unResponseBufferSize, bAutoRelease); } public virtual bool /*bool*/ ISteamUnifiedMessages_ReleaseMethod( ulong hHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle /*C*/); + return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle); } public virtual bool /*bool*/ ISteamUnifiedMessages_SendNotification( string /*const char **/ pchServiceNotification, IntPtr /*const void **/ pNotificationBuffer, uint /*uint32*/ unNotificationBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification /*C*/, pNotificationBuffer /*C*/, unNotificationBufferSize /*C*/); + return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification, pNotificationBuffer, unNotificationBufferSize); } public virtual bool /*bool*/ ISteamController_Init() @@ -2681,111 +2681,111 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle /*C*/); + return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetActionSetHandle( string /*const char **/ pszActionSetName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName /*C*/); + return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName); } public virtual void /*void*/ ISteamController_ActivateActionSet( ulong controllerHandle, ulong actionSetHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.ActivateActionSet(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/); + Native.ISteamController.ActivateActionSet(_ptr, controllerHandle, actionSetHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetCurrentActionSet( ulong controllerHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle /*C*/); + return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle); } public virtual ControllerDigitalActionHandle_t /*(ControllerDigitalActionHandle_t)*/ ISteamController_GetDigitalActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName); } public virtual ControllerDigitalActionData_t /*struct ControllerDigitalActionData_t*/ ISteamController_GetDigitalActionData( ulong controllerHandle, ulong digitalActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle /*C*/, digitalActionHandle /*C*/); + return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle, digitalActionHandle); } public virtual int /*int*/ ISteamController_GetDigitalActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong digitalActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, digitalActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle, actionSetHandle, digitalActionHandle, out originsOut); } public virtual ControllerAnalogActionHandle_t /*(ControllerAnalogActionHandle_t)*/ ISteamController_GetAnalogActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName); } public virtual ControllerAnalogActionData_t /*struct ControllerAnalogActionData_t*/ ISteamController_GetAnalogActionData( ulong controllerHandle, ulong analogActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle /*C*/, analogActionHandle /*C*/); + return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle, analogActionHandle); } public virtual int /*int*/ ISteamController_GetAnalogActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong analogActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, analogActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle, actionSetHandle, analogActionHandle, out originsOut); } public virtual void /*void*/ ISteamController_StopAnalogActionMomentum( ulong controllerHandle, ulong eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle /*C*/, eAction /*C*/); + Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle, eAction); } public virtual void /*void*/ ISteamController_TriggerHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/); + Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec); } public virtual void /*void*/ ISteamController_TriggerRepeatedHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec, ushort /*unsigned short*/ usOffMicroSec, ushort /*unsigned short*/ unRepeat, uint /*unsigned int*/ nFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/, usOffMicroSec /*C*/, unRepeat /*C*/, nFlags /*C*/); + Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec, usOffMicroSec, unRepeat, nFlags); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUserUGCRequest( uint unAccountID, UserUGCList /*EUserUGCList*/ eListType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingUGCType, UserUGCListSortOrder /*EUserUGCListSortOrder*/ eSortOrder, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID /*C*/, eListType /*C*/, eMatchingUGCType /*C*/, eSortOrder /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID, eListType, eMatchingUGCType, eSortOrder, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryAllUGCRequest( UGCQuery /*EUGCQuery*/ eQueryType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType /*C*/, eMatchingeMatchingUGCTypeFileType /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType, eMatchingeMatchingUGCTypeFileType, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUGCDetailsRequest( IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ unNumPublishedFileIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID /*C*/, unNumPublishedFileIDs /*C*/); + return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID, unNumPublishedFileIDs); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SendQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCResult( ulong handle, uint /*uint32*/ index, ref SteamUGCDetails_t /*struct SteamUGCDetails_t **/ pDetails ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); var pDetails_ps = new SteamUGCDetails_t.PackSmall(); - var ret = Native.ISteamUGC.GetQueryUGCResult(_ptr, handle /*C*/, index /*C*/, ref pDetails_ps /*C*/); + var ret = Native.ISteamUGC.GetQueryUGCResult(_ptr, handle, index, ref pDetails_ps); pDetails = pDetails_ps; return ret; } @@ -2793,301 +2793,301 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle /*C*/, index /*C*/, pchURL /*C*/, cchURLSize /*C*/); + return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle, index, pchURL, cchURLSize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCMetadata( ulong handle, uint /*uint32*/ index, System.Text.StringBuilder /*char **/ pchMetadata, uint /*uint32*/ cchMetadatasize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle /*C*/, index /*C*/, pchMetadata /*C*/, cchMetadatasize /*C*/); + return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle, index, pchMetadata, cchMetadatasize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCChildren( ulong handle, uint /*uint32*/ index, IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ cMaxEntries ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle /*C*/, index /*C*/, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle, index, pvecPublishedFileID, cMaxEntries); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCStatistic( ulong handle, uint /*uint32*/ index, ItemStatistic /*EItemStatistic*/ eStatType, out uint /*uint32 **/ pStatValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle /*C*/, index /*C*/, eStatType /*C*/, out pStatValue /*B*/); + return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle, index, eStatType, out pStatValue); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumAdditionalPreviews( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCAdditionalPreview( ulong handle, uint /*uint32*/ index, uint /*uint32*/ previewIndex, System.Text.StringBuilder /*char **/ pchURLOrVideoID, uint /*uint32*/ cchURLSize, System.Text.StringBuilder /*char **/ pchOriginalFileName, uint /*uint32*/ cchOriginalFileNameSize, out ItemPreviewType /*EItemPreviewType **/ pPreviewType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle /*C*/, index /*C*/, previewIndex /*C*/, pchURLOrVideoID /*C*/, cchURLSize /*C*/, pchOriginalFileName /*C*/, cchOriginalFileNameSize /*C*/, out pPreviewType /*B*/); + return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle, index, previewIndex, pchURLOrVideoID, cchURLSize, pchOriginalFileName, cchOriginalFileNameSize, out pPreviewType); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumKeyValueTags( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCKeyValueTag( ulong handle, uint /*uint32*/ index, uint /*uint32*/ keyValueTagIndex, System.Text.StringBuilder /*char **/ pchKey, uint /*uint32*/ cchKeySize, System.Text.StringBuilder /*char **/ pchValue, uint /*uint32*/ cchValueSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle /*C*/, index /*C*/, keyValueTagIndex /*C*/, pchKey /*C*/, cchKeySize /*C*/, pchValue /*C*/, cchValueSize /*C*/); + return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle, index, keyValueTagIndex, pchKey, cchKeySize, pchValue, cchValueSize); } public virtual bool /*bool*/ ISteamUGC_ReleaseQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_AddRequiredTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddRequiredTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_AddExcludedTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddExcludedTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddExcludedTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_SetReturnKeyValueTags( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnKeyValueTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle /*C*/, bReturnKeyValueTags /*C*/); + return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle, bReturnKeyValueTags); } public virtual bool /*bool*/ ISteamUGC_SetReturnLongDescription( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnLongDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle /*C*/, bReturnLongDescription /*C*/); + return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle, bReturnLongDescription); } public virtual bool /*bool*/ ISteamUGC_SetReturnMetadata( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnMetadata ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnMetadata(_ptr, handle /*C*/, bReturnMetadata /*C*/); + return Native.ISteamUGC.SetReturnMetadata(_ptr, handle, bReturnMetadata); } public virtual bool /*bool*/ ISteamUGC_SetReturnChildren( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnChildren ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnChildren(_ptr, handle /*C*/, bReturnChildren /*C*/); + return Native.ISteamUGC.SetReturnChildren(_ptr, handle, bReturnChildren); } public virtual bool /*bool*/ ISteamUGC_SetReturnAdditionalPreviews( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnAdditionalPreviews ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle /*C*/, bReturnAdditionalPreviews /*C*/); + return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle, bReturnAdditionalPreviews); } public virtual bool /*bool*/ ISteamUGC_SetReturnTotalOnly( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnTotalOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle /*C*/, bReturnTotalOnly /*C*/); + return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle, bReturnTotalOnly); } public virtual bool /*bool*/ ISteamUGC_SetLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetAllowCachedResponse( ulong handle, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle, unMaxAgeSeconds); } public virtual bool /*bool*/ ISteamUGC_SetCloudFileNameFilter( ulong handle, string /*const char **/ pMatchCloudFileName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle /*C*/, pMatchCloudFileName /*C*/); + return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle, pMatchCloudFileName); } public virtual bool /*bool*/ ISteamUGC_SetMatchAnyTag( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMatchAnyTag ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle /*C*/, bMatchAnyTag /*C*/); + return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle, bMatchAnyTag); } public virtual bool /*bool*/ ISteamUGC_SetSearchText( ulong handle, string /*const char **/ pSearchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetSearchText(_ptr, handle /*C*/, pSearchText /*C*/); + return Native.ISteamUGC.SetSearchText(_ptr, handle, pSearchText); } public virtual bool /*bool*/ ISteamUGC_SetRankedByTrendDays( ulong handle, uint /*uint32*/ unDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle /*C*/, unDays /*C*/); + return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle, unDays); } public virtual bool /*bool*/ ISteamUGC_AddRequiredKeyValueTag( ulong handle, string /*const char **/ pKey, string /*const char **/ pValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle /*C*/, pKey /*C*/, pValue /*C*/); + return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle, pKey, pValue); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RequestUGCDetails( ulong nPublishedFileID, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID, unMaxAgeSeconds); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_CreateItem( uint nConsumerAppId, WorkshopFileType /*EWorkshopFileType*/ eFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId /*C*/, eFileType /*C*/); + return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId, eFileType); } public virtual UGCUpdateHandle_t /*(UGCUpdateHandle_t)*/ ISteamUGC_StartItemUpdate( uint nConsumerAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_SetItemTitle( ulong handle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTitle(_ptr, handle /*C*/, pchTitle /*C*/); + return Native.ISteamUGC.SetItemTitle(_ptr, handle, pchTitle); } public virtual bool /*bool*/ ISteamUGC_SetItemDescription( ulong handle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemDescription(_ptr, handle /*C*/, pchDescription /*C*/); + return Native.ISteamUGC.SetItemDescription(_ptr, handle, pchDescription); } public virtual bool /*bool*/ ISteamUGC_SetItemUpdateLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetItemMetadata( ulong handle, string /*const char **/ pchMetaData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemMetadata(_ptr, handle /*C*/, pchMetaData /*C*/); + return Native.ISteamUGC.SetItemMetadata(_ptr, handle, pchMetaData); } public virtual bool /*bool*/ ISteamUGC_SetItemVisibility( ulong handle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemVisibility(_ptr, handle /*C*/, eVisibility /*C*/); + return Native.ISteamUGC.SetItemVisibility(_ptr, handle, eVisibility); } public virtual bool /*bool*/ ISteamUGC_SetItemTags( ulong updateHandle, IntPtr /*const struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamUGC.SetItemTags(_ptr, updateHandle, pTags); } public virtual bool /*bool*/ ISteamUGC_SetItemContent( ulong handle, string /*const char **/ pszContentFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemContent(_ptr, handle /*C*/, pszContentFolder /*C*/); + return Native.ISteamUGC.SetItemContent(_ptr, handle, pszContentFolder); } public virtual bool /*bool*/ ISteamUGC_SetItemPreview( ulong handle, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemPreview(_ptr, handle /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.SetItemPreview(_ptr, handle, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_RemoveItemKeyValueTags( ulong handle, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle /*C*/, pchKey /*C*/); + return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle, pchKey); } public virtual bool /*bool*/ ISteamUGC_AddItemKeyValueTag( ulong handle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle, pchKey, pchValue); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewFile( ulong handle, string /*const char **/ pszPreviewFile, ItemPreviewType /*EItemPreviewType*/ type ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle /*C*/, pszPreviewFile /*C*/, type /*C*/); + return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle, pszPreviewFile, type); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewVideo( ulong handle, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewFile( ulong handle, uint /*uint32*/ index, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle /*C*/, index /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle, index, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewVideo( ulong handle, uint /*uint32*/ index, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle /*C*/, index /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle, index, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_RemoveItemPreview( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemPreview(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.RemoveItemPreview(_ptr, handle, index); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubmitItemUpdate( ulong handle, string /*const char **/ pchChangeNote ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle /*C*/, pchChangeNote /*C*/); + return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle, pchChangeNote); } public virtual ItemUpdateStatus /*EItemUpdateStatus*/ ISteamUGC_GetItemUpdateProgress( ulong handle, out ulong /*uint64 **/ punBytesProcessed, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle /*C*/, out punBytesProcessed /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle, out punBytesProcessed, out punBytesTotal); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SetUserItemVote( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID /*C*/, bVoteUp /*C*/); + return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_GetUserItemVote( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_AddItemToFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RemoveItemFromFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_UnsubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID); } public virtual uint /*uint32*/ ISteamUGC_GetNumSubscribedItems() { @@ -3099,43 +3099,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID, cMaxEntries); } public virtual uint /*uint32*/ ISteamUGC_GetItemState( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_GetItemInstallInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punSizeOnDisk, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderSize, out uint /*uint32 **/ punTimeStamp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID /*C*/, out punSizeOnDisk /*B*/, pchFolder /*C*/, cchFolderSize /*C*/, out punTimeStamp /*B*/); + return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID, out punSizeOnDisk, pchFolder, cchFolderSize, out punTimeStamp); } public virtual bool /*bool*/ ISteamUGC_GetItemDownloadInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID, out punBytesDownloaded, out punBytesTotal); } public virtual bool /*bool*/ ISteamUGC_DownloadItem( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHighPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID /*C*/, bHighPriority /*C*/); + return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID, bHighPriority); } public virtual bool /*bool*/ ISteamUGC_BInitWorkshopForGameServer( uint unWorkshopDepotID, string /*const char **/ pszFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID /*C*/, pszFolder /*C*/); + return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID, pszFolder); } public virtual void /*void*/ ISteamUGC_SuspendDownloads( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSuspend ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend /*C*/); + Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend); } public virtual uint /*uint32*/ ISteamAppList_GetNumInstalledApps() @@ -3148,25 +3148,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID /*C*/, unMaxAppIDs /*C*/); + return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID, unMaxAppIDs); } public virtual int /*int*/ ISteamAppList_GetAppName( uint nAppID, System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppName(_ptr, nAppID /*C*/, pchName /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppName(_ptr, nAppID, pchName, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppInstallDir( uint nAppID, System.Text.StringBuilder /*char **/ pchDirectory, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID /*C*/, pchDirectory /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID, pchDirectory, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppBuildId( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID /*C*/); + return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID); } public virtual void /*void*/ ISteamHTMLSurface_DestructISteamHTMLSurface() @@ -3191,290 +3191,290 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent /*C*/, pchUserCSS /*C*/); + return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent, pchUserCSS); } public virtual void /*void*/ ISteamHTMLSurface_RemoveBrowser( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_LoadURL( uint unBrowserHandle, string /*const char **/ pchURL, string /*const char **/ pchPostData ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle /*C*/, pchURL /*C*/, pchPostData /*C*/); + Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle, pchURL, pchPostData); } public virtual void /*void*/ ISteamHTMLSurface_SetSize( uint unBrowserHandle, uint /*uint32*/ unWidth, uint /*uint32*/ unHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle /*C*/, unWidth /*C*/, unHeight /*C*/); + Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle, unWidth, unHeight); } public virtual void /*void*/ ISteamHTMLSurface_StopLoad( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Reload( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoBack( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoForward( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_AddHeader( uint unBrowserHandle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle, pchKey, pchValue); } public virtual void /*void*/ ISteamHTMLSurface_ExecuteJavascript( uint unBrowserHandle, string /*const char **/ pchScript ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle /*C*/, pchScript /*C*/); + Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle, pchScript); } public virtual void /*void*/ ISteamHTMLSurface_MouseUp( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDown( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDoubleClick( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseMove( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_MouseWheel( uint unBrowserHandle, int /*int32*/ nDelta ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle /*C*/, nDelta /*C*/); + Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle, nDelta); } public virtual void /*void*/ ISteamHTMLSurface_KeyDown( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyUp( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyChar( uint unBrowserHandle, uint /*uint32*/ cUnicodeChar, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle /*C*/, cUnicodeChar /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle, cUnicodeChar, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_SetHorizontalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetVerticalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetKeyFocus( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHasKeyFocus ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle /*C*/, bHasKeyFocus /*C*/); + Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle, bHasKeyFocus); } public virtual void /*void*/ ISteamHTMLSurface_ViewSource( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_CopyToClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_PasteFromClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Find( uint unBrowserHandle, string /*const char **/ pchSearchStr, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bCurrentlyInFind, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReverse ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle /*C*/, pchSearchStr /*C*/, bCurrentlyInFind /*C*/, bReverse /*C*/); + Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle, pchSearchStr, bCurrentlyInFind, bReverse); } public virtual void /*void*/ ISteamHTMLSurface_StopFind( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GetLinkAtPosition( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_SetCookie( string /*const char **/ pchHostname, string /*const char **/ pchKey, string /*const char **/ pchValue, string /*const char **/ pchPath, uint nExpires, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSecure, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHTTPOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname /*C*/, pchKey /*C*/, pchValue /*C*/, pchPath /*C*/, nExpires /*C*/, bSecure /*C*/, bHTTPOnly /*C*/); + Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname, pchKey, pchValue, pchPath, nExpires, bSecure, bHTTPOnly); } public virtual void /*void*/ ISteamHTMLSurface_SetPageScaleFactor( uint unBrowserHandle, float /*float*/ flZoom, int /*int*/ nPointX, int /*int*/ nPointY ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle /*C*/, flZoom /*C*/, nPointX /*C*/, nPointY /*C*/); + Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle, flZoom, nPointX, nPointY); } public virtual void /*void*/ ISteamHTMLSurface_SetBackgroundMode( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bBackgroundMode ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle /*C*/, bBackgroundMode /*C*/); + Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle, bBackgroundMode); } public virtual void /*void*/ ISteamHTMLSurface_AllowStartRequest( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowed ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle /*C*/, bAllowed /*C*/); + Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle, bAllowed); } public virtual void /*void*/ ISteamHTMLSurface_JSDialogResponse( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle /*C*/, bResult /*C*/); + Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle, bResult); } public virtual Result /*EResult*/ ISteamInventory_GetResultStatus( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetResultItems( int resultHandle, IntPtr /*struct SteamItemDetails_t **/ pOutItemsArray, out uint /*uint32 **/ punOutItemsArraySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultItems(_ptr, resultHandle /*C*/, pOutItemsArray, out punOutItemsArraySize /*B*/); + return Native.ISteamInventory.GetResultItems(_ptr, resultHandle, pOutItemsArray, out punOutItemsArraySize); } public virtual uint /*uint32*/ ISteamInventory_GetResultTimestamp( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_CheckResultSteamID( int resultHandle, ulong steamIDExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle /*C*/, steamIDExpected /*C*/); + return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle, steamIDExpected); } public virtual void /*void*/ ISteamInventory_DestroyResult( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - Native.ISteamInventory.DestroyResult(_ptr, resultHandle /*C*/); + Native.ISteamInventory.DestroyResult(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetAllItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_GetItemsByID( ref int pResultHandle, IntPtr /*const SteamItemInstanceID_t **/ pInstanceIDs, uint /*uint32*/ unCountInstanceIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle /*A*/, pInstanceIDs, unCountInstanceIDs /*C*/); + return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle, pInstanceIDs, unCountInstanceIDs); } public virtual bool /*bool*/ ISteamInventory_SerializeResult( int resultHandle, IntPtr /*void **/ pOutBuffer, out uint /*uint32 **/ punOutBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.SerializeResult(_ptr, resultHandle /*C*/, pOutBuffer /*C*/, out punOutBufferSize /*B*/); + return Native.ISteamInventory.SerializeResult(_ptr, resultHandle, pOutBuffer, out punOutBufferSize); } public virtual bool /*bool*/ ISteamInventory_DeserializeResult( ref int pOutResultHandle, IntPtr /*const void **/ pBuffer, uint /*uint32*/ unBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRESERVED_MUST_BE_FALSE ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle /*A*/, pBuffer /*C*/, unBufferSize /*C*/, bRESERVED_MUST_BE_FALSE /*C*/); + return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle, pBuffer, unBufferSize, bRESERVED_MUST_BE_FALSE); } public virtual bool /*bool*/ ISteamInventory_GenerateItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, out uint /*const uint32 **/ punArrayQuantity, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, out punArrayQuantity /*B*/, unArrayLength /*C*/); + return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle, pArrayItemDefs, out punArrayQuantity, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_GrantPromoItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_AddPromoItem( ref int pResultHandle, int itemDef ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle /*A*/, itemDef /*C*/); + return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle, itemDef); } public virtual bool /*bool*/ ISteamInventory_AddPromoItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, unArrayLength /*C*/); + return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle, pArrayItemDefs, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_ConsumeItem( ref int pResultHandle, ulong itemConsume, uint /*uint32*/ unQuantity ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle /*A*/, itemConsume /*C*/, unQuantity /*C*/); + return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle, itemConsume, unQuantity); } public virtual bool /*bool*/ ISteamInventory_ExchangeItems( ref int pResultHandle, ref int pArrayGenerate, out uint /*const uint32 **/ punArrayGenerateQuantity, uint /*uint32*/ unArrayGenerateLength, IntPtr /*const SteamItemInstanceID_t **/ pArrayDestroy, IntPtr /*const uint32 **/ punArrayDestroyQuantity, uint /*uint32*/ unArrayDestroyLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle /*A*/, ref pArrayGenerate /*A*/, out punArrayGenerateQuantity /*B*/, unArrayGenerateLength /*C*/, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength /*C*/); + return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle, ref pArrayGenerate, out punArrayGenerateQuantity, unArrayGenerateLength, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength); } public virtual bool /*bool*/ ISteamInventory_TransferItemQuantity( ref int pResultHandle, ulong itemIdSource, uint /*uint32*/ unQuantity, ulong itemIdDest ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle /*A*/, itemIdSource /*C*/, unQuantity /*C*/, itemIdDest /*C*/); + return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle, itemIdSource, unQuantity, itemIdDest); } public virtual void /*void*/ ISteamInventory_SendItemDropHeartbeat() { @@ -3486,13 +3486,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle /*A*/, dropListDefinition /*C*/); + return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle, dropListDefinition); } public virtual bool /*bool*/ ISteamInventory_TradeItems( ref int pResultHandle, ulong steamIDTradePartner, ref ulong pArrayGive, out uint /*const uint32 **/ pArrayGiveQuantity, uint /*uint32*/ nArrayGiveLength, ref ulong pArrayGet, out uint /*const uint32 **/ pArrayGetQuantity, uint /*uint32*/ nArrayGetLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle /*A*/, steamIDTradePartner /*C*/, ref pArrayGive /*A*/, out pArrayGiveQuantity /*B*/, nArrayGiveLength /*C*/, ref pArrayGet /*A*/, out pArrayGetQuantity /*B*/, nArrayGetLength /*C*/); + return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle, steamIDTradePartner, ref pArrayGive, out pArrayGiveQuantity, nArrayGiveLength, ref pArrayGet, out pArrayGetQuantity, nArrayGetLength); } public virtual bool /*bool*/ ISteamInventory_LoadItemDefinitions() { @@ -3504,20 +3504,20 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize /*B*/); + return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize); } public virtual bool /*bool*/ ISteamInventory_GetItemDefinitionProperty( int iDefinition, string /*const char **/ pchPropertyName, System.Text.StringBuilder /*char **/ pchValueBuffer, out uint /*uint32 **/ punValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition /*C*/, pchPropertyName /*C*/, pchValueBuffer /*C*/, out punValueBufferSize /*B*/); + return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition, pchPropertyName, pchValueBuffer, out punValueBufferSize); } public virtual void /*void*/ ISteamVideo_GetVideoURL( uint unVideoAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamVideo _ptr is null!" ); - Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID /*C*/); + Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID); } public virtual bool /*bool*/ ISteamVideo_IsBroadcasting( IntPtr /*int **/ pnNumViewers ) { @@ -3530,37 +3530,37 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.InitGameServer(_ptr, unIP /*C*/, usGamePort /*C*/, usQueryPort /*C*/, unFlags /*C*/, nGameAppId /*C*/, pchVersionString /*C*/); + return Native.ISteamGameServer.InitGameServer(_ptr, unIP, usGamePort, usQueryPort, unFlags, nGameAppId, pchVersionString); } public virtual void /*void*/ ISteamGameServer_SetProduct( string /*const char **/ pszProduct ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetProduct(_ptr, pszProduct /*C*/); + Native.ISteamGameServer.SetProduct(_ptr, pszProduct); } public virtual void /*void*/ ISteamGameServer_SetGameDescription( string /*const char **/ pszGameDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription /*C*/); + Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription); } public virtual void /*void*/ ISteamGameServer_SetModDir( string /*const char **/ pszModDir ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetModDir(_ptr, pszModDir /*C*/); + Native.ISteamGameServer.SetModDir(_ptr, pszModDir); } public virtual void /*void*/ ISteamGameServer_SetDedicatedServer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bDedicated ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated /*C*/); + Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated); } public virtual void /*void*/ ISteamGameServer_LogOn( string /*const char **/ pszToken ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.LogOn(_ptr, pszToken /*C*/); + Native.ISteamGameServer.LogOn(_ptr, pszToken); } public virtual void /*void*/ ISteamGameServer_LogOnAnonymous() { @@ -3602,43 +3602,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax /*C*/); + Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax); } public virtual void /*void*/ ISteamGameServer_SetBotPlayerCount( int /*int*/ cBotplayers ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers /*C*/); + Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers); } public virtual void /*void*/ ISteamGameServer_SetServerName( string /*const char **/ pszServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetServerName(_ptr, pszServerName /*C*/); + Native.ISteamGameServer.SetServerName(_ptr, pszServerName); } public virtual void /*void*/ ISteamGameServer_SetMapName( string /*const char **/ pszMapName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMapName(_ptr, pszMapName /*C*/); + Native.ISteamGameServer.SetMapName(_ptr, pszMapName); } public virtual void /*void*/ ISteamGameServer_SetPasswordProtected( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bPasswordProtected ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected /*C*/); + Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected); } public virtual void /*void*/ ISteamGameServer_SetSpectatorPort( ushort /*uint16*/ unSpectatorPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort /*C*/); + Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort); } public virtual void /*void*/ ISteamGameServer_SetSpectatorServerName( string /*const char **/ pszSpectatorServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName /*C*/); + Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName); } public virtual void /*void*/ ISteamGameServer_ClearAllKeyValues() { @@ -3650,31 +3650,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetKeyValue(_ptr, pKey /*C*/, pValue /*C*/); + Native.ISteamGameServer.SetKeyValue(_ptr, pKey, pValue); } public virtual void /*void*/ ISteamGameServer_SetGameTags( string /*const char **/ pchGameTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags /*C*/); + Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags); } public virtual void /*void*/ ISteamGameServer_SetGameData( string /*const char **/ pchGameData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameData(_ptr, pchGameData /*C*/); + Native.ISteamGameServer.SetGameData(_ptr, pchGameData); } public virtual void /*void*/ ISteamGameServer_SetRegion( string /*const char **/ pszRegion ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetRegion(_ptr, pszRegion /*C*/); + Native.ISteamGameServer.SetRegion(_ptr, pszRegion); } public virtual bool /*bool*/ ISteamGameServer_SendUserConnectAndAuthenticate( uint /*uint32*/ unIPClient, IntPtr /*const void **/ pvAuthBlob, uint /*uint32*/ cubAuthBlobSize, out ulong pSteamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient /*C*/, pvAuthBlob /*C*/, cubAuthBlobSize /*C*/, out pSteamIDUser /*B*/); + return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient, pvAuthBlob, cubAuthBlobSize, out pSteamIDUser); } public virtual CSteamID /*(class CSteamID)*/ ISteamGameServer_CreateUnauthenticatedUserConnection() { @@ -3686,49 +3686,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser /*C*/); + Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServer_BUpdateUserData( ulong steamIDUser, string /*const char **/ pchPlayerName, uint /*uint32*/ uScore ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser /*C*/, pchPlayerName /*C*/, uScore /*C*/); + return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser, pchPlayerName, uScore); } public virtual HAuthTicket /*(HAuthTicket)*/ ISteamGameServer_GetAuthSessionTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamGameServer_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamGameServer_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamGameServer.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamGameServer_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamGameServer_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamGameServer_RequestUserGroupStatus( ulong steamIDUser, ulong steamIDGroup ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser /*C*/, steamIDGroup /*C*/); + return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser, steamIDGroup); } public virtual void /*void*/ ISteamGameServer_GetGameplayStats() { @@ -3752,25 +3752,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData /*C*/, cbData /*C*/, srcIP /*C*/, srcPort /*C*/); + return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData, cbData, srcIP, srcPort); } public virtual int /*int*/ ISteamGameServer_GetNextOutgoingPacket( IntPtr /*void **/ pOut, int /*int*/ cbMaxOut, out uint /*uint32 **/ pNetAdr, out ushort /*uint16 **/ pPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut /*C*/, cbMaxOut /*C*/, out pNetAdr /*B*/, out pPort /*B*/); + return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut, cbMaxOut, out pNetAdr, out pPort); } public virtual void /*void*/ ISteamGameServer_EnableHeartbeats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bActive ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive /*C*/); + Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive); } public virtual void /*void*/ ISteamGameServer_SetHeartbeatInterval( int /*int*/ iHeartbeatInterval ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval /*C*/); + Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval); } public virtual void /*void*/ ISteamGameServer_ForceHeartbeat() { @@ -3782,74 +3782,74 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan /*C*/); + return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServer_ComputeNewPlayerCompatibility( ulong steamIDNewPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer /*C*/); + return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat( ulong steamIDUser, string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, nData /*C*/); + return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser, pchName, nData); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat0( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, fData /*C*/); + return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser, pchName, fData); } public virtual bool /*bool*/ ISteamGameServerStats_UpdateUserAvgRateStat( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser /*C*/, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser, pchName); } public virtual bool /*bool*/ ISteamGameServerStats_ClearUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser, pchName); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_StoreUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser); } public virtual void /*void*/ SteamApi_SteamAPI_Init() @@ -3866,15 +3866,15 @@ namespace SteamNative } public virtual void /*void*/ SteamApi_SteamAPI_RegisterCallback( IntPtr /*void **/ pCallback, int /*int*/ callback ) { - Native.SteamApi.SteamAPI_RegisterCallback(pCallback /*C*/, callback /*C*/); + Native.SteamApi.SteamAPI_RegisterCallback(pCallback, callback); } public virtual void /*void*/ SteamApi_SteamAPI_UnregisterCallback( IntPtr /*void **/ pCallback ) { - Native.SteamApi.SteamAPI_UnregisterCallback(pCallback /*C*/); + Native.SteamApi.SteamAPI_UnregisterCallback(pCallback); } public virtual bool /*bool*/ SteamApi_SteamInternal_GameServer_Init( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, ushort /*uint16*/ usGamePort, ushort /*uint16*/ usQueryPort, int /*int*/ eServerMode, string /*const char **/ pchVersionString ) { - return Native.SteamApi.SteamInternal_GameServer_Init(unIP /*C*/, usPort /*C*/, usGamePort /*C*/, usQueryPort /*C*/, eServerMode /*C*/, pchVersionString /*C*/); + return Native.SteamApi.SteamInternal_GameServer_Init(unIP, usPort, usGamePort, usQueryPort, eServerMode, pchVersionString); } public virtual void /*void*/ SteamApi_SteamAPI_Shutdown() { @@ -3898,7 +3898,7 @@ namespace SteamNative } public virtual IntPtr /*void **/ SteamApi_SteamInternal_CreateInterface( string /*const char **/ version ) { - return Native.SteamApi.SteamInternal_CreateInterface(version /*C*/); + return Native.SteamApi.SteamInternal_CreateInterface(version); } internal static unsafe class Native diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Mac.cs b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Mac.cs index 510792a..a6dc8c8 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Mac.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Mac.cs @@ -35,109 +35,109 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_ConnectToGlobalUser( int hSteamPipe ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_CreateLocalUser( out int phSteamPipe, AccountType /*EAccountType*/ eAccountType ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe /*B*/, eAccountType /*C*/); + return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe, eAccountType); } public virtual void /*void*/ ISteamClient_ReleaseUser( int hSteamPipe, int hUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe /*C*/, hUser /*C*/); + Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe, hUser); } public virtual IntPtr /*class ISteamUser **/ ISteamClient_GetISteamUser( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServer **/ ISteamClient_GetISteamGameServer( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual void /*void*/ ISteamClient_SetLocalIPBinding( uint /*uint32*/ unIP, ushort /*uint16*/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetLocalIPBinding(_ptr, unIP /*C*/, usPort /*C*/); + Native.ISteamClient.SetLocalIPBinding(_ptr, unIP, usPort); } public virtual IntPtr /*class ISteamFriends **/ ISteamClient_GetISteamFriends( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUtils **/ ISteamClient_GetISteamUtils( int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmaking **/ ISteamClient_GetISteamMatchmaking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmakingServers **/ ISteamClient_GetISteamMatchmakingServers( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*void **/ ISteamClient_GetISteamGenericInterface( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUserStats **/ ISteamClient_GetISteamUserStats( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServerStats **/ ISteamClient_GetISteamGameServerStats( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamApps **/ ISteamClient_GetISteamApps( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamNetworking **/ ISteamClient_GetISteamNetworking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamRemoteStorage **/ ISteamClient_GetISteamRemoteStorage( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamScreenshots **/ ISteamClient_GetISteamScreenshots( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual uint /*uint32*/ ISteamClient_GetIPCCallCount() { @@ -149,7 +149,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamClient_BShutdownIfAllPipesClosed() { @@ -161,61 +161,61 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUnifiedMessages **/ ISteamClient_GetISteamUnifiedMessages( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamController **/ ISteamClient_GetISteamController( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamController(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamController(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUGC **/ ISteamClient_GetISteamUGC( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamAppList **/ ISteamClient_GetISteamAppList( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusic **/ ISteamClient_GetISteamMusic( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusicRemote **/ ISteamClient_GetISteamMusicRemote( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamHTMLSurface **/ ISteamClient_GetISteamHTMLSurface( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamInventory **/ ISteamClient_GetISteamInventory( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamVideo **/ ISteamClient_GetISteamVideo( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual HSteamUser /*(HSteamUser)*/ ISteamUser_GetHSteamUser() @@ -240,25 +240,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob /*C*/, cbMaxAuthBlob /*C*/, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/, bSecure /*C*/); + return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob, cbMaxAuthBlob, steamIDGameServer, unIPServer, usPortServer, bSecure); } public virtual void /*void*/ ISteamUser_TerminateGameConnection( uint /*uint32*/ unIPServer, ushort /*uint16*/ usPortServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer, usPortServer); } public virtual void /*void*/ ISteamUser_TrackAppUsageEvent( ulong gameID, int /*int*/ eAppUsageEvent, string /*const char **/ pchExtraInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID /*C*/, eAppUsageEvent /*C*/, pchExtraInfo /*C*/); + Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID, eAppUsageEvent, pchExtraInfo); } public virtual bool /*bool*/ ISteamUser_GetUserDataFolder( System.Text.StringBuilder /*char **/ pchBuffer, int /*int*/ cubBuffer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer /*C*/, cubBuffer /*C*/); + return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer, cubBuffer); } public virtual void /*void*/ ISteamUser_StartVoiceRecording() { @@ -276,19 +276,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed /*B*/, out pcbUncompressed /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed, out pcbUncompressed, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_GetVoice( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantUncompressed, IntPtr /*void **/ pUncompressedDestBuffer, uint /*uint32*/ cbUncompressedDestBufferSize, out uint /*uint32 **/ nUncompressBytesWritten, uint /*uint32*/ nUncompressedVoiceDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetVoice(_ptr, bWantCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, bWantUncompressed /*C*/, pUncompressedDestBuffer /*C*/, cbUncompressedDestBufferSize /*C*/, out nUncompressBytesWritten /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetVoice(_ptr, bWantCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, bWantUncompressed, pUncompressedDestBuffer, cbUncompressedDestBufferSize, out nUncompressBytesWritten, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_DecompressVoice( IntPtr /*const void **/ pCompressed, uint /*uint32*/ cbCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, uint /*uint32*/ nDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.DecompressVoice(_ptr, pCompressed /*C*/, cbCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, nDesiredSampleRate /*C*/); + return Native.ISteamUser.DecompressVoice(_ptr, pCompressed, cbCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, nDesiredSampleRate); } public virtual uint /*uint32*/ ISteamUser_GetVoiceOptimalSampleRate() { @@ -300,31 +300,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamUser_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamUser_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamUser.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamUser_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamUser_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamUser_BIsBehindNAT() { @@ -336,25 +336,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer, unIPServer, usPortServer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUser_RequestEncryptedAppTicket( IntPtr /*void **/ pDataToInclude, int /*int*/ cbDataToInclude ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude /*C*/, cbDataToInclude /*C*/); + return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude, cbDataToInclude); } public virtual bool /*bool*/ ISteamUser_GetEncryptedAppTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual int /*int*/ ISteamUser_GetGameBadgeLevel( int /*int*/ nSeries, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bFoil ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries /*C*/, bFoil /*C*/); + return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries, bFoil); } public virtual int /*int*/ ISteamUser_GetPlayerSteamLevel() { @@ -366,7 +366,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL /*C*/); + return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL); } public virtual bool /*bool*/ ISteamUser_BIsPhoneVerified() { @@ -391,7 +391,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName /*C*/); + return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetPersonaState() { @@ -403,38 +403,38 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendByIndex( int /*int*/ iFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend, iFriendFlags); } public virtual FriendRelationship /*EFriendRelationship*/ ISteamFriends_GetFriendRelationship( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetFriendPersonaState( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendPersonaName( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_GetFriendGamePlayed( ulong steamIDFriend, ref FriendGameInfo_t /*struct FriendGameInfo_t **/ pFriendGameInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); var pFriendGameInfo_ps = new FriendGameInfo_t.PackSmall(); - var ret = Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend /*C*/, ref pFriendGameInfo_ps); + var ret = Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend, ref pFriendGameInfo_ps); pFriendGameInfo = pFriendGameInfo_ps; return ret; } @@ -442,19 +442,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend /*C*/, iPersonaName /*C*/); + return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend, iPersonaName); } public virtual int /*int*/ ISteamFriends_GetFriendSteamLevel( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetPlayerNickname( ulong steamIDPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer /*C*/); + return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupCount() { @@ -466,31 +466,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG /*C*/); + return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG); } public virtual IntPtr ISteamFriends_GetFriendsGroupName( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupMembersCount( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID); } public virtual void /*void*/ ISteamFriends_GetFriendsGroupMembersList( short friendsGroupID, IntPtr /*class CSteamID **/ pOutSteamIDMembers, int /*int*/ nMembersCount ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID /*C*/, pOutSteamIDMembers, nMembersCount /*C*/); + Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID, pOutSteamIDMembers, nMembersCount); } public virtual bool /*bool*/ ISteamFriends_HasFriend( ulong steamIDFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend, iFriendFlags); } public virtual int /*int*/ ISteamFriends_GetClanCount() { @@ -502,139 +502,139 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanByIndex(_ptr, iClan /*C*/); + return Native.ISteamFriends.GetClanByIndex(_ptr, iClan); } public virtual IntPtr ISteamFriends_GetClanName( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanName(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanName(_ptr, steamIDClan); } public virtual IntPtr ISteamFriends_GetClanTag( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_GetClanActivityCounts( ulong steamIDClan, out int /*int **/ pnOnline, out int /*int **/ pnInGame, out int /*int **/ pnChatting ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan /*C*/, out pnOnline /*B*/, out pnInGame /*B*/, out pnChatting /*B*/); + return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan, out pnOnline, out pnInGame, out pnChatting); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_DownloadClanActivityCounts( IntPtr /*class CSteamID **/ psteamIDClans, int /*int*/ cClansToRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest /*C*/); + return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest); } public virtual int /*int*/ ISteamFriends_GetFriendCountFromSource( ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource /*C*/); + return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendFromSourceByIndex( ulong steamIDSource, int /*int*/ iFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource /*C*/, iFriend /*C*/); + return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource, iFriend); } public virtual bool /*bool*/ ISteamFriends_IsUserInSource( ulong steamIDUser, ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser /*C*/, steamIDSource /*C*/); + return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser, steamIDSource); } public virtual void /*void*/ ISteamFriends_SetInGameVoiceSpeaking( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSpeaking ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser /*C*/, bSpeaking /*C*/); + Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser, bSpeaking); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlay( string /*const char **/ pchDialog ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog /*C*/); + Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToUser( string /*const char **/ pchDialog, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog /*C*/, steamID /*C*/); + Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog, steamID); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToWebPage( string /*const char **/ pchURL ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL /*C*/); + Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToStore( uint nAppID, OverlayToStoreFlag /*EOverlayToStoreFlag*/ eFlag ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID /*C*/, eFlag /*C*/); + Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID, eFlag); } public virtual void /*void*/ ISteamFriends_SetPlayedWith( ulong steamIDUserPlayedWith ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith /*C*/); + Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayInviteDialog( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby /*C*/); + Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby); } public virtual int /*int*/ ISteamFriends_GetSmallFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetMediumFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetLargeFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_RequestUserInformation( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireNameOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser /*C*/, bRequireNameOnly /*C*/); + return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser, bRequireNameOnly); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_RequestClanOfficerList( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOwner( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanOfficerCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOfficerByIndex( ulong steamIDClan, int /*int*/ iOfficer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan /*C*/, iOfficer /*C*/); + return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan, iOfficer); } public virtual uint /*uint32*/ ISteamFriends_GetUserRestrictions() { @@ -646,7 +646,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetRichPresence(_ptr, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamFriends.SetRichPresence(_ptr, pchKey, pchValue); } public virtual void /*void*/ ISteamFriends_ClearRichPresence() { @@ -658,31 +658,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend /*C*/, pchKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend, pchKey); } public virtual int /*int*/ ISteamFriends_GetFriendRichPresenceKeyCount( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendRichPresenceKeyByIndex( ulong steamIDFriend, int /*int*/ iKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend /*C*/, iKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend, iKey); } public virtual void /*void*/ ISteamFriends_RequestFriendRichPresence( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend /*C*/); + Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_InviteUserToGame( ulong steamIDFriend, string /*const char **/ pchConnectString ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend /*C*/, pchConnectString /*C*/); + return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend, pchConnectString); } public virtual int /*int*/ ISteamFriends_GetCoplayFriendCount() { @@ -694,115 +694,115 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend /*C*/); + return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend); } public virtual int /*int*/ ISteamFriends_GetFriendCoplayTime( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend); } public virtual AppId_t /*(AppId_t)*/ ISteamFriends_GetFriendCoplayGame( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_JoinClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_LeaveClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanChatMemberCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetChatMemberByIndex( ulong steamIDClan, int /*int*/ iUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan /*C*/, iUser /*C*/); + return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan, iUser); } public virtual bool /*bool*/ ISteamFriends_SendClanChatMessage( ulong steamIDClanChat, string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat /*C*/, pchText /*C*/); + return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat, pchText); } public virtual int /*int*/ ISteamFriends_GetClanChatMessage( ulong steamIDClanChat, int /*int*/ iMessage, IntPtr /*void **/ prgchText, int /*int*/ cchTextMax, out ChatEntryType /*EChatEntryType **/ peChatEntryType, out ulong psteamidChatter ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat /*C*/, iMessage /*C*/, prgchText /*C*/, cchTextMax /*C*/, out peChatEntryType /*B*/, out psteamidChatter /*B*/); + return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat, iMessage, prgchText, cchTextMax, out peChatEntryType, out psteamidChatter); } public virtual bool /*bool*/ ISteamFriends_IsClanChatAdmin( ulong steamIDClanChat, ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat /*C*/, steamIDUser /*C*/); + return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat, steamIDUser); } public virtual bool /*bool*/ ISteamFriends_IsClanChatWindowOpenInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_OpenClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_CloseClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_SetListenForFriendsMessages( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bInterceptEnabled ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled /*C*/); + return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled); } public virtual bool /*bool*/ ISteamFriends_ReplyToFriendMessage( ulong steamIDFriend, string /*const char **/ pchMsgToSend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend /*C*/, pchMsgToSend /*C*/); + return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend, pchMsgToSend); } public virtual int /*int*/ ISteamFriends_GetFriendMessage( ulong steamIDFriend, int /*int*/ iMessageID, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend /*C*/, iMessageID /*C*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend, iMessageID, pvData, cubData, out peChatEntryType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_GetFollowerCount( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFollowerCount(_ptr, steamID /*C*/); + return Native.ISteamFriends.GetFollowerCount(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_IsFollowing( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsFollowing(_ptr, steamID /*C*/); + return Native.ISteamFriends.IsFollowing(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_EnumerateFollowingList( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex /*C*/); + return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex); } public virtual uint /*uint32*/ ISteamUtils_GetSecondsSinceAppActive() @@ -839,19 +839,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageSize(_ptr, iImage /*C*/, out pnWidth /*B*/, out pnHeight /*B*/); + return Native.ISteamUtils.GetImageSize(_ptr, iImage, out pnWidth, out pnHeight); } public virtual bool /*bool*/ ISteamUtils_GetImageRGBA( int /*int*/ iImage, IntPtr /*uint8 **/ pubDest, int /*int*/ nDestBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageRGBA(_ptr, iImage /*C*/, pubDest, nDestBufferSize /*C*/); + return Native.ISteamUtils.GetImageRGBA(_ptr, iImage, pubDest, nDestBufferSize); } public virtual bool /*bool*/ ISteamUtils_GetCSERIPPort( out uint /*uint32 **/ unIP, out ushort /*uint16 **/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP /*B*/, out usPort /*B*/); + return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP, out usPort); } public virtual byte /*uint8*/ ISteamUtils_GetCurrentBatteryPower() { @@ -869,25 +869,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition /*C*/); + Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition); } public virtual bool /*bool*/ ISteamUtils_IsAPICallCompleted( ulong hSteamAPICall, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall, ref pbFailed); } public virtual SteamAPICallFailure /*ESteamAPICallFailure*/ ISteamUtils_GetAPICallFailureReason( ulong hSteamAPICall ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall /*C*/); + return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall); } public virtual bool /*bool*/ ISteamUtils_GetAPICallResult( ulong hSteamAPICall, IntPtr /*void **/ pCallback, int /*int*/ cubCallback, int /*int*/ iCallbackExpected, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall /*C*/, pCallback /*C*/, cubCallback /*C*/, iCallbackExpected /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall, pCallback, cubCallback, iCallbackExpected, ref pbFailed); } public virtual uint /*uint32*/ ISteamUtils_GetIPCCallCount() { @@ -899,7 +899,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamUtils_IsOverlayEnabled() { @@ -917,13 +917,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName /*C*/); + return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName); } public virtual bool /*bool*/ ISteamUtils_ShowGamepadTextInput( GamepadTextInputMode /*EGamepadTextInputMode*/ eInputMode, GamepadTextInputLineMode /*EGamepadTextInputLineMode*/ eLineInputMode, string /*const char **/ pchDescription, uint /*uint32*/ unCharMax, string /*const char **/ pchExistingText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode /*C*/, eLineInputMode /*C*/, pchDescription /*C*/, unCharMax /*C*/, pchExistingText /*C*/); + return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode, eLineInputMode, pchDescription, unCharMax, pchExistingText); } public virtual uint /*uint32*/ ISteamUtils_GetEnteredGamepadTextLength() { @@ -935,7 +935,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText /*C*/, cchText /*C*/); + return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText, cchText); } public virtual IntPtr ISteamUtils_GetSteamUILanguage() { @@ -953,7 +953,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset /*C*/, nVerticalInset /*C*/); + Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset, nVerticalInset); } public virtual bool /*bool*/ ISteamUtils_IsSteamInBigPictureMode() { @@ -978,19 +978,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame /*C*/, ref pnAppID /*A*/, out pnIP /*B*/, out pnConnPort /*B*/, out pnQueryPort /*B*/, punFlags, out pRTime32LastPlayedOnServer /*B*/); + return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame, ref pnAppID, out pnIP, out pnConnPort, out pnQueryPort, punFlags, out pRTime32LastPlayedOnServer); } public virtual int /*int*/ ISteamMatchmaking_AddFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags, uint /*uint32*/ rTime32LastPlayedOnServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/, rTime32LastPlayedOnServer /*C*/); + return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags, rTime32LastPlayedOnServer); } public virtual bool /*bool*/ ISteamMatchmaking_RemoveFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/); + return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_RequestLobbyList() { @@ -1002,411 +1002,411 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch /*C*/, pchValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch, pchValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNumericalFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToMatch, LobbyComparison /*ELobbyComparison*/ eComparisonType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch /*C*/, nValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch, nValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNearValueFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToBeCloseTo ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch /*C*/, nValueToBeCloseTo /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch, nValueToBeCloseTo); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListFilterSlotsAvailable( int /*int*/ nSlotsAvailable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListDistanceFilter( LobbyDistanceFilter /*ELobbyDistanceFilter*/ eLobbyDistanceFilter ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListResultCountFilter( int /*int*/ cMaxResults ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListCompatibleMembersFilter( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyByIndex( int /*int*/ iLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_CreateLobby( LobbyType /*ELobbyType*/ eLobbyType, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType, cMaxMembers); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_JoinLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_LeaveLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_InviteUserToLobby( ulong steamIDLobby, ulong steamIDInvitee ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby /*C*/, steamIDInvitee /*C*/); + return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby, steamIDInvitee); } public virtual int /*int*/ ISteamMatchmaking_GetNumLobbyMembers( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyMemberByIndex( ulong steamIDLobby, int /*int*/ iMember ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby /*C*/, iMember /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby, iMember); } public virtual IntPtr ISteamMatchmaking_GetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby, pchKey); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyDataCount( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyDataByIndex( ulong steamIDLobby, int /*int*/ iLobbyData, System.Text.StringBuilder /*char **/ pchKey, int /*int*/ cchKeyBufferSize, System.Text.StringBuilder /*char **/ pchValue, int /*int*/ cchValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby /*C*/, iLobbyData /*C*/, pchKey /*C*/, cchKeyBufferSize /*C*/, pchValue /*C*/, cchValueBufferSize /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby, iLobbyData, pchKey, cchKeyBufferSize, pchValue, cchValueBufferSize); } public virtual bool /*bool*/ ISteamMatchmaking_DeleteLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby, pchKey); } public virtual IntPtr ISteamMatchmaking_GetLobbyMemberData( ulong steamIDLobby, ulong steamIDUser, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby /*C*/, steamIDUser /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby, steamIDUser, pchKey); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyMemberData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual bool /*bool*/ ISteamMatchmaking_SendLobbyChatMsg( ulong steamIDLobby, IntPtr /*const void **/ pvMsgBody, int /*int*/ cubMsgBody ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby /*C*/, pvMsgBody /*C*/, cubMsgBody /*C*/); + return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby, pvMsgBody, cubMsgBody); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyChatEntry( ulong steamIDLobby, int /*int*/ iChatID, out ulong pSteamIDUser, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby /*C*/, iChatID /*C*/, out pSteamIDUser /*B*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby, iChatID, out pSteamIDUser, pvData, cubData, out peChatEntryType); } public virtual bool /*bool*/ ISteamMatchmaking_RequestLobbyData( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyGameServer( ulong steamIDLobby, uint /*uint32*/ unGameServerIP, ushort /*uint16*/ unGameServerPort, ulong steamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby /*C*/, unGameServerIP /*C*/, unGameServerPort /*C*/, steamIDGameServer /*C*/); + Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby, unGameServerIP, unGameServerPort, steamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyGameServer( ulong steamIDLobby, out uint /*uint32 **/ punGameServerIP, out ushort /*uint16 **/ punGameServerPort, out ulong psteamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby /*C*/, out punGameServerIP /*B*/, out punGameServerPort /*B*/, out psteamIDGameServer /*B*/); + return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby, out punGameServerIP, out punGameServerPort, out psteamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyMemberLimit( ulong steamIDLobby, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby, cMaxMembers); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyMemberLimit( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyType( ulong steamIDLobby, LobbyType /*ELobbyType*/ eLobbyType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby /*C*/, eLobbyType /*C*/); + return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby, eLobbyType); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyJoinable( ulong steamIDLobby, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bLobbyJoinable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby /*C*/, bLobbyJoinable /*C*/); + return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby, bLobbyJoinable); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyOwner( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyOwner( ulong steamIDLobby, ulong steamIDNewOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby /*C*/, steamIDNewOwner /*C*/); + return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby, steamIDNewOwner); } public virtual bool /*bool*/ ISteamMatchmaking_SetLinkedLobby( ulong steamIDLobby, ulong steamIDLobbyDependent ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby /*C*/, steamIDLobbyDependent /*C*/); + return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby, steamIDLobbyDependent); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestInternetServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestLANServerList( uint iApp, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFriendsServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFavoritesServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestHistoryServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestSpectatorServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_ReleaseRequest( IntPtr hServerListRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest /*C*/); + Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest); } public virtual IntPtr /*class gameserveritem_t **/ ISteamMatchmakingServers_GetServerDetails( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest /*C*/, iServer /*C*/); + return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest, iServer); } public virtual void /*void*/ ISteamMatchmakingServers_CancelQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest); } public virtual bool /*bool*/ ISteamMatchmakingServers_IsRefreshing( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest); } public virtual int /*int*/ ISteamMatchmakingServers_GetServerCount( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshServer( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest /*C*/, iServer /*C*/); + Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest, iServer); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PingServer( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPingResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PlayerDetails( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPlayersResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_ServerRules( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingRulesResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP, usPort, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_CancelServerQuery( int hServerQuery ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery /*C*/); + Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWrite( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile, pvData, cubData); } public virtual int /*int32*/ ISteamRemoteStorage_FileRead( string /*const char **/ pchFile, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile /*C*/, pvData /*C*/, cubDataToRead /*C*/); + return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile, pvData, cubDataToRead); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileWriteAsync( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile, pvData, cubData); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileReadAsync( string /*const char **/ pchFile, uint /*uint32*/ nOffset, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile /*C*/, nOffset /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile, nOffset, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileReadAsyncComplete( ulong hReadCall, IntPtr /*void **/ pvBuffer, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall /*C*/, pvBuffer /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall, pvBuffer, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileForget( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileDelete( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileShare( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_SetSyncPlatforms( string /*const char **/ pchFile, RemoteStoragePlatform /*ERemoteStoragePlatform*/ eRemoteStoragePlatform ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile /*C*/, eRemoteStoragePlatform /*C*/); + return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile, eRemoteStoragePlatform); } public virtual UGCFileWriteStreamHandle_t /*(UGCFileWriteStreamHandle_t)*/ ISteamRemoteStorage_FileWriteStreamOpen( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamWriteChunk( ulong writeHandle, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle, pvData, cubData); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamClose( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamCancel( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileExists( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FilePersisted( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileSize( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile); } public virtual long /*int64*/ ISteamRemoteStorage_GetFileTimestamp( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile); } public virtual RemoteStoragePlatform /*ERemoteStoragePlatform*/ ISteamRemoteStorage_GetSyncPlatforms( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileCount() { @@ -1418,7 +1418,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile /*C*/, pnFileSizeInBytes); + return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile, pnFileSizeInBytes); } public virtual bool /*bool*/ ISteamRemoteStorage_GetQuota( IntPtr /*int32 **/ pnTotalBytes, IntPtr /*int32 **/ puAvailableBytes ) { @@ -1442,31 +1442,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled /*C*/); + Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownload( ulong hContent, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent, unPriority); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDownloadProgress( ulong hContent, out int /*int32 **/ pnBytesDownloaded, out int /*int32 **/ pnBytesExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent /*C*/, out pnBytesDownloaded /*B*/, out pnBytesExpected /*B*/); + return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent, out pnBytesDownloaded, out pnBytesExpected); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDetails( ulong hContent, ref uint pnAppID, System.Text.StringBuilder /*char ***/ ppchName, IntPtr /*int32 **/ pnFileSizeInBytes, out ulong pSteamIDOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent /*C*/, ref pnAppID /*A*/, ppchName /*C*/, pnFileSizeInBytes, out pSteamIDOwner /*B*/); + return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent, ref pnAppID, ppchName, pnFileSizeInBytes, out pSteamIDOwner); } public virtual int /*int32*/ ISteamRemoteStorage_UGCRead( ulong hContent, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead, uint /*uint32*/ cOffset, UGCReadAction /*EUGCReadAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent /*C*/, pvData /*C*/, cubDataToRead /*C*/, cOffset /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent, pvData, cubDataToRead, cOffset, eAction); } public virtual int /*int32*/ ISteamRemoteStorage_GetCachedUGCCount() { @@ -1478,157 +1478,157 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent /*C*/); + return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishWorkshopFile( string /*const char **/ pchFile, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags, WorkshopFileType /*EWorkshopFileType*/ eWorkshopFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags, eWorkshopFileType /*C*/); + return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags, eWorkshopFileType); } public virtual PublishedFileUpdateHandle_t /*(PublishedFileUpdateHandle_t)*/ ISteamRemoteStorage_CreatePublishedFileUpdateRequest( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileFile( ulong updateHandle, string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle /*C*/, pchFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFilePreviewFile( ulong updateHandle, string /*const char **/ pchPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle /*C*/, pchPreviewFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle, pchPreviewFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTitle( ulong updateHandle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle /*C*/, pchTitle /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle, pchTitle); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileDescription( ulong updateHandle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle /*C*/, pchDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle, pchDescription); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileVisibility( ulong updateHandle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle /*C*/, eVisibility /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle, eVisibility); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTags( ulong updateHandle, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_CommitPublishedFileUpdate( ulong updateHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle /*C*/); + return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedFileDetails( ulong unPublishedFileId, uint /*uint32*/ unMaxSecondsOld ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId /*C*/, unMaxSecondsOld /*C*/); + return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId, unMaxSecondsOld); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_DeletePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserPublishedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSubscribedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UnsubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription( ulong updateHandle, string /*const char **/ pchChangeDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle /*C*/, pchChangeDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle, pchChangeDescription); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UpdateUserPublishedItemVote( ulong unPublishedFileId, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId /*C*/, bVoteUp /*C*/); + return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetUserPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSharedWorkshopFiles( ulong steamId, uint /*uint32*/ unStartIndex, IntPtr /*struct SteamParamStringArray_t **/ pRequiredTags, IntPtr /*struct SteamParamStringArray_t **/ pExcludedTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId /*C*/, unStartIndex /*C*/, pRequiredTags, pExcludedTags); + return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId, unStartIndex, pRequiredTags, pExcludedTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishVideo( WorkshopVideoProvider /*EWorkshopVideoProvider*/ eVideoProvider, string /*const char **/ pchVideoAccount, string /*const char **/ pchVideoIdentifier, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider /*C*/, pchVideoAccount /*C*/, pchVideoIdentifier /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags); + return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider, pchVideoAccount, pchVideoIdentifier, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SetUserPublishedFileAction( ulong unPublishedFileId, WorkshopFileAction /*EWorkshopFileAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId, eAction); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedFilesByUserAction( WorkshopFileAction /*EWorkshopFileAction*/ eAction, uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction /*C*/, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedWorkshopFiles( WorkshopEnumerationType /*EWorkshopEnumerationType*/ eEnumerationType, uint /*uint32*/ unStartIndex, uint /*uint32*/ unCount, uint /*uint32*/ unDays, IntPtr /*struct SteamParamStringArray_t **/ pTags, IntPtr /*struct SteamParamStringArray_t **/ pUserTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType /*C*/, unStartIndex /*C*/, unCount /*C*/, unDays /*C*/, pTags, pUserTags); + return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType, unStartIndex, unCount, unDays, pTags, pUserTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownloadToLocation( ulong hContent, string /*const char **/ pchLocation, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent /*C*/, pchLocation /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent, pchLocation, unPriority); } public virtual bool /*bool*/ ISteamUserStats_RequestCurrentStats() @@ -1641,55 +1641,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetStat0( string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat0(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat0(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_SetStat( string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat(_ptr, pchName /*C*/, nData /*C*/); + return Native.ISteamUserStats.SetStat(_ptr, pchName, nData); } public virtual bool /*bool*/ ISteamUserStats_SetStat0( string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat0(_ptr, pchName /*C*/, fData /*C*/); + return Native.ISteamUserStats.SetStat0(_ptr, pchName, fData); } public virtual bool /*bool*/ ISteamUserStats_UpdateAvgRateStat( string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamUserStats_GetAchievement( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievement(_ptr, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetAchievement(_ptr, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_SetAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.SetAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_ClearAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ClearAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.ClearAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAndUnlockTime( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_StoreStats() { @@ -1701,19 +1701,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName /*C*/); + return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName); } public virtual IntPtr ISteamUserStats_GetAchievementDisplayAttribute( string /*const char **/ pchName, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName /*C*/, pchKey /*C*/); + return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName, pchKey); } public virtual bool /*bool*/ ISteamUserStats_IndicateAchievementProgress( string /*const char **/ pchName, uint /*uint32*/ nCurProgress, uint /*uint32*/ nMaxProgress ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName /*C*/, nCurProgress /*C*/, nMaxProgress /*C*/); + return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName, nCurProgress, nMaxProgress); } public virtual uint /*uint32*/ ISteamUserStats_GetNumAchievements() { @@ -1725,98 +1725,98 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement /*C*/); + return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievementAndUnlockTime( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_ResetAllStats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAchievementsToo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo /*C*/); + return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindOrCreateLeaderboard( string /*const char **/ pchLeaderboardName, LeaderboardSortMethod /*ELeaderboardSortMethod*/ eLeaderboardSortMethod, LeaderboardDisplayType /*ELeaderboardDisplayType*/ eLeaderboardDisplayType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName /*C*/, eLeaderboardSortMethod /*C*/, eLeaderboardDisplayType /*C*/); + return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName, eLeaderboardSortMethod, eLeaderboardDisplayType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindLeaderboard( string /*const char **/ pchLeaderboardName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName /*C*/); + return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName); } public virtual IntPtr ISteamUserStats_GetLeaderboardName( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard); } public virtual int /*int*/ ISteamUserStats_GetLeaderboardEntryCount( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard); } public virtual LeaderboardSortMethod /*ELeaderboardSortMethod*/ ISteamUserStats_GetLeaderboardSortMethod( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard); } public virtual LeaderboardDisplayType /*ELeaderboardDisplayType*/ ISteamUserStats_GetLeaderboardDisplayType( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntries( ulong hSteamLeaderboard, LeaderboardDataRequest /*ELeaderboardDataRequest*/ eLeaderboardDataRequest, int /*int*/ nRangeStart, int /*int*/ nRangeEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard /*C*/, eLeaderboardDataRequest /*C*/, nRangeStart /*C*/, nRangeEnd /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard, eLeaderboardDataRequest, nRangeStart, nRangeEnd); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntriesForUsers( ulong hSteamLeaderboard, IntPtr /*class CSteamID **/ prgUsers, int /*int*/ cUsers ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard /*C*/, prgUsers, cUsers /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard, prgUsers, cUsers); } public virtual bool /*bool*/ ISteamUserStats_GetDownloadedLeaderboardEntry( ulong hSteamLeaderboardEntries, int /*int*/ index, ref LeaderboardEntry_t /*struct LeaderboardEntry_t **/ pLeaderboardEntry, IntPtr /*int32 **/ pDetails, int /*int*/ cDetailsMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); var pLeaderboardEntry_ps = new LeaderboardEntry_t.PackSmall(); - var ret = Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries /*C*/, index /*C*/, ref pLeaderboardEntry_ps, pDetails, cDetailsMax /*C*/); + var ret = Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries, index, ref pLeaderboardEntry_ps, pDetails, cDetailsMax); pLeaderboardEntry = pLeaderboardEntry_ps; return ret; } @@ -1824,13 +1824,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard /*C*/, eLeaderboardUploadScoreMethod /*C*/, nScore /*C*/, pScoreDetails, cScoreDetailsCount /*C*/); + return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard, eLeaderboardUploadScoreMethod, nScore, pScoreDetails, cScoreDetailsCount); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_AttachLeaderboardUGC( ulong hSteamLeaderboard, ulong hUGC ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard /*C*/, hUGC /*C*/); + return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard, hUGC); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_GetNumberOfCurrentPlayers() { @@ -1848,49 +1848,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual int /*int*/ ISteamUserStats_GetNextMostAchievedAchievementInfo( int /*int*/ iIteratorPrevious, System.Text.StringBuilder /*char **/ pchName, uint /*uint32*/ unNameBufLen, out float /*float **/ pflPercent, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious /*C*/, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAchievedPercent( string /*const char **/ pchName, out float /*float **/ pflPercent ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName /*C*/, out pflPercent /*B*/); + return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName, out pflPercent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestGlobalStats( int /*int*/ nHistoryDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays /*C*/); + return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat( string /*const char **/ pchStatName, out long /*int64 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat0( string /*const char **/ pchStatName, out double /*double **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName, out pData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory( string /*const char **/ pchStatName, out long /*int64 **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName, out pData, cubData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory0( string /*const char **/ pchStatName, out double /*double **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName, out pData, cubData); } public virtual bool /*bool*/ ISteamApps_BIsSubscribed() @@ -1933,19 +1933,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsSubscribedApp(_ptr, appID /*C*/); + return Native.ISteamApps.BIsSubscribedApp(_ptr, appID); } public virtual bool /*bool*/ ISteamApps_BIsDlcInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsDlcInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsDlcInstalled(_ptr, appID); } public virtual uint /*uint32*/ ISteamApps_GetEarliestPurchaseUnixTime( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID /*C*/); + return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_BIsSubscribedFromFreeWeekend() { @@ -1963,55 +1963,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC /*C*/, ref pAppID /*A*/, ref pbAvailable /*A*/, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC, ref pAppID, ref pbAvailable, pchName, cchNameBufferSize); } public virtual void /*void*/ ISteamApps_InstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.InstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.InstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_UninstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.UninstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.UninstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_RequestAppProofOfPurchaseKey( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID /*C*/); + Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_GetCurrentBetaName( System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName, cchNameBufferSize); } public virtual bool /*bool*/ ISteamApps_MarkContentCorrupt( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMissingFilesOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly /*C*/); + return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly); } public virtual uint /*uint32*/ ISteamApps_GetInstalledDepots( uint appID, IntPtr /*DepotId_t **/ pvecDepots, uint /*uint32*/ cMaxDepots ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetInstalledDepots(_ptr, appID /*C*/, pvecDepots, cMaxDepots /*C*/); + return Native.ISteamApps.GetInstalledDepots(_ptr, appID, pvecDepots, cMaxDepots); } public virtual uint /*uint32*/ ISteamApps_GetAppInstallDir( uint appID, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetAppInstallDir(_ptr, appID /*C*/, pchFolder /*C*/, cchFolderBufferSize /*C*/); + return Native.ISteamApps.GetAppInstallDir(_ptr, appID, pchFolder, cchFolderBufferSize); } public virtual bool /*bool*/ ISteamApps_BIsAppInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsAppInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsAppInstalled(_ptr, appID); } public virtual CSteamID /*(class CSteamID)*/ ISteamApps_GetAppOwner() { @@ -2023,13 +2023,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey /*C*/); + return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey); } public virtual bool /*bool*/ ISteamApps_GetDlcDownloadProgress( uint nAppID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID, out punBytesDownloaded, out punBytesTotal); } public virtual int /*int*/ ISteamApps_GetAppBuildId() { @@ -2048,44 +2048,44 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote /*C*/, pubData /*C*/, cubData /*C*/, eP2PSendType /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote, pubData, cubData, eP2PSendType, nChannel); } public virtual bool /*bool*/ ISteamNetworking_IsP2PPacketAvailable( out uint /*uint32 **/ pcubMsgSize, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize, nChannel); } public virtual bool /*bool*/ ISteamNetworking_ReadP2PPacket( IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, out ulong psteamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, out psteamIDRemote /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest, cubDest, out pcubMsgSize, out psteamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_AcceptP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PChannelWithUser( ulong steamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_GetP2PSessionState( ulong steamIDRemote, ref P2PSessionState_t /*struct P2PSessionState_t **/ pConnectionState ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); var pConnectionState_ps = new P2PSessionState_t.PackSmall(); - var ret = Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote /*C*/, ref pConnectionState_ps); + var ret = Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote, ref pConnectionState_ps); pConnectionState = pConnectionState_ps; return ret; } @@ -2093,104 +2093,104 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow /*C*/); + return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow); } public virtual SNetListenSocket_t /*(SNetListenSocket_t)*/ ISteamNetworking_CreateListenSocket( int /*int*/ nVirtualP2PPort, uint /*uint32*/ nIP, ushort /*uint16*/ nPort, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort /*C*/, nIP /*C*/, nPort /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort, nIP, nPort, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateP2PConnectionSocket( ulong steamIDTarget, int /*int*/ nVirtualPort, int /*int*/ nTimeoutSec, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget /*C*/, nVirtualPort /*C*/, nTimeoutSec /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget, nVirtualPort, nTimeoutSec, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateConnectionSocket( uint /*uint32*/ nIP, ushort /*uint16*/ nPort, int /*int*/ nTimeoutSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP /*C*/, nPort /*C*/, nTimeoutSec /*C*/); + return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP, nPort, nTimeoutSec); } public virtual bool /*bool*/ ISteamNetworking_DestroySocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroySocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroySocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_DestroyListenSocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_SendDataOnSocket( uint hSocket, IntPtr /*void **/ pubData, uint /*uint32*/ cubData, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReliable ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket /*C*/, pubData /*C*/, cubData /*C*/, bReliable /*C*/); + return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket, pubData, cubData, bReliable); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailableOnSocket( uint hSocket, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_RetrieveDataFromSocket( uint hSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket, pubDest, cubDest, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailable( uint hListenSocket, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_RetrieveData( uint hListenSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket, pubDest, cubDest, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_GetSocketInfo( uint hSocket, out ulong pSteamIDRemote, IntPtr /*int **/ peSocketStatus, out uint /*uint32 **/ punIPRemote, out ushort /*uint16 **/ punPortRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket /*C*/, out pSteamIDRemote /*B*/, peSocketStatus, out punIPRemote /*B*/, out punPortRemote /*B*/); + return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket, out pSteamIDRemote, peSocketStatus, out punIPRemote, out punPortRemote); } public virtual bool /*bool*/ ISteamNetworking_GetListenSocketInfo( uint hListenSocket, out uint /*uint32 **/ pnIP, out ushort /*uint16 **/ pnPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket /*C*/, out pnIP /*B*/, out pnPort /*B*/); + return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket, out pnIP, out pnPort); } public virtual SNetSocketConnectionType /*ESNetSocketConnectionType*/ ISteamNetworking_GetSocketConnectionType( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket); } public virtual int /*int*/ ISteamNetworking_GetMaxPacketSize( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_WriteScreenshot( IntPtr /*void **/ pubRGB, uint /*uint32*/ cubRGB, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB /*C*/, cubRGB /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB, cubRGB, nWidth, nHeight); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_AddScreenshotToLibrary( string /*const char **/ pchFilename, string /*const char **/ pchThumbnailFilename, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename /*C*/, pchThumbnailFilename /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename, pchThumbnailFilename, nWidth, nHeight); } public virtual void /*void*/ ISteamScreenshots_TriggerScreenshot() { @@ -2202,25 +2202,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - Native.ISteamScreenshots.HookScreenshots(_ptr, bHook /*C*/); + Native.ISteamScreenshots.HookScreenshots(_ptr, bHook); } public virtual bool /*bool*/ ISteamScreenshots_SetLocation( uint hScreenshot, string /*const char **/ pchLocation ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot /*C*/, pchLocation /*C*/); + return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot, pchLocation); } public virtual bool /*bool*/ ISteamScreenshots_TagUser( uint hScreenshot, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot /*C*/, steamID /*C*/); + return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot, steamID); } public virtual bool /*bool*/ ISteamScreenshots_TagPublishedFile( uint hScreenshot, ulong unPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot /*C*/, unPublishedFileID /*C*/); + return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot, unPublishedFileID); } public virtual bool /*bool*/ ISteamMusic_BIsEnabled() @@ -2269,7 +2269,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusic _ptr is null!" ); - Native.ISteamMusic.SetVolume(_ptr, flVolume /*C*/); + Native.ISteamMusic.SetVolume(_ptr, flVolume); } public virtual float /*float*/ ISteamMusic_GetVolume() { @@ -2282,7 +2282,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName /*C*/); + return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName); } public virtual bool /*bool*/ ISteamMusicRemote_DeregisterSteamMusicRemote() { @@ -2300,79 +2300,79 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_SetDisplayName( string /*const char **/ pchDisplayName ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName /*C*/); + return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName); } public virtual bool /*bool*/ ISteamMusicRemote_SetPNGIcon_64x64( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayPrevious( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayNext( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableQueue( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlaylists( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdatePlaybackStatus( AudioPlayback_Status /*AudioPlayback_Status*/ nStatus ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus /*C*/); + return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateVolume( float /*float*/ flValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue /*C*/); + return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryWillChange() { @@ -2384,25 +2384,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable /*C*/); + return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryText( string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds( int /*int*/ nValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryCoverArt( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryDidChange() { @@ -2426,13 +2426,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentQueueEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_QueueDidChange() { @@ -2456,13 +2456,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentPlaylistEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_PlaylistDidChange() { @@ -2475,182 +2475,182 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod /*C*/, pchAbsoluteURL /*C*/); + return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod, pchAbsoluteURL); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestContextValue( uint hRequest, ulong /*uint64*/ ulContextValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest /*C*/, ulContextValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest, ulContextValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestNetworkActivityTimeout( uint hRequest, uint /*uint32*/ unTimeoutSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest /*C*/, unTimeoutSeconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest, unTimeoutSeconds); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, string /*const char **/ pchHeaderValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, pchHeaderValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest, pchHeaderName, pchHeaderValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestGetOrPostParameter( uint hRequest, string /*const char **/ pchParamName, string /*const char **/ pchParamValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest /*C*/, pchParamName /*C*/, pchParamValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest, pchParamName, pchParamValue); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequest( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequestAndStreamResponse( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_DeferHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_PrioritizeHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderSize( uint hRequest, string /*const char **/ pchHeaderName, out uint /*uint32 **/ unResponseHeaderSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out unResponseHeaderSize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest, pchHeaderName, out unResponseHeaderSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, out byte /*uint8 **/ pHeaderValueBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out pHeaderValueBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest, pchHeaderName, out pHeaderValueBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodySize( uint hRequest, out uint /*uint32 **/ unBodySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest /*C*/, out unBodySize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest, out unBodySize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodyData( uint hRequest, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPStreamingResponseBodyData( uint hRequest, uint /*uint32*/ cOffset, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest /*C*/, cOffset /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest, cOffset, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_ReleaseHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPDownloadProgressPct( uint hRequest, out float /*float **/ pflPercentOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest /*C*/, out pflPercentOut /*B*/); + return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest, out pflPercentOut); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRawPostBody( uint hRequest, string /*const char **/ pchContentType, out byte /*uint8 **/ pubBody, uint /*uint32*/ unBodyLen ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest /*C*/, pchContentType /*C*/, out pubBody /*B*/, unBodyLen /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest, pchContentType, out pubBody, unBodyLen); } public virtual HTTPCookieContainerHandle /*(HTTPCookieContainerHandle)*/ ISteamHTTP_CreateCookieContainer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowResponsesToModify ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify /*C*/); + return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify); } public virtual bool /*bool*/ ISteamHTTP_ReleaseCookieContainer( uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer /*C*/); + return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetCookie( uint hCookieContainer, string /*const char **/ pchHost, string /*const char **/ pchUrl, string /*const char **/ pchCookie ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer /*C*/, pchHost /*C*/, pchUrl /*C*/, pchCookie /*C*/); + return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer, pchHost, pchUrl, pchCookie); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestCookieContainer( uint hRequest, uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest /*C*/, hCookieContainer /*C*/); + return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestUserAgentInfo( uint hRequest, string /*const char **/ pchUserAgentInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest /*C*/, pchUserAgentInfo /*C*/); + return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest, pchUserAgentInfo); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate( uint hRequest, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireVerifiedCertificate ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest /*C*/, bRequireVerifiedCertificate /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest, bRequireVerifiedCertificate); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestAbsoluteTimeoutMS( uint hRequest, uint /*uint32*/ unMilliseconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest /*C*/, unMilliseconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest, unMilliseconds); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPRequestWasTimedOut( uint hRequest, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbWasTimedOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest /*C*/, ref pbWasTimedOut /*A*/); + return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest, ref pbWasTimedOut); } public virtual ClientUnifiedMessageHandle /*(ClientUnifiedMessageHandle)*/ ISteamUnifiedMessages_SendMethod( string /*const char **/ pchServiceMethod, IntPtr /*const void **/ pRequestBuffer, uint /*uint32*/ unRequestBufferSize, ulong /*uint64*/ unContext ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod /*C*/, pRequestBuffer /*C*/, unRequestBufferSize /*C*/, unContext /*C*/); + return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod, pRequestBuffer, unRequestBufferSize, unContext); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseInfo( ulong hHandle, out uint /*uint32 **/ punResponseSize, out Result /*EResult **/ peResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle /*C*/, out punResponseSize /*B*/, out peResult /*B*/); + return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle, out punResponseSize, out peResult); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseData( ulong hHandle, IntPtr /*void **/ pResponseBuffer, uint /*uint32*/ unResponseBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAutoRelease ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle /*C*/, pResponseBuffer /*C*/, unResponseBufferSize /*C*/, bAutoRelease /*C*/); + return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle, pResponseBuffer, unResponseBufferSize, bAutoRelease); } public virtual bool /*bool*/ ISteamUnifiedMessages_ReleaseMethod( ulong hHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle /*C*/); + return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle); } public virtual bool /*bool*/ ISteamUnifiedMessages_SendNotification( string /*const char **/ pchServiceNotification, IntPtr /*const void **/ pNotificationBuffer, uint /*uint32*/ unNotificationBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification /*C*/, pNotificationBuffer /*C*/, unNotificationBufferSize /*C*/); + return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification, pNotificationBuffer, unNotificationBufferSize); } public virtual bool /*bool*/ ISteamController_Init() @@ -2681,111 +2681,111 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle /*C*/); + return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetActionSetHandle( string /*const char **/ pszActionSetName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName /*C*/); + return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName); } public virtual void /*void*/ ISteamController_ActivateActionSet( ulong controllerHandle, ulong actionSetHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.ActivateActionSet(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/); + Native.ISteamController.ActivateActionSet(_ptr, controllerHandle, actionSetHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetCurrentActionSet( ulong controllerHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle /*C*/); + return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle); } public virtual ControllerDigitalActionHandle_t /*(ControllerDigitalActionHandle_t)*/ ISteamController_GetDigitalActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName); } public virtual ControllerDigitalActionData_t /*struct ControllerDigitalActionData_t*/ ISteamController_GetDigitalActionData( ulong controllerHandle, ulong digitalActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle /*C*/, digitalActionHandle /*C*/); + return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle, digitalActionHandle); } public virtual int /*int*/ ISteamController_GetDigitalActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong digitalActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, digitalActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle, actionSetHandle, digitalActionHandle, out originsOut); } public virtual ControllerAnalogActionHandle_t /*(ControllerAnalogActionHandle_t)*/ ISteamController_GetAnalogActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName); } public virtual ControllerAnalogActionData_t /*struct ControllerAnalogActionData_t*/ ISteamController_GetAnalogActionData( ulong controllerHandle, ulong analogActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle /*C*/, analogActionHandle /*C*/); + return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle, analogActionHandle); } public virtual int /*int*/ ISteamController_GetAnalogActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong analogActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, analogActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle, actionSetHandle, analogActionHandle, out originsOut); } public virtual void /*void*/ ISteamController_StopAnalogActionMomentum( ulong controllerHandle, ulong eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle /*C*/, eAction /*C*/); + Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle, eAction); } public virtual void /*void*/ ISteamController_TriggerHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/); + Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec); } public virtual void /*void*/ ISteamController_TriggerRepeatedHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec, ushort /*unsigned short*/ usOffMicroSec, ushort /*unsigned short*/ unRepeat, uint /*unsigned int*/ nFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/, usOffMicroSec /*C*/, unRepeat /*C*/, nFlags /*C*/); + Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec, usOffMicroSec, unRepeat, nFlags); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUserUGCRequest( uint unAccountID, UserUGCList /*EUserUGCList*/ eListType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingUGCType, UserUGCListSortOrder /*EUserUGCListSortOrder*/ eSortOrder, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID /*C*/, eListType /*C*/, eMatchingUGCType /*C*/, eSortOrder /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID, eListType, eMatchingUGCType, eSortOrder, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryAllUGCRequest( UGCQuery /*EUGCQuery*/ eQueryType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType /*C*/, eMatchingeMatchingUGCTypeFileType /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType, eMatchingeMatchingUGCTypeFileType, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUGCDetailsRequest( IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ unNumPublishedFileIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID /*C*/, unNumPublishedFileIDs /*C*/); + return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID, unNumPublishedFileIDs); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SendQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCResult( ulong handle, uint /*uint32*/ index, ref SteamUGCDetails_t /*struct SteamUGCDetails_t **/ pDetails ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); var pDetails_ps = new SteamUGCDetails_t.PackSmall(); - var ret = Native.ISteamUGC.GetQueryUGCResult(_ptr, handle /*C*/, index /*C*/, ref pDetails_ps /*C*/); + var ret = Native.ISteamUGC.GetQueryUGCResult(_ptr, handle, index, ref pDetails_ps); pDetails = pDetails_ps; return ret; } @@ -2793,301 +2793,301 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle /*C*/, index /*C*/, pchURL /*C*/, cchURLSize /*C*/); + return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle, index, pchURL, cchURLSize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCMetadata( ulong handle, uint /*uint32*/ index, System.Text.StringBuilder /*char **/ pchMetadata, uint /*uint32*/ cchMetadatasize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle /*C*/, index /*C*/, pchMetadata /*C*/, cchMetadatasize /*C*/); + return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle, index, pchMetadata, cchMetadatasize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCChildren( ulong handle, uint /*uint32*/ index, IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ cMaxEntries ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle /*C*/, index /*C*/, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle, index, pvecPublishedFileID, cMaxEntries); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCStatistic( ulong handle, uint /*uint32*/ index, ItemStatistic /*EItemStatistic*/ eStatType, out uint /*uint32 **/ pStatValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle /*C*/, index /*C*/, eStatType /*C*/, out pStatValue /*B*/); + return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle, index, eStatType, out pStatValue); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumAdditionalPreviews( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCAdditionalPreview( ulong handle, uint /*uint32*/ index, uint /*uint32*/ previewIndex, System.Text.StringBuilder /*char **/ pchURLOrVideoID, uint /*uint32*/ cchURLSize, System.Text.StringBuilder /*char **/ pchOriginalFileName, uint /*uint32*/ cchOriginalFileNameSize, out ItemPreviewType /*EItemPreviewType **/ pPreviewType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle /*C*/, index /*C*/, previewIndex /*C*/, pchURLOrVideoID /*C*/, cchURLSize /*C*/, pchOriginalFileName /*C*/, cchOriginalFileNameSize /*C*/, out pPreviewType /*B*/); + return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle, index, previewIndex, pchURLOrVideoID, cchURLSize, pchOriginalFileName, cchOriginalFileNameSize, out pPreviewType); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumKeyValueTags( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCKeyValueTag( ulong handle, uint /*uint32*/ index, uint /*uint32*/ keyValueTagIndex, System.Text.StringBuilder /*char **/ pchKey, uint /*uint32*/ cchKeySize, System.Text.StringBuilder /*char **/ pchValue, uint /*uint32*/ cchValueSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle /*C*/, index /*C*/, keyValueTagIndex /*C*/, pchKey /*C*/, cchKeySize /*C*/, pchValue /*C*/, cchValueSize /*C*/); + return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle, index, keyValueTagIndex, pchKey, cchKeySize, pchValue, cchValueSize); } public virtual bool /*bool*/ ISteamUGC_ReleaseQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_AddRequiredTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddRequiredTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_AddExcludedTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddExcludedTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddExcludedTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_SetReturnKeyValueTags( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnKeyValueTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle /*C*/, bReturnKeyValueTags /*C*/); + return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle, bReturnKeyValueTags); } public virtual bool /*bool*/ ISteamUGC_SetReturnLongDescription( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnLongDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle /*C*/, bReturnLongDescription /*C*/); + return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle, bReturnLongDescription); } public virtual bool /*bool*/ ISteamUGC_SetReturnMetadata( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnMetadata ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnMetadata(_ptr, handle /*C*/, bReturnMetadata /*C*/); + return Native.ISteamUGC.SetReturnMetadata(_ptr, handle, bReturnMetadata); } public virtual bool /*bool*/ ISteamUGC_SetReturnChildren( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnChildren ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnChildren(_ptr, handle /*C*/, bReturnChildren /*C*/); + return Native.ISteamUGC.SetReturnChildren(_ptr, handle, bReturnChildren); } public virtual bool /*bool*/ ISteamUGC_SetReturnAdditionalPreviews( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnAdditionalPreviews ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle /*C*/, bReturnAdditionalPreviews /*C*/); + return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle, bReturnAdditionalPreviews); } public virtual bool /*bool*/ ISteamUGC_SetReturnTotalOnly( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnTotalOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle /*C*/, bReturnTotalOnly /*C*/); + return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle, bReturnTotalOnly); } public virtual bool /*bool*/ ISteamUGC_SetLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetAllowCachedResponse( ulong handle, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle, unMaxAgeSeconds); } public virtual bool /*bool*/ ISteamUGC_SetCloudFileNameFilter( ulong handle, string /*const char **/ pMatchCloudFileName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle /*C*/, pMatchCloudFileName /*C*/); + return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle, pMatchCloudFileName); } public virtual bool /*bool*/ ISteamUGC_SetMatchAnyTag( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMatchAnyTag ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle /*C*/, bMatchAnyTag /*C*/); + return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle, bMatchAnyTag); } public virtual bool /*bool*/ ISteamUGC_SetSearchText( ulong handle, string /*const char **/ pSearchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetSearchText(_ptr, handle /*C*/, pSearchText /*C*/); + return Native.ISteamUGC.SetSearchText(_ptr, handle, pSearchText); } public virtual bool /*bool*/ ISteamUGC_SetRankedByTrendDays( ulong handle, uint /*uint32*/ unDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle /*C*/, unDays /*C*/); + return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle, unDays); } public virtual bool /*bool*/ ISteamUGC_AddRequiredKeyValueTag( ulong handle, string /*const char **/ pKey, string /*const char **/ pValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle /*C*/, pKey /*C*/, pValue /*C*/); + return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle, pKey, pValue); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RequestUGCDetails( ulong nPublishedFileID, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID, unMaxAgeSeconds); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_CreateItem( uint nConsumerAppId, WorkshopFileType /*EWorkshopFileType*/ eFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId /*C*/, eFileType /*C*/); + return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId, eFileType); } public virtual UGCUpdateHandle_t /*(UGCUpdateHandle_t)*/ ISteamUGC_StartItemUpdate( uint nConsumerAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_SetItemTitle( ulong handle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTitle(_ptr, handle /*C*/, pchTitle /*C*/); + return Native.ISteamUGC.SetItemTitle(_ptr, handle, pchTitle); } public virtual bool /*bool*/ ISteamUGC_SetItemDescription( ulong handle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemDescription(_ptr, handle /*C*/, pchDescription /*C*/); + return Native.ISteamUGC.SetItemDescription(_ptr, handle, pchDescription); } public virtual bool /*bool*/ ISteamUGC_SetItemUpdateLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetItemMetadata( ulong handle, string /*const char **/ pchMetaData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemMetadata(_ptr, handle /*C*/, pchMetaData /*C*/); + return Native.ISteamUGC.SetItemMetadata(_ptr, handle, pchMetaData); } public virtual bool /*bool*/ ISteamUGC_SetItemVisibility( ulong handle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemVisibility(_ptr, handle /*C*/, eVisibility /*C*/); + return Native.ISteamUGC.SetItemVisibility(_ptr, handle, eVisibility); } public virtual bool /*bool*/ ISteamUGC_SetItemTags( ulong updateHandle, IntPtr /*const struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamUGC.SetItemTags(_ptr, updateHandle, pTags); } public virtual bool /*bool*/ ISteamUGC_SetItemContent( ulong handle, string /*const char **/ pszContentFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemContent(_ptr, handle /*C*/, pszContentFolder /*C*/); + return Native.ISteamUGC.SetItemContent(_ptr, handle, pszContentFolder); } public virtual bool /*bool*/ ISteamUGC_SetItemPreview( ulong handle, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemPreview(_ptr, handle /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.SetItemPreview(_ptr, handle, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_RemoveItemKeyValueTags( ulong handle, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle /*C*/, pchKey /*C*/); + return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle, pchKey); } public virtual bool /*bool*/ ISteamUGC_AddItemKeyValueTag( ulong handle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle, pchKey, pchValue); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewFile( ulong handle, string /*const char **/ pszPreviewFile, ItemPreviewType /*EItemPreviewType*/ type ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle /*C*/, pszPreviewFile /*C*/, type /*C*/); + return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle, pszPreviewFile, type); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewVideo( ulong handle, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewFile( ulong handle, uint /*uint32*/ index, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle /*C*/, index /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle, index, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewVideo( ulong handle, uint /*uint32*/ index, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle /*C*/, index /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle, index, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_RemoveItemPreview( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemPreview(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.RemoveItemPreview(_ptr, handle, index); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubmitItemUpdate( ulong handle, string /*const char **/ pchChangeNote ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle /*C*/, pchChangeNote /*C*/); + return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle, pchChangeNote); } public virtual ItemUpdateStatus /*EItemUpdateStatus*/ ISteamUGC_GetItemUpdateProgress( ulong handle, out ulong /*uint64 **/ punBytesProcessed, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle /*C*/, out punBytesProcessed /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle, out punBytesProcessed, out punBytesTotal); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SetUserItemVote( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID /*C*/, bVoteUp /*C*/); + return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_GetUserItemVote( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_AddItemToFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RemoveItemFromFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_UnsubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID); } public virtual uint /*uint32*/ ISteamUGC_GetNumSubscribedItems() { @@ -3099,43 +3099,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID, cMaxEntries); } public virtual uint /*uint32*/ ISteamUGC_GetItemState( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_GetItemInstallInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punSizeOnDisk, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderSize, out uint /*uint32 **/ punTimeStamp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID /*C*/, out punSizeOnDisk /*B*/, pchFolder /*C*/, cchFolderSize /*C*/, out punTimeStamp /*B*/); + return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID, out punSizeOnDisk, pchFolder, cchFolderSize, out punTimeStamp); } public virtual bool /*bool*/ ISteamUGC_GetItemDownloadInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID, out punBytesDownloaded, out punBytesTotal); } public virtual bool /*bool*/ ISteamUGC_DownloadItem( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHighPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID /*C*/, bHighPriority /*C*/); + return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID, bHighPriority); } public virtual bool /*bool*/ ISteamUGC_BInitWorkshopForGameServer( uint unWorkshopDepotID, string /*const char **/ pszFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID /*C*/, pszFolder /*C*/); + return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID, pszFolder); } public virtual void /*void*/ ISteamUGC_SuspendDownloads( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSuspend ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend /*C*/); + Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend); } public virtual uint /*uint32*/ ISteamAppList_GetNumInstalledApps() @@ -3148,25 +3148,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID /*C*/, unMaxAppIDs /*C*/); + return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID, unMaxAppIDs); } public virtual int /*int*/ ISteamAppList_GetAppName( uint nAppID, System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppName(_ptr, nAppID /*C*/, pchName /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppName(_ptr, nAppID, pchName, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppInstallDir( uint nAppID, System.Text.StringBuilder /*char **/ pchDirectory, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID /*C*/, pchDirectory /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID, pchDirectory, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppBuildId( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID /*C*/); + return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID); } public virtual void /*void*/ ISteamHTMLSurface_DestructISteamHTMLSurface() @@ -3191,290 +3191,290 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent /*C*/, pchUserCSS /*C*/); + return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent, pchUserCSS); } public virtual void /*void*/ ISteamHTMLSurface_RemoveBrowser( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_LoadURL( uint unBrowserHandle, string /*const char **/ pchURL, string /*const char **/ pchPostData ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle /*C*/, pchURL /*C*/, pchPostData /*C*/); + Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle, pchURL, pchPostData); } public virtual void /*void*/ ISteamHTMLSurface_SetSize( uint unBrowserHandle, uint /*uint32*/ unWidth, uint /*uint32*/ unHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle /*C*/, unWidth /*C*/, unHeight /*C*/); + Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle, unWidth, unHeight); } public virtual void /*void*/ ISteamHTMLSurface_StopLoad( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Reload( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoBack( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoForward( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_AddHeader( uint unBrowserHandle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle, pchKey, pchValue); } public virtual void /*void*/ ISteamHTMLSurface_ExecuteJavascript( uint unBrowserHandle, string /*const char **/ pchScript ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle /*C*/, pchScript /*C*/); + Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle, pchScript); } public virtual void /*void*/ ISteamHTMLSurface_MouseUp( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDown( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDoubleClick( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseMove( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_MouseWheel( uint unBrowserHandle, int /*int32*/ nDelta ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle /*C*/, nDelta /*C*/); + Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle, nDelta); } public virtual void /*void*/ ISteamHTMLSurface_KeyDown( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyUp( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyChar( uint unBrowserHandle, uint /*uint32*/ cUnicodeChar, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle /*C*/, cUnicodeChar /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle, cUnicodeChar, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_SetHorizontalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetVerticalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetKeyFocus( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHasKeyFocus ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle /*C*/, bHasKeyFocus /*C*/); + Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle, bHasKeyFocus); } public virtual void /*void*/ ISteamHTMLSurface_ViewSource( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_CopyToClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_PasteFromClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Find( uint unBrowserHandle, string /*const char **/ pchSearchStr, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bCurrentlyInFind, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReverse ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle /*C*/, pchSearchStr /*C*/, bCurrentlyInFind /*C*/, bReverse /*C*/); + Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle, pchSearchStr, bCurrentlyInFind, bReverse); } public virtual void /*void*/ ISteamHTMLSurface_StopFind( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GetLinkAtPosition( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_SetCookie( string /*const char **/ pchHostname, string /*const char **/ pchKey, string /*const char **/ pchValue, string /*const char **/ pchPath, uint nExpires, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSecure, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHTTPOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname /*C*/, pchKey /*C*/, pchValue /*C*/, pchPath /*C*/, nExpires /*C*/, bSecure /*C*/, bHTTPOnly /*C*/); + Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname, pchKey, pchValue, pchPath, nExpires, bSecure, bHTTPOnly); } public virtual void /*void*/ ISteamHTMLSurface_SetPageScaleFactor( uint unBrowserHandle, float /*float*/ flZoom, int /*int*/ nPointX, int /*int*/ nPointY ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle /*C*/, flZoom /*C*/, nPointX /*C*/, nPointY /*C*/); + Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle, flZoom, nPointX, nPointY); } public virtual void /*void*/ ISteamHTMLSurface_SetBackgroundMode( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bBackgroundMode ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle /*C*/, bBackgroundMode /*C*/); + Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle, bBackgroundMode); } public virtual void /*void*/ ISteamHTMLSurface_AllowStartRequest( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowed ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle /*C*/, bAllowed /*C*/); + Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle, bAllowed); } public virtual void /*void*/ ISteamHTMLSurface_JSDialogResponse( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle /*C*/, bResult /*C*/); + Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle, bResult); } public virtual Result /*EResult*/ ISteamInventory_GetResultStatus( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetResultItems( int resultHandle, IntPtr /*struct SteamItemDetails_t **/ pOutItemsArray, out uint /*uint32 **/ punOutItemsArraySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultItems(_ptr, resultHandle /*C*/, pOutItemsArray, out punOutItemsArraySize /*B*/); + return Native.ISteamInventory.GetResultItems(_ptr, resultHandle, pOutItemsArray, out punOutItemsArraySize); } public virtual uint /*uint32*/ ISteamInventory_GetResultTimestamp( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_CheckResultSteamID( int resultHandle, ulong steamIDExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle /*C*/, steamIDExpected /*C*/); + return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle, steamIDExpected); } public virtual void /*void*/ ISteamInventory_DestroyResult( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - Native.ISteamInventory.DestroyResult(_ptr, resultHandle /*C*/); + Native.ISteamInventory.DestroyResult(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetAllItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_GetItemsByID( ref int pResultHandle, IntPtr /*const SteamItemInstanceID_t **/ pInstanceIDs, uint /*uint32*/ unCountInstanceIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle /*A*/, pInstanceIDs, unCountInstanceIDs /*C*/); + return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle, pInstanceIDs, unCountInstanceIDs); } public virtual bool /*bool*/ ISteamInventory_SerializeResult( int resultHandle, IntPtr /*void **/ pOutBuffer, out uint /*uint32 **/ punOutBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.SerializeResult(_ptr, resultHandle /*C*/, pOutBuffer /*C*/, out punOutBufferSize /*B*/); + return Native.ISteamInventory.SerializeResult(_ptr, resultHandle, pOutBuffer, out punOutBufferSize); } public virtual bool /*bool*/ ISteamInventory_DeserializeResult( ref int pOutResultHandle, IntPtr /*const void **/ pBuffer, uint /*uint32*/ unBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRESERVED_MUST_BE_FALSE ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle /*A*/, pBuffer /*C*/, unBufferSize /*C*/, bRESERVED_MUST_BE_FALSE /*C*/); + return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle, pBuffer, unBufferSize, bRESERVED_MUST_BE_FALSE); } public virtual bool /*bool*/ ISteamInventory_GenerateItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, out uint /*const uint32 **/ punArrayQuantity, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, out punArrayQuantity /*B*/, unArrayLength /*C*/); + return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle, pArrayItemDefs, out punArrayQuantity, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_GrantPromoItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_AddPromoItem( ref int pResultHandle, int itemDef ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle /*A*/, itemDef /*C*/); + return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle, itemDef); } public virtual bool /*bool*/ ISteamInventory_AddPromoItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, unArrayLength /*C*/); + return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle, pArrayItemDefs, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_ConsumeItem( ref int pResultHandle, ulong itemConsume, uint /*uint32*/ unQuantity ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle /*A*/, itemConsume /*C*/, unQuantity /*C*/); + return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle, itemConsume, unQuantity); } public virtual bool /*bool*/ ISteamInventory_ExchangeItems( ref int pResultHandle, ref int pArrayGenerate, out uint /*const uint32 **/ punArrayGenerateQuantity, uint /*uint32*/ unArrayGenerateLength, IntPtr /*const SteamItemInstanceID_t **/ pArrayDestroy, IntPtr /*const uint32 **/ punArrayDestroyQuantity, uint /*uint32*/ unArrayDestroyLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle /*A*/, ref pArrayGenerate /*A*/, out punArrayGenerateQuantity /*B*/, unArrayGenerateLength /*C*/, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength /*C*/); + return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle, ref pArrayGenerate, out punArrayGenerateQuantity, unArrayGenerateLength, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength); } public virtual bool /*bool*/ ISteamInventory_TransferItemQuantity( ref int pResultHandle, ulong itemIdSource, uint /*uint32*/ unQuantity, ulong itemIdDest ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle /*A*/, itemIdSource /*C*/, unQuantity /*C*/, itemIdDest /*C*/); + return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle, itemIdSource, unQuantity, itemIdDest); } public virtual void /*void*/ ISteamInventory_SendItemDropHeartbeat() { @@ -3486,13 +3486,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle /*A*/, dropListDefinition /*C*/); + return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle, dropListDefinition); } public virtual bool /*bool*/ ISteamInventory_TradeItems( ref int pResultHandle, ulong steamIDTradePartner, ref ulong pArrayGive, out uint /*const uint32 **/ pArrayGiveQuantity, uint /*uint32*/ nArrayGiveLength, ref ulong pArrayGet, out uint /*const uint32 **/ pArrayGetQuantity, uint /*uint32*/ nArrayGetLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle /*A*/, steamIDTradePartner /*C*/, ref pArrayGive /*A*/, out pArrayGiveQuantity /*B*/, nArrayGiveLength /*C*/, ref pArrayGet /*A*/, out pArrayGetQuantity /*B*/, nArrayGetLength /*C*/); + return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle, steamIDTradePartner, ref pArrayGive, out pArrayGiveQuantity, nArrayGiveLength, ref pArrayGet, out pArrayGetQuantity, nArrayGetLength); } public virtual bool /*bool*/ ISteamInventory_LoadItemDefinitions() { @@ -3504,20 +3504,20 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize /*B*/); + return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize); } public virtual bool /*bool*/ ISteamInventory_GetItemDefinitionProperty( int iDefinition, string /*const char **/ pchPropertyName, System.Text.StringBuilder /*char **/ pchValueBuffer, out uint /*uint32 **/ punValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition /*C*/, pchPropertyName /*C*/, pchValueBuffer /*C*/, out punValueBufferSize /*B*/); + return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition, pchPropertyName, pchValueBuffer, out punValueBufferSize); } public virtual void /*void*/ ISteamVideo_GetVideoURL( uint unVideoAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamVideo _ptr is null!" ); - Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID /*C*/); + Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID); } public virtual bool /*bool*/ ISteamVideo_IsBroadcasting( IntPtr /*int **/ pnNumViewers ) { @@ -3530,37 +3530,37 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.InitGameServer(_ptr, unIP /*C*/, usGamePort /*C*/, usQueryPort /*C*/, unFlags /*C*/, nGameAppId /*C*/, pchVersionString /*C*/); + return Native.ISteamGameServer.InitGameServer(_ptr, unIP, usGamePort, usQueryPort, unFlags, nGameAppId, pchVersionString); } public virtual void /*void*/ ISteamGameServer_SetProduct( string /*const char **/ pszProduct ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetProduct(_ptr, pszProduct /*C*/); + Native.ISteamGameServer.SetProduct(_ptr, pszProduct); } public virtual void /*void*/ ISteamGameServer_SetGameDescription( string /*const char **/ pszGameDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription /*C*/); + Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription); } public virtual void /*void*/ ISteamGameServer_SetModDir( string /*const char **/ pszModDir ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetModDir(_ptr, pszModDir /*C*/); + Native.ISteamGameServer.SetModDir(_ptr, pszModDir); } public virtual void /*void*/ ISteamGameServer_SetDedicatedServer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bDedicated ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated /*C*/); + Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated); } public virtual void /*void*/ ISteamGameServer_LogOn( string /*const char **/ pszToken ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.LogOn(_ptr, pszToken /*C*/); + Native.ISteamGameServer.LogOn(_ptr, pszToken); } public virtual void /*void*/ ISteamGameServer_LogOnAnonymous() { @@ -3602,43 +3602,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax /*C*/); + Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax); } public virtual void /*void*/ ISteamGameServer_SetBotPlayerCount( int /*int*/ cBotplayers ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers /*C*/); + Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers); } public virtual void /*void*/ ISteamGameServer_SetServerName( string /*const char **/ pszServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetServerName(_ptr, pszServerName /*C*/); + Native.ISteamGameServer.SetServerName(_ptr, pszServerName); } public virtual void /*void*/ ISteamGameServer_SetMapName( string /*const char **/ pszMapName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMapName(_ptr, pszMapName /*C*/); + Native.ISteamGameServer.SetMapName(_ptr, pszMapName); } public virtual void /*void*/ ISteamGameServer_SetPasswordProtected( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bPasswordProtected ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected /*C*/); + Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected); } public virtual void /*void*/ ISteamGameServer_SetSpectatorPort( ushort /*uint16*/ unSpectatorPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort /*C*/); + Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort); } public virtual void /*void*/ ISteamGameServer_SetSpectatorServerName( string /*const char **/ pszSpectatorServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName /*C*/); + Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName); } public virtual void /*void*/ ISteamGameServer_ClearAllKeyValues() { @@ -3650,31 +3650,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetKeyValue(_ptr, pKey /*C*/, pValue /*C*/); + Native.ISteamGameServer.SetKeyValue(_ptr, pKey, pValue); } public virtual void /*void*/ ISteamGameServer_SetGameTags( string /*const char **/ pchGameTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags /*C*/); + Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags); } public virtual void /*void*/ ISteamGameServer_SetGameData( string /*const char **/ pchGameData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameData(_ptr, pchGameData /*C*/); + Native.ISteamGameServer.SetGameData(_ptr, pchGameData); } public virtual void /*void*/ ISteamGameServer_SetRegion( string /*const char **/ pszRegion ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetRegion(_ptr, pszRegion /*C*/); + Native.ISteamGameServer.SetRegion(_ptr, pszRegion); } public virtual bool /*bool*/ ISteamGameServer_SendUserConnectAndAuthenticate( uint /*uint32*/ unIPClient, IntPtr /*const void **/ pvAuthBlob, uint /*uint32*/ cubAuthBlobSize, out ulong pSteamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient /*C*/, pvAuthBlob /*C*/, cubAuthBlobSize /*C*/, out pSteamIDUser /*B*/); + return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient, pvAuthBlob, cubAuthBlobSize, out pSteamIDUser); } public virtual CSteamID /*(class CSteamID)*/ ISteamGameServer_CreateUnauthenticatedUserConnection() { @@ -3686,49 +3686,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser /*C*/); + Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServer_BUpdateUserData( ulong steamIDUser, string /*const char **/ pchPlayerName, uint /*uint32*/ uScore ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser /*C*/, pchPlayerName /*C*/, uScore /*C*/); + return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser, pchPlayerName, uScore); } public virtual HAuthTicket /*(HAuthTicket)*/ ISteamGameServer_GetAuthSessionTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamGameServer_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamGameServer_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamGameServer.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamGameServer_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamGameServer_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamGameServer_RequestUserGroupStatus( ulong steamIDUser, ulong steamIDGroup ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser /*C*/, steamIDGroup /*C*/); + return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser, steamIDGroup); } public virtual void /*void*/ ISteamGameServer_GetGameplayStats() { @@ -3752,25 +3752,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData /*C*/, cbData /*C*/, srcIP /*C*/, srcPort /*C*/); + return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData, cbData, srcIP, srcPort); } public virtual int /*int*/ ISteamGameServer_GetNextOutgoingPacket( IntPtr /*void **/ pOut, int /*int*/ cbMaxOut, out uint /*uint32 **/ pNetAdr, out ushort /*uint16 **/ pPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut /*C*/, cbMaxOut /*C*/, out pNetAdr /*B*/, out pPort /*B*/); + return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut, cbMaxOut, out pNetAdr, out pPort); } public virtual void /*void*/ ISteamGameServer_EnableHeartbeats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bActive ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive /*C*/); + Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive); } public virtual void /*void*/ ISteamGameServer_SetHeartbeatInterval( int /*int*/ iHeartbeatInterval ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval /*C*/); + Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval); } public virtual void /*void*/ ISteamGameServer_ForceHeartbeat() { @@ -3782,74 +3782,74 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan /*C*/); + return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServer_ComputeNewPlayerCompatibility( ulong steamIDNewPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer /*C*/); + return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat( ulong steamIDUser, string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, nData /*C*/); + return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser, pchName, nData); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat0( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, fData /*C*/); + return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser, pchName, fData); } public virtual bool /*bool*/ ISteamGameServerStats_UpdateUserAvgRateStat( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser /*C*/, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser, pchName); } public virtual bool /*bool*/ ISteamGameServerStats_ClearUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser, pchName); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_StoreUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser); } public virtual void /*void*/ SteamApi_SteamAPI_Init() @@ -3866,15 +3866,15 @@ namespace SteamNative } public virtual void /*void*/ SteamApi_SteamAPI_RegisterCallback( IntPtr /*void **/ pCallback, int /*int*/ callback ) { - Native.SteamApi.SteamAPI_RegisterCallback(pCallback /*C*/, callback /*C*/); + Native.SteamApi.SteamAPI_RegisterCallback(pCallback, callback); } public virtual void /*void*/ SteamApi_SteamAPI_UnregisterCallback( IntPtr /*void **/ pCallback ) { - Native.SteamApi.SteamAPI_UnregisterCallback(pCallback /*C*/); + Native.SteamApi.SteamAPI_UnregisterCallback(pCallback); } public virtual bool /*bool*/ SteamApi_SteamInternal_GameServer_Init( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, ushort /*uint16*/ usGamePort, ushort /*uint16*/ usQueryPort, int /*int*/ eServerMode, string /*const char **/ pchVersionString ) { - return Native.SteamApi.SteamInternal_GameServer_Init(unIP /*C*/, usPort /*C*/, usGamePort /*C*/, usQueryPort /*C*/, eServerMode /*C*/, pchVersionString /*C*/); + return Native.SteamApi.SteamInternal_GameServer_Init(unIP, usPort, usGamePort, usQueryPort, eServerMode, pchVersionString); } public virtual void /*void*/ SteamApi_SteamAPI_Shutdown() { @@ -3898,7 +3898,7 @@ namespace SteamNative } public virtual IntPtr /*void **/ SteamApi_SteamInternal_CreateInterface( string /*const char **/ version ) { - return Native.SteamApi.SteamInternal_CreateInterface(version /*C*/); + return Native.SteamApi.SteamInternal_CreateInterface(version); } internal static unsafe class Native diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win32.cs b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win32.cs index 9c223c8..1286d5f 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win32.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win32.cs @@ -35,109 +35,109 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_ConnectToGlobalUser( int hSteamPipe ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_CreateLocalUser( out int phSteamPipe, AccountType /*EAccountType*/ eAccountType ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe /*B*/, eAccountType /*C*/); + return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe, eAccountType); } public virtual void /*void*/ ISteamClient_ReleaseUser( int hSteamPipe, int hUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe /*C*/, hUser /*C*/); + Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe, hUser); } public virtual IntPtr /*class ISteamUser **/ ISteamClient_GetISteamUser( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServer **/ ISteamClient_GetISteamGameServer( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual void /*void*/ ISteamClient_SetLocalIPBinding( uint /*uint32*/ unIP, ushort /*uint16*/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetLocalIPBinding(_ptr, unIP /*C*/, usPort /*C*/); + Native.ISteamClient.SetLocalIPBinding(_ptr, unIP, usPort); } public virtual IntPtr /*class ISteamFriends **/ ISteamClient_GetISteamFriends( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUtils **/ ISteamClient_GetISteamUtils( int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmaking **/ ISteamClient_GetISteamMatchmaking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmakingServers **/ ISteamClient_GetISteamMatchmakingServers( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*void **/ ISteamClient_GetISteamGenericInterface( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUserStats **/ ISteamClient_GetISteamUserStats( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServerStats **/ ISteamClient_GetISteamGameServerStats( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamApps **/ ISteamClient_GetISteamApps( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamNetworking **/ ISteamClient_GetISteamNetworking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamRemoteStorage **/ ISteamClient_GetISteamRemoteStorage( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamScreenshots **/ ISteamClient_GetISteamScreenshots( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual uint /*uint32*/ ISteamClient_GetIPCCallCount() { @@ -149,7 +149,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamClient_BShutdownIfAllPipesClosed() { @@ -161,61 +161,61 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUnifiedMessages **/ ISteamClient_GetISteamUnifiedMessages( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamController **/ ISteamClient_GetISteamController( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamController(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamController(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUGC **/ ISteamClient_GetISteamUGC( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamAppList **/ ISteamClient_GetISteamAppList( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusic **/ ISteamClient_GetISteamMusic( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusicRemote **/ ISteamClient_GetISteamMusicRemote( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamHTMLSurface **/ ISteamClient_GetISteamHTMLSurface( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamInventory **/ ISteamClient_GetISteamInventory( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamVideo **/ ISteamClient_GetISteamVideo( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual HSteamUser /*(HSteamUser)*/ ISteamUser_GetHSteamUser() @@ -240,25 +240,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob /*C*/, cbMaxAuthBlob /*C*/, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/, bSecure /*C*/); + return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob, cbMaxAuthBlob, steamIDGameServer, unIPServer, usPortServer, bSecure); } public virtual void /*void*/ ISteamUser_TerminateGameConnection( uint /*uint32*/ unIPServer, ushort /*uint16*/ usPortServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer, usPortServer); } public virtual void /*void*/ ISteamUser_TrackAppUsageEvent( ulong gameID, int /*int*/ eAppUsageEvent, string /*const char **/ pchExtraInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID /*C*/, eAppUsageEvent /*C*/, pchExtraInfo /*C*/); + Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID, eAppUsageEvent, pchExtraInfo); } public virtual bool /*bool*/ ISteamUser_GetUserDataFolder( System.Text.StringBuilder /*char **/ pchBuffer, int /*int*/ cubBuffer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer /*C*/, cubBuffer /*C*/); + return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer, cubBuffer); } public virtual void /*void*/ ISteamUser_StartVoiceRecording() { @@ -276,19 +276,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed /*B*/, out pcbUncompressed /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed, out pcbUncompressed, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_GetVoice( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantUncompressed, IntPtr /*void **/ pUncompressedDestBuffer, uint /*uint32*/ cbUncompressedDestBufferSize, out uint /*uint32 **/ nUncompressBytesWritten, uint /*uint32*/ nUncompressedVoiceDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetVoice(_ptr, bWantCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, bWantUncompressed /*C*/, pUncompressedDestBuffer /*C*/, cbUncompressedDestBufferSize /*C*/, out nUncompressBytesWritten /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetVoice(_ptr, bWantCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, bWantUncompressed, pUncompressedDestBuffer, cbUncompressedDestBufferSize, out nUncompressBytesWritten, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_DecompressVoice( IntPtr /*const void **/ pCompressed, uint /*uint32*/ cbCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, uint /*uint32*/ nDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.DecompressVoice(_ptr, pCompressed /*C*/, cbCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, nDesiredSampleRate /*C*/); + return Native.ISteamUser.DecompressVoice(_ptr, pCompressed, cbCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, nDesiredSampleRate); } public virtual uint /*uint32*/ ISteamUser_GetVoiceOptimalSampleRate() { @@ -300,31 +300,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamUser_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamUser_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamUser.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamUser_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamUser_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamUser_BIsBehindNAT() { @@ -336,25 +336,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer, unIPServer, usPortServer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUser_RequestEncryptedAppTicket( IntPtr /*void **/ pDataToInclude, int /*int*/ cbDataToInclude ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude /*C*/, cbDataToInclude /*C*/); + return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude, cbDataToInclude); } public virtual bool /*bool*/ ISteamUser_GetEncryptedAppTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual int /*int*/ ISteamUser_GetGameBadgeLevel( int /*int*/ nSeries, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bFoil ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries /*C*/, bFoil /*C*/); + return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries, bFoil); } public virtual int /*int*/ ISteamUser_GetPlayerSteamLevel() { @@ -366,7 +366,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL /*C*/); + return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL); } public virtual bool /*bool*/ ISteamUser_BIsPhoneVerified() { @@ -391,7 +391,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName /*C*/); + return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetPersonaState() { @@ -403,55 +403,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendByIndex( int /*int*/ iFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend, iFriendFlags); } public virtual FriendRelationship /*EFriendRelationship*/ ISteamFriends_GetFriendRelationship( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetFriendPersonaState( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendPersonaName( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_GetFriendGamePlayed( ulong steamIDFriend, ref FriendGameInfo_t /*struct FriendGameInfo_t **/ pFriendGameInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend /*C*/, ref pFriendGameInfo /*A*/); + return Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend, ref pFriendGameInfo); } public virtual IntPtr ISteamFriends_GetFriendPersonaNameHistory( ulong steamIDFriend, int /*int*/ iPersonaName ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend /*C*/, iPersonaName /*C*/); + return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend, iPersonaName); } public virtual int /*int*/ ISteamFriends_GetFriendSteamLevel( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetPlayerNickname( ulong steamIDPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer /*C*/); + return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupCount() { @@ -463,31 +463,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG /*C*/); + return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG); } public virtual IntPtr ISteamFriends_GetFriendsGroupName( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupMembersCount( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID); } public virtual void /*void*/ ISteamFriends_GetFriendsGroupMembersList( short friendsGroupID, IntPtr /*class CSteamID **/ pOutSteamIDMembers, int /*int*/ nMembersCount ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID /*C*/, pOutSteamIDMembers, nMembersCount /*C*/); + Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID, pOutSteamIDMembers, nMembersCount); } public virtual bool /*bool*/ ISteamFriends_HasFriend( ulong steamIDFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend, iFriendFlags); } public virtual int /*int*/ ISteamFriends_GetClanCount() { @@ -499,139 +499,139 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanByIndex(_ptr, iClan /*C*/); + return Native.ISteamFriends.GetClanByIndex(_ptr, iClan); } public virtual IntPtr ISteamFriends_GetClanName( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanName(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanName(_ptr, steamIDClan); } public virtual IntPtr ISteamFriends_GetClanTag( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_GetClanActivityCounts( ulong steamIDClan, out int /*int **/ pnOnline, out int /*int **/ pnInGame, out int /*int **/ pnChatting ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan /*C*/, out pnOnline /*B*/, out pnInGame /*B*/, out pnChatting /*B*/); + return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan, out pnOnline, out pnInGame, out pnChatting); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_DownloadClanActivityCounts( IntPtr /*class CSteamID **/ psteamIDClans, int /*int*/ cClansToRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest /*C*/); + return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest); } public virtual int /*int*/ ISteamFriends_GetFriendCountFromSource( ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource /*C*/); + return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendFromSourceByIndex( ulong steamIDSource, int /*int*/ iFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource /*C*/, iFriend /*C*/); + return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource, iFriend); } public virtual bool /*bool*/ ISteamFriends_IsUserInSource( ulong steamIDUser, ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser /*C*/, steamIDSource /*C*/); + return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser, steamIDSource); } public virtual void /*void*/ ISteamFriends_SetInGameVoiceSpeaking( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSpeaking ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser /*C*/, bSpeaking /*C*/); + Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser, bSpeaking); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlay( string /*const char **/ pchDialog ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog /*C*/); + Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToUser( string /*const char **/ pchDialog, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog /*C*/, steamID /*C*/); + Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog, steamID); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToWebPage( string /*const char **/ pchURL ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL /*C*/); + Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToStore( uint nAppID, OverlayToStoreFlag /*EOverlayToStoreFlag*/ eFlag ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID /*C*/, eFlag /*C*/); + Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID, eFlag); } public virtual void /*void*/ ISteamFriends_SetPlayedWith( ulong steamIDUserPlayedWith ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith /*C*/); + Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayInviteDialog( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby /*C*/); + Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby); } public virtual int /*int*/ ISteamFriends_GetSmallFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetMediumFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetLargeFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_RequestUserInformation( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireNameOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser /*C*/, bRequireNameOnly /*C*/); + return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser, bRequireNameOnly); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_RequestClanOfficerList( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOwner( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanOfficerCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOfficerByIndex( ulong steamIDClan, int /*int*/ iOfficer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan /*C*/, iOfficer /*C*/); + return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan, iOfficer); } public virtual uint /*uint32*/ ISteamFriends_GetUserRestrictions() { @@ -643,7 +643,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetRichPresence(_ptr, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamFriends.SetRichPresence(_ptr, pchKey, pchValue); } public virtual void /*void*/ ISteamFriends_ClearRichPresence() { @@ -655,31 +655,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend /*C*/, pchKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend, pchKey); } public virtual int /*int*/ ISteamFriends_GetFriendRichPresenceKeyCount( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendRichPresenceKeyByIndex( ulong steamIDFriend, int /*int*/ iKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend /*C*/, iKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend, iKey); } public virtual void /*void*/ ISteamFriends_RequestFriendRichPresence( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend /*C*/); + Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_InviteUserToGame( ulong steamIDFriend, string /*const char **/ pchConnectString ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend /*C*/, pchConnectString /*C*/); + return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend, pchConnectString); } public virtual int /*int*/ ISteamFriends_GetCoplayFriendCount() { @@ -691,115 +691,115 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend /*C*/); + return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend); } public virtual int /*int*/ ISteamFriends_GetFriendCoplayTime( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend); } public virtual AppId_t /*(AppId_t)*/ ISteamFriends_GetFriendCoplayGame( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_JoinClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_LeaveClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanChatMemberCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetChatMemberByIndex( ulong steamIDClan, int /*int*/ iUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan /*C*/, iUser /*C*/); + return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan, iUser); } public virtual bool /*bool*/ ISteamFriends_SendClanChatMessage( ulong steamIDClanChat, string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat /*C*/, pchText /*C*/); + return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat, pchText); } public virtual int /*int*/ ISteamFriends_GetClanChatMessage( ulong steamIDClanChat, int /*int*/ iMessage, IntPtr /*void **/ prgchText, int /*int*/ cchTextMax, out ChatEntryType /*EChatEntryType **/ peChatEntryType, out ulong psteamidChatter ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat /*C*/, iMessage /*C*/, prgchText /*C*/, cchTextMax /*C*/, out peChatEntryType /*B*/, out psteamidChatter /*B*/); + return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat, iMessage, prgchText, cchTextMax, out peChatEntryType, out psteamidChatter); } public virtual bool /*bool*/ ISteamFriends_IsClanChatAdmin( ulong steamIDClanChat, ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat /*C*/, steamIDUser /*C*/); + return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat, steamIDUser); } public virtual bool /*bool*/ ISteamFriends_IsClanChatWindowOpenInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_OpenClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_CloseClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_SetListenForFriendsMessages( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bInterceptEnabled ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled /*C*/); + return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled); } public virtual bool /*bool*/ ISteamFriends_ReplyToFriendMessage( ulong steamIDFriend, string /*const char **/ pchMsgToSend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend /*C*/, pchMsgToSend /*C*/); + return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend, pchMsgToSend); } public virtual int /*int*/ ISteamFriends_GetFriendMessage( ulong steamIDFriend, int /*int*/ iMessageID, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend /*C*/, iMessageID /*C*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend, iMessageID, pvData, cubData, out peChatEntryType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_GetFollowerCount( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFollowerCount(_ptr, steamID /*C*/); + return Native.ISteamFriends.GetFollowerCount(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_IsFollowing( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsFollowing(_ptr, steamID /*C*/); + return Native.ISteamFriends.IsFollowing(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_EnumerateFollowingList( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex /*C*/); + return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex); } public virtual uint /*uint32*/ ISteamUtils_GetSecondsSinceAppActive() @@ -836,19 +836,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageSize(_ptr, iImage /*C*/, out pnWidth /*B*/, out pnHeight /*B*/); + return Native.ISteamUtils.GetImageSize(_ptr, iImage, out pnWidth, out pnHeight); } public virtual bool /*bool*/ ISteamUtils_GetImageRGBA( int /*int*/ iImage, IntPtr /*uint8 **/ pubDest, int /*int*/ nDestBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageRGBA(_ptr, iImage /*C*/, pubDest, nDestBufferSize /*C*/); + return Native.ISteamUtils.GetImageRGBA(_ptr, iImage, pubDest, nDestBufferSize); } public virtual bool /*bool*/ ISteamUtils_GetCSERIPPort( out uint /*uint32 **/ unIP, out ushort /*uint16 **/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP /*B*/, out usPort /*B*/); + return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP, out usPort); } public virtual byte /*uint8*/ ISteamUtils_GetCurrentBatteryPower() { @@ -866,25 +866,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition /*C*/); + Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition); } public virtual bool /*bool*/ ISteamUtils_IsAPICallCompleted( ulong hSteamAPICall, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall, ref pbFailed); } public virtual SteamAPICallFailure /*ESteamAPICallFailure*/ ISteamUtils_GetAPICallFailureReason( ulong hSteamAPICall ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall /*C*/); + return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall); } public virtual bool /*bool*/ ISteamUtils_GetAPICallResult( ulong hSteamAPICall, IntPtr /*void **/ pCallback, int /*int*/ cubCallback, int /*int*/ iCallbackExpected, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall /*C*/, pCallback /*C*/, cubCallback /*C*/, iCallbackExpected /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall, pCallback, cubCallback, iCallbackExpected, ref pbFailed); } public virtual uint /*uint32*/ ISteamUtils_GetIPCCallCount() { @@ -896,7 +896,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamUtils_IsOverlayEnabled() { @@ -914,13 +914,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName /*C*/); + return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName); } public virtual bool /*bool*/ ISteamUtils_ShowGamepadTextInput( GamepadTextInputMode /*EGamepadTextInputMode*/ eInputMode, GamepadTextInputLineMode /*EGamepadTextInputLineMode*/ eLineInputMode, string /*const char **/ pchDescription, uint /*uint32*/ unCharMax, string /*const char **/ pchExistingText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode /*C*/, eLineInputMode /*C*/, pchDescription /*C*/, unCharMax /*C*/, pchExistingText /*C*/); + return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode, eLineInputMode, pchDescription, unCharMax, pchExistingText); } public virtual uint /*uint32*/ ISteamUtils_GetEnteredGamepadTextLength() { @@ -932,7 +932,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText /*C*/, cchText /*C*/); + return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText, cchText); } public virtual IntPtr ISteamUtils_GetSteamUILanguage() { @@ -950,7 +950,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset /*C*/, nVerticalInset /*C*/); + Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset, nVerticalInset); } public virtual bool /*bool*/ ISteamUtils_IsSteamInBigPictureMode() { @@ -975,19 +975,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame /*C*/, ref pnAppID /*A*/, out pnIP /*B*/, out pnConnPort /*B*/, out pnQueryPort /*B*/, punFlags, out pRTime32LastPlayedOnServer /*B*/); + return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame, ref pnAppID, out pnIP, out pnConnPort, out pnQueryPort, punFlags, out pRTime32LastPlayedOnServer); } public virtual int /*int*/ ISteamMatchmaking_AddFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags, uint /*uint32*/ rTime32LastPlayedOnServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/, rTime32LastPlayedOnServer /*C*/); + return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags, rTime32LastPlayedOnServer); } public virtual bool /*bool*/ ISteamMatchmaking_RemoveFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/); + return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_RequestLobbyList() { @@ -999,411 +999,411 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch /*C*/, pchValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch, pchValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNumericalFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToMatch, LobbyComparison /*ELobbyComparison*/ eComparisonType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch /*C*/, nValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch, nValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNearValueFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToBeCloseTo ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch /*C*/, nValueToBeCloseTo /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch, nValueToBeCloseTo); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListFilterSlotsAvailable( int /*int*/ nSlotsAvailable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListDistanceFilter( LobbyDistanceFilter /*ELobbyDistanceFilter*/ eLobbyDistanceFilter ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListResultCountFilter( int /*int*/ cMaxResults ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListCompatibleMembersFilter( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyByIndex( int /*int*/ iLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_CreateLobby( LobbyType /*ELobbyType*/ eLobbyType, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType, cMaxMembers); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_JoinLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_LeaveLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_InviteUserToLobby( ulong steamIDLobby, ulong steamIDInvitee ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby /*C*/, steamIDInvitee /*C*/); + return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby, steamIDInvitee); } public virtual int /*int*/ ISteamMatchmaking_GetNumLobbyMembers( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyMemberByIndex( ulong steamIDLobby, int /*int*/ iMember ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby /*C*/, iMember /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby, iMember); } public virtual IntPtr ISteamMatchmaking_GetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby, pchKey); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyDataCount( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyDataByIndex( ulong steamIDLobby, int /*int*/ iLobbyData, System.Text.StringBuilder /*char **/ pchKey, int /*int*/ cchKeyBufferSize, System.Text.StringBuilder /*char **/ pchValue, int /*int*/ cchValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby /*C*/, iLobbyData /*C*/, pchKey /*C*/, cchKeyBufferSize /*C*/, pchValue /*C*/, cchValueBufferSize /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby, iLobbyData, pchKey, cchKeyBufferSize, pchValue, cchValueBufferSize); } public virtual bool /*bool*/ ISteamMatchmaking_DeleteLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby, pchKey); } public virtual IntPtr ISteamMatchmaking_GetLobbyMemberData( ulong steamIDLobby, ulong steamIDUser, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby /*C*/, steamIDUser /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby, steamIDUser, pchKey); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyMemberData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual bool /*bool*/ ISteamMatchmaking_SendLobbyChatMsg( ulong steamIDLobby, IntPtr /*const void **/ pvMsgBody, int /*int*/ cubMsgBody ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby /*C*/, pvMsgBody /*C*/, cubMsgBody /*C*/); + return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby, pvMsgBody, cubMsgBody); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyChatEntry( ulong steamIDLobby, int /*int*/ iChatID, out ulong pSteamIDUser, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby /*C*/, iChatID /*C*/, out pSteamIDUser /*B*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby, iChatID, out pSteamIDUser, pvData, cubData, out peChatEntryType); } public virtual bool /*bool*/ ISteamMatchmaking_RequestLobbyData( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyGameServer( ulong steamIDLobby, uint /*uint32*/ unGameServerIP, ushort /*uint16*/ unGameServerPort, ulong steamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby /*C*/, unGameServerIP /*C*/, unGameServerPort /*C*/, steamIDGameServer /*C*/); + Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby, unGameServerIP, unGameServerPort, steamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyGameServer( ulong steamIDLobby, out uint /*uint32 **/ punGameServerIP, out ushort /*uint16 **/ punGameServerPort, out ulong psteamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby /*C*/, out punGameServerIP /*B*/, out punGameServerPort /*B*/, out psteamIDGameServer /*B*/); + return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby, out punGameServerIP, out punGameServerPort, out psteamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyMemberLimit( ulong steamIDLobby, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby, cMaxMembers); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyMemberLimit( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyType( ulong steamIDLobby, LobbyType /*ELobbyType*/ eLobbyType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby /*C*/, eLobbyType /*C*/); + return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby, eLobbyType); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyJoinable( ulong steamIDLobby, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bLobbyJoinable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby /*C*/, bLobbyJoinable /*C*/); + return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby, bLobbyJoinable); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyOwner( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyOwner( ulong steamIDLobby, ulong steamIDNewOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby /*C*/, steamIDNewOwner /*C*/); + return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby, steamIDNewOwner); } public virtual bool /*bool*/ ISteamMatchmaking_SetLinkedLobby( ulong steamIDLobby, ulong steamIDLobbyDependent ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby /*C*/, steamIDLobbyDependent /*C*/); + return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby, steamIDLobbyDependent); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestInternetServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestLANServerList( uint iApp, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFriendsServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFavoritesServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestHistoryServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestSpectatorServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_ReleaseRequest( IntPtr hServerListRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest /*C*/); + Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest); } public virtual IntPtr /*class gameserveritem_t **/ ISteamMatchmakingServers_GetServerDetails( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest /*C*/, iServer /*C*/); + return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest, iServer); } public virtual void /*void*/ ISteamMatchmakingServers_CancelQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest); } public virtual bool /*bool*/ ISteamMatchmakingServers_IsRefreshing( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest); } public virtual int /*int*/ ISteamMatchmakingServers_GetServerCount( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshServer( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest /*C*/, iServer /*C*/); + Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest, iServer); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PingServer( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPingResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PlayerDetails( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPlayersResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_ServerRules( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingRulesResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP, usPort, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_CancelServerQuery( int hServerQuery ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery /*C*/); + Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWrite( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile, pvData, cubData); } public virtual int /*int32*/ ISteamRemoteStorage_FileRead( string /*const char **/ pchFile, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile /*C*/, pvData /*C*/, cubDataToRead /*C*/); + return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile, pvData, cubDataToRead); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileWriteAsync( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile, pvData, cubData); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileReadAsync( string /*const char **/ pchFile, uint /*uint32*/ nOffset, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile /*C*/, nOffset /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile, nOffset, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileReadAsyncComplete( ulong hReadCall, IntPtr /*void **/ pvBuffer, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall /*C*/, pvBuffer /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall, pvBuffer, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileForget( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileDelete( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileShare( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_SetSyncPlatforms( string /*const char **/ pchFile, RemoteStoragePlatform /*ERemoteStoragePlatform*/ eRemoteStoragePlatform ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile /*C*/, eRemoteStoragePlatform /*C*/); + return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile, eRemoteStoragePlatform); } public virtual UGCFileWriteStreamHandle_t /*(UGCFileWriteStreamHandle_t)*/ ISteamRemoteStorage_FileWriteStreamOpen( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamWriteChunk( ulong writeHandle, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle, pvData, cubData); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamClose( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamCancel( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileExists( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FilePersisted( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileSize( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile); } public virtual long /*int64*/ ISteamRemoteStorage_GetFileTimestamp( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile); } public virtual RemoteStoragePlatform /*ERemoteStoragePlatform*/ ISteamRemoteStorage_GetSyncPlatforms( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileCount() { @@ -1415,7 +1415,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile /*C*/, pnFileSizeInBytes); + return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile, pnFileSizeInBytes); } public virtual bool /*bool*/ ISteamRemoteStorage_GetQuota( IntPtr /*int32 **/ pnTotalBytes, IntPtr /*int32 **/ puAvailableBytes ) { @@ -1439,31 +1439,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled /*C*/); + Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownload( ulong hContent, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent, unPriority); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDownloadProgress( ulong hContent, out int /*int32 **/ pnBytesDownloaded, out int /*int32 **/ pnBytesExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent /*C*/, out pnBytesDownloaded /*B*/, out pnBytesExpected /*B*/); + return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent, out pnBytesDownloaded, out pnBytesExpected); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDetails( ulong hContent, ref uint pnAppID, System.Text.StringBuilder /*char ***/ ppchName, IntPtr /*int32 **/ pnFileSizeInBytes, out ulong pSteamIDOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent /*C*/, ref pnAppID /*A*/, ppchName /*C*/, pnFileSizeInBytes, out pSteamIDOwner /*B*/); + return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent, ref pnAppID, ppchName, pnFileSizeInBytes, out pSteamIDOwner); } public virtual int /*int32*/ ISteamRemoteStorage_UGCRead( ulong hContent, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead, uint /*uint32*/ cOffset, UGCReadAction /*EUGCReadAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent /*C*/, pvData /*C*/, cubDataToRead /*C*/, cOffset /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent, pvData, cubDataToRead, cOffset, eAction); } public virtual int /*int32*/ ISteamRemoteStorage_GetCachedUGCCount() { @@ -1475,157 +1475,157 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent /*C*/); + return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishWorkshopFile( string /*const char **/ pchFile, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags, WorkshopFileType /*EWorkshopFileType*/ eWorkshopFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags, eWorkshopFileType /*C*/); + return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags, eWorkshopFileType); } public virtual PublishedFileUpdateHandle_t /*(PublishedFileUpdateHandle_t)*/ ISteamRemoteStorage_CreatePublishedFileUpdateRequest( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileFile( ulong updateHandle, string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle /*C*/, pchFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFilePreviewFile( ulong updateHandle, string /*const char **/ pchPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle /*C*/, pchPreviewFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle, pchPreviewFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTitle( ulong updateHandle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle /*C*/, pchTitle /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle, pchTitle); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileDescription( ulong updateHandle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle /*C*/, pchDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle, pchDescription); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileVisibility( ulong updateHandle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle /*C*/, eVisibility /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle, eVisibility); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTags( ulong updateHandle, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_CommitPublishedFileUpdate( ulong updateHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle /*C*/); + return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedFileDetails( ulong unPublishedFileId, uint /*uint32*/ unMaxSecondsOld ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId /*C*/, unMaxSecondsOld /*C*/); + return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId, unMaxSecondsOld); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_DeletePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserPublishedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSubscribedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UnsubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription( ulong updateHandle, string /*const char **/ pchChangeDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle /*C*/, pchChangeDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle, pchChangeDescription); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UpdateUserPublishedItemVote( ulong unPublishedFileId, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId /*C*/, bVoteUp /*C*/); + return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetUserPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSharedWorkshopFiles( ulong steamId, uint /*uint32*/ unStartIndex, IntPtr /*struct SteamParamStringArray_t **/ pRequiredTags, IntPtr /*struct SteamParamStringArray_t **/ pExcludedTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId /*C*/, unStartIndex /*C*/, pRequiredTags, pExcludedTags); + return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId, unStartIndex, pRequiredTags, pExcludedTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishVideo( WorkshopVideoProvider /*EWorkshopVideoProvider*/ eVideoProvider, string /*const char **/ pchVideoAccount, string /*const char **/ pchVideoIdentifier, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider /*C*/, pchVideoAccount /*C*/, pchVideoIdentifier /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags); + return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider, pchVideoAccount, pchVideoIdentifier, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SetUserPublishedFileAction( ulong unPublishedFileId, WorkshopFileAction /*EWorkshopFileAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId, eAction); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedFilesByUserAction( WorkshopFileAction /*EWorkshopFileAction*/ eAction, uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction /*C*/, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedWorkshopFiles( WorkshopEnumerationType /*EWorkshopEnumerationType*/ eEnumerationType, uint /*uint32*/ unStartIndex, uint /*uint32*/ unCount, uint /*uint32*/ unDays, IntPtr /*struct SteamParamStringArray_t **/ pTags, IntPtr /*struct SteamParamStringArray_t **/ pUserTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType /*C*/, unStartIndex /*C*/, unCount /*C*/, unDays /*C*/, pTags, pUserTags); + return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType, unStartIndex, unCount, unDays, pTags, pUserTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownloadToLocation( ulong hContent, string /*const char **/ pchLocation, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent /*C*/, pchLocation /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent, pchLocation, unPriority); } public virtual bool /*bool*/ ISteamUserStats_RequestCurrentStats() @@ -1638,55 +1638,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetStat0( string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat0(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat0(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_SetStat( string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat(_ptr, pchName /*C*/, nData /*C*/); + return Native.ISteamUserStats.SetStat(_ptr, pchName, nData); } public virtual bool /*bool*/ ISteamUserStats_SetStat0( string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat0(_ptr, pchName /*C*/, fData /*C*/); + return Native.ISteamUserStats.SetStat0(_ptr, pchName, fData); } public virtual bool /*bool*/ ISteamUserStats_UpdateAvgRateStat( string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamUserStats_GetAchievement( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievement(_ptr, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetAchievement(_ptr, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_SetAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.SetAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_ClearAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ClearAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.ClearAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAndUnlockTime( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_StoreStats() { @@ -1698,19 +1698,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName /*C*/); + return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName); } public virtual IntPtr ISteamUserStats_GetAchievementDisplayAttribute( string /*const char **/ pchName, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName /*C*/, pchKey /*C*/); + return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName, pchKey); } public virtual bool /*bool*/ ISteamUserStats_IndicateAchievementProgress( string /*const char **/ pchName, uint /*uint32*/ nCurProgress, uint /*uint32*/ nMaxProgress ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName /*C*/, nCurProgress /*C*/, nMaxProgress /*C*/); + return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName, nCurProgress, nMaxProgress); } public virtual uint /*uint32*/ ISteamUserStats_GetNumAchievements() { @@ -1722,109 +1722,109 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement /*C*/); + return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievementAndUnlockTime( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_ResetAllStats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAchievementsToo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo /*C*/); + return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindOrCreateLeaderboard( string /*const char **/ pchLeaderboardName, LeaderboardSortMethod /*ELeaderboardSortMethod*/ eLeaderboardSortMethod, LeaderboardDisplayType /*ELeaderboardDisplayType*/ eLeaderboardDisplayType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName /*C*/, eLeaderboardSortMethod /*C*/, eLeaderboardDisplayType /*C*/); + return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName, eLeaderboardSortMethod, eLeaderboardDisplayType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindLeaderboard( string /*const char **/ pchLeaderboardName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName /*C*/); + return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName); } public virtual IntPtr ISteamUserStats_GetLeaderboardName( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard); } public virtual int /*int*/ ISteamUserStats_GetLeaderboardEntryCount( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard); } public virtual LeaderboardSortMethod /*ELeaderboardSortMethod*/ ISteamUserStats_GetLeaderboardSortMethod( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard); } public virtual LeaderboardDisplayType /*ELeaderboardDisplayType*/ ISteamUserStats_GetLeaderboardDisplayType( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntries( ulong hSteamLeaderboard, LeaderboardDataRequest /*ELeaderboardDataRequest*/ eLeaderboardDataRequest, int /*int*/ nRangeStart, int /*int*/ nRangeEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard /*C*/, eLeaderboardDataRequest /*C*/, nRangeStart /*C*/, nRangeEnd /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard, eLeaderboardDataRequest, nRangeStart, nRangeEnd); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntriesForUsers( ulong hSteamLeaderboard, IntPtr /*class CSteamID **/ prgUsers, int /*int*/ cUsers ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard /*C*/, prgUsers, cUsers /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard, prgUsers, cUsers); } public virtual bool /*bool*/ ISteamUserStats_GetDownloadedLeaderboardEntry( ulong hSteamLeaderboardEntries, int /*int*/ index, ref LeaderboardEntry_t /*struct LeaderboardEntry_t **/ pLeaderboardEntry, IntPtr /*int32 **/ pDetails, int /*int*/ cDetailsMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries /*C*/, index /*C*/, ref pLeaderboardEntry /*A*/, pDetails, cDetailsMax /*C*/); + return Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries, index, ref pLeaderboardEntry, pDetails, cDetailsMax); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_UploadLeaderboardScore( ulong hSteamLeaderboard, LeaderboardUploadScoreMethod /*ELeaderboardUploadScoreMethod*/ eLeaderboardUploadScoreMethod, int /*int32*/ nScore, IntPtr /*const int32 **/ pScoreDetails, int /*int*/ cScoreDetailsCount ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard /*C*/, eLeaderboardUploadScoreMethod /*C*/, nScore /*C*/, pScoreDetails, cScoreDetailsCount /*C*/); + return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard, eLeaderboardUploadScoreMethod, nScore, pScoreDetails, cScoreDetailsCount); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_AttachLeaderboardUGC( ulong hSteamLeaderboard, ulong hUGC ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard /*C*/, hUGC /*C*/); + return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard, hUGC); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_GetNumberOfCurrentPlayers() { @@ -1842,49 +1842,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual int /*int*/ ISteamUserStats_GetNextMostAchievedAchievementInfo( int /*int*/ iIteratorPrevious, System.Text.StringBuilder /*char **/ pchName, uint /*uint32*/ unNameBufLen, out float /*float **/ pflPercent, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious /*C*/, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAchievedPercent( string /*const char **/ pchName, out float /*float **/ pflPercent ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName /*C*/, out pflPercent /*B*/); + return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName, out pflPercent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestGlobalStats( int /*int*/ nHistoryDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays /*C*/); + return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat( string /*const char **/ pchStatName, out long /*int64 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat0( string /*const char **/ pchStatName, out double /*double **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName, out pData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory( string /*const char **/ pchStatName, out long /*int64 **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName, out pData, cubData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory0( string /*const char **/ pchStatName, out double /*double **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName, out pData, cubData); } public virtual bool /*bool*/ ISteamApps_BIsSubscribed() @@ -1927,19 +1927,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsSubscribedApp(_ptr, appID /*C*/); + return Native.ISteamApps.BIsSubscribedApp(_ptr, appID); } public virtual bool /*bool*/ ISteamApps_BIsDlcInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsDlcInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsDlcInstalled(_ptr, appID); } public virtual uint /*uint32*/ ISteamApps_GetEarliestPurchaseUnixTime( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID /*C*/); + return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_BIsSubscribedFromFreeWeekend() { @@ -1957,55 +1957,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC /*C*/, ref pAppID /*A*/, ref pbAvailable /*A*/, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC, ref pAppID, ref pbAvailable, pchName, cchNameBufferSize); } public virtual void /*void*/ ISteamApps_InstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.InstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.InstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_UninstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.UninstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.UninstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_RequestAppProofOfPurchaseKey( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID /*C*/); + Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_GetCurrentBetaName( System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName, cchNameBufferSize); } public virtual bool /*bool*/ ISteamApps_MarkContentCorrupt( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMissingFilesOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly /*C*/); + return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly); } public virtual uint /*uint32*/ ISteamApps_GetInstalledDepots( uint appID, IntPtr /*DepotId_t **/ pvecDepots, uint /*uint32*/ cMaxDepots ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetInstalledDepots(_ptr, appID /*C*/, pvecDepots, cMaxDepots /*C*/); + return Native.ISteamApps.GetInstalledDepots(_ptr, appID, pvecDepots, cMaxDepots); } public virtual uint /*uint32*/ ISteamApps_GetAppInstallDir( uint appID, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetAppInstallDir(_ptr, appID /*C*/, pchFolder /*C*/, cchFolderBufferSize /*C*/); + return Native.ISteamApps.GetAppInstallDir(_ptr, appID, pchFolder, cchFolderBufferSize); } public virtual bool /*bool*/ ISteamApps_BIsAppInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsAppInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsAppInstalled(_ptr, appID); } public virtual CSteamID /*(class CSteamID)*/ ISteamApps_GetAppOwner() { @@ -2017,13 +2017,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey /*C*/); + return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey); } public virtual bool /*bool*/ ISteamApps_GetDlcDownloadProgress( uint nAppID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID, out punBytesDownloaded, out punBytesTotal); } public virtual int /*int*/ ISteamApps_GetAppBuildId() { @@ -2042,146 +2042,146 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote /*C*/, pubData /*C*/, cubData /*C*/, eP2PSendType /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote, pubData, cubData, eP2PSendType, nChannel); } public virtual bool /*bool*/ ISteamNetworking_IsP2PPacketAvailable( out uint /*uint32 **/ pcubMsgSize, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize, nChannel); } public virtual bool /*bool*/ ISteamNetworking_ReadP2PPacket( IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, out ulong psteamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, out psteamIDRemote /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest, cubDest, out pcubMsgSize, out psteamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_AcceptP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PChannelWithUser( ulong steamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_GetP2PSessionState( ulong steamIDRemote, ref P2PSessionState_t /*struct P2PSessionState_t **/ pConnectionState ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote /*C*/, ref pConnectionState /*A*/); + return Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote, ref pConnectionState); } public virtual bool /*bool*/ ISteamNetworking_AllowP2PPacketRelay( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllow ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow /*C*/); + return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow); } public virtual SNetListenSocket_t /*(SNetListenSocket_t)*/ ISteamNetworking_CreateListenSocket( int /*int*/ nVirtualP2PPort, uint /*uint32*/ nIP, ushort /*uint16*/ nPort, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort /*C*/, nIP /*C*/, nPort /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort, nIP, nPort, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateP2PConnectionSocket( ulong steamIDTarget, int /*int*/ nVirtualPort, int /*int*/ nTimeoutSec, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget /*C*/, nVirtualPort /*C*/, nTimeoutSec /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget, nVirtualPort, nTimeoutSec, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateConnectionSocket( uint /*uint32*/ nIP, ushort /*uint16*/ nPort, int /*int*/ nTimeoutSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP /*C*/, nPort /*C*/, nTimeoutSec /*C*/); + return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP, nPort, nTimeoutSec); } public virtual bool /*bool*/ ISteamNetworking_DestroySocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroySocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroySocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_DestroyListenSocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_SendDataOnSocket( uint hSocket, IntPtr /*void **/ pubData, uint /*uint32*/ cubData, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReliable ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket /*C*/, pubData /*C*/, cubData /*C*/, bReliable /*C*/); + return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket, pubData, cubData, bReliable); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailableOnSocket( uint hSocket, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_RetrieveDataFromSocket( uint hSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket, pubDest, cubDest, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailable( uint hListenSocket, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_RetrieveData( uint hListenSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket, pubDest, cubDest, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_GetSocketInfo( uint hSocket, out ulong pSteamIDRemote, IntPtr /*int **/ peSocketStatus, out uint /*uint32 **/ punIPRemote, out ushort /*uint16 **/ punPortRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket /*C*/, out pSteamIDRemote /*B*/, peSocketStatus, out punIPRemote /*B*/, out punPortRemote /*B*/); + return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket, out pSteamIDRemote, peSocketStatus, out punIPRemote, out punPortRemote); } public virtual bool /*bool*/ ISteamNetworking_GetListenSocketInfo( uint hListenSocket, out uint /*uint32 **/ pnIP, out ushort /*uint16 **/ pnPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket /*C*/, out pnIP /*B*/, out pnPort /*B*/); + return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket, out pnIP, out pnPort); } public virtual SNetSocketConnectionType /*ESNetSocketConnectionType*/ ISteamNetworking_GetSocketConnectionType( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket); } public virtual int /*int*/ ISteamNetworking_GetMaxPacketSize( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_WriteScreenshot( IntPtr /*void **/ pubRGB, uint /*uint32*/ cubRGB, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB /*C*/, cubRGB /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB, cubRGB, nWidth, nHeight); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_AddScreenshotToLibrary( string /*const char **/ pchFilename, string /*const char **/ pchThumbnailFilename, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename /*C*/, pchThumbnailFilename /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename, pchThumbnailFilename, nWidth, nHeight); } public virtual void /*void*/ ISteamScreenshots_TriggerScreenshot() { @@ -2193,25 +2193,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - Native.ISteamScreenshots.HookScreenshots(_ptr, bHook /*C*/); + Native.ISteamScreenshots.HookScreenshots(_ptr, bHook); } public virtual bool /*bool*/ ISteamScreenshots_SetLocation( uint hScreenshot, string /*const char **/ pchLocation ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot /*C*/, pchLocation /*C*/); + return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot, pchLocation); } public virtual bool /*bool*/ ISteamScreenshots_TagUser( uint hScreenshot, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot /*C*/, steamID /*C*/); + return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot, steamID); } public virtual bool /*bool*/ ISteamScreenshots_TagPublishedFile( uint hScreenshot, ulong unPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot /*C*/, unPublishedFileID /*C*/); + return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot, unPublishedFileID); } public virtual bool /*bool*/ ISteamMusic_BIsEnabled() @@ -2260,7 +2260,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusic _ptr is null!" ); - Native.ISteamMusic.SetVolume(_ptr, flVolume /*C*/); + Native.ISteamMusic.SetVolume(_ptr, flVolume); } public virtual float /*float*/ ISteamMusic_GetVolume() { @@ -2273,7 +2273,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName /*C*/); + return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName); } public virtual bool /*bool*/ ISteamMusicRemote_DeregisterSteamMusicRemote() { @@ -2291,79 +2291,79 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_SetDisplayName( string /*const char **/ pchDisplayName ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName /*C*/); + return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName); } public virtual bool /*bool*/ ISteamMusicRemote_SetPNGIcon_64x64( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayPrevious( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayNext( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableQueue( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlaylists( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdatePlaybackStatus( AudioPlayback_Status /*AudioPlayback_Status*/ nStatus ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus /*C*/); + return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateVolume( float /*float*/ flValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue /*C*/); + return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryWillChange() { @@ -2375,25 +2375,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable /*C*/); + return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryText( string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds( int /*int*/ nValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryCoverArt( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryDidChange() { @@ -2417,13 +2417,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentQueueEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_QueueDidChange() { @@ -2447,13 +2447,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentPlaylistEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_PlaylistDidChange() { @@ -2466,182 +2466,182 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod /*C*/, pchAbsoluteURL /*C*/); + return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod, pchAbsoluteURL); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestContextValue( uint hRequest, ulong /*uint64*/ ulContextValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest /*C*/, ulContextValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest, ulContextValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestNetworkActivityTimeout( uint hRequest, uint /*uint32*/ unTimeoutSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest /*C*/, unTimeoutSeconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest, unTimeoutSeconds); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, string /*const char **/ pchHeaderValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, pchHeaderValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest, pchHeaderName, pchHeaderValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestGetOrPostParameter( uint hRequest, string /*const char **/ pchParamName, string /*const char **/ pchParamValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest /*C*/, pchParamName /*C*/, pchParamValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest, pchParamName, pchParamValue); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequest( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequestAndStreamResponse( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_DeferHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_PrioritizeHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderSize( uint hRequest, string /*const char **/ pchHeaderName, out uint /*uint32 **/ unResponseHeaderSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out unResponseHeaderSize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest, pchHeaderName, out unResponseHeaderSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, out byte /*uint8 **/ pHeaderValueBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out pHeaderValueBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest, pchHeaderName, out pHeaderValueBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodySize( uint hRequest, out uint /*uint32 **/ unBodySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest /*C*/, out unBodySize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest, out unBodySize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodyData( uint hRequest, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPStreamingResponseBodyData( uint hRequest, uint /*uint32*/ cOffset, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest /*C*/, cOffset /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest, cOffset, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_ReleaseHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPDownloadProgressPct( uint hRequest, out float /*float **/ pflPercentOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest /*C*/, out pflPercentOut /*B*/); + return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest, out pflPercentOut); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRawPostBody( uint hRequest, string /*const char **/ pchContentType, out byte /*uint8 **/ pubBody, uint /*uint32*/ unBodyLen ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest /*C*/, pchContentType /*C*/, out pubBody /*B*/, unBodyLen /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest, pchContentType, out pubBody, unBodyLen); } public virtual HTTPCookieContainerHandle /*(HTTPCookieContainerHandle)*/ ISteamHTTP_CreateCookieContainer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowResponsesToModify ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify /*C*/); + return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify); } public virtual bool /*bool*/ ISteamHTTP_ReleaseCookieContainer( uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer /*C*/); + return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetCookie( uint hCookieContainer, string /*const char **/ pchHost, string /*const char **/ pchUrl, string /*const char **/ pchCookie ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer /*C*/, pchHost /*C*/, pchUrl /*C*/, pchCookie /*C*/); + return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer, pchHost, pchUrl, pchCookie); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestCookieContainer( uint hRequest, uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest /*C*/, hCookieContainer /*C*/); + return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestUserAgentInfo( uint hRequest, string /*const char **/ pchUserAgentInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest /*C*/, pchUserAgentInfo /*C*/); + return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest, pchUserAgentInfo); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate( uint hRequest, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireVerifiedCertificate ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest /*C*/, bRequireVerifiedCertificate /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest, bRequireVerifiedCertificate); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestAbsoluteTimeoutMS( uint hRequest, uint /*uint32*/ unMilliseconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest /*C*/, unMilliseconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest, unMilliseconds); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPRequestWasTimedOut( uint hRequest, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbWasTimedOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest /*C*/, ref pbWasTimedOut /*A*/); + return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest, ref pbWasTimedOut); } public virtual ClientUnifiedMessageHandle /*(ClientUnifiedMessageHandle)*/ ISteamUnifiedMessages_SendMethod( string /*const char **/ pchServiceMethod, IntPtr /*const void **/ pRequestBuffer, uint /*uint32*/ unRequestBufferSize, ulong /*uint64*/ unContext ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod /*C*/, pRequestBuffer /*C*/, unRequestBufferSize /*C*/, unContext /*C*/); + return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod, pRequestBuffer, unRequestBufferSize, unContext); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseInfo( ulong hHandle, out uint /*uint32 **/ punResponseSize, out Result /*EResult **/ peResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle /*C*/, out punResponseSize /*B*/, out peResult /*B*/); + return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle, out punResponseSize, out peResult); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseData( ulong hHandle, IntPtr /*void **/ pResponseBuffer, uint /*uint32*/ unResponseBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAutoRelease ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle /*C*/, pResponseBuffer /*C*/, unResponseBufferSize /*C*/, bAutoRelease /*C*/); + return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle, pResponseBuffer, unResponseBufferSize, bAutoRelease); } public virtual bool /*bool*/ ISteamUnifiedMessages_ReleaseMethod( ulong hHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle /*C*/); + return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle); } public virtual bool /*bool*/ ISteamUnifiedMessages_SendNotification( string /*const char **/ pchServiceNotification, IntPtr /*const void **/ pNotificationBuffer, uint /*uint32*/ unNotificationBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification /*C*/, pNotificationBuffer /*C*/, unNotificationBufferSize /*C*/); + return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification, pNotificationBuffer, unNotificationBufferSize); } public virtual bool /*bool*/ ISteamController_Init() @@ -2672,410 +2672,410 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle /*C*/); + return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetActionSetHandle( string /*const char **/ pszActionSetName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName /*C*/); + return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName); } public virtual void /*void*/ ISteamController_ActivateActionSet( ulong controllerHandle, ulong actionSetHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.ActivateActionSet(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/); + Native.ISteamController.ActivateActionSet(_ptr, controllerHandle, actionSetHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetCurrentActionSet( ulong controllerHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle /*C*/); + return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle); } public virtual ControllerDigitalActionHandle_t /*(ControllerDigitalActionHandle_t)*/ ISteamController_GetDigitalActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName); } public virtual ControllerDigitalActionData_t /*struct ControllerDigitalActionData_t*/ ISteamController_GetDigitalActionData( ulong controllerHandle, ulong digitalActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle /*C*/, digitalActionHandle /*C*/); + return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle, digitalActionHandle); } public virtual int /*int*/ ISteamController_GetDigitalActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong digitalActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, digitalActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle, actionSetHandle, digitalActionHandle, out originsOut); } public virtual ControllerAnalogActionHandle_t /*(ControllerAnalogActionHandle_t)*/ ISteamController_GetAnalogActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName); } public virtual ControllerAnalogActionData_t /*struct ControllerAnalogActionData_t*/ ISteamController_GetAnalogActionData( ulong controllerHandle, ulong analogActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle /*C*/, analogActionHandle /*C*/); + return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle, analogActionHandle); } public virtual int /*int*/ ISteamController_GetAnalogActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong analogActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, analogActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle, actionSetHandle, analogActionHandle, out originsOut); } public virtual void /*void*/ ISteamController_StopAnalogActionMomentum( ulong controllerHandle, ulong eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle /*C*/, eAction /*C*/); + Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle, eAction); } public virtual void /*void*/ ISteamController_TriggerHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/); + Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec); } public virtual void /*void*/ ISteamController_TriggerRepeatedHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec, ushort /*unsigned short*/ usOffMicroSec, ushort /*unsigned short*/ unRepeat, uint /*unsigned int*/ nFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/, usOffMicroSec /*C*/, unRepeat /*C*/, nFlags /*C*/); + Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec, usOffMicroSec, unRepeat, nFlags); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUserUGCRequest( uint unAccountID, UserUGCList /*EUserUGCList*/ eListType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingUGCType, UserUGCListSortOrder /*EUserUGCListSortOrder*/ eSortOrder, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID /*C*/, eListType /*C*/, eMatchingUGCType /*C*/, eSortOrder /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID, eListType, eMatchingUGCType, eSortOrder, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryAllUGCRequest( UGCQuery /*EUGCQuery*/ eQueryType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType /*C*/, eMatchingeMatchingUGCTypeFileType /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType, eMatchingeMatchingUGCTypeFileType, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUGCDetailsRequest( IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ unNumPublishedFileIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID /*C*/, unNumPublishedFileIDs /*C*/); + return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID, unNumPublishedFileIDs); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SendQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCResult( ulong handle, uint /*uint32*/ index, ref SteamUGCDetails_t /*struct SteamUGCDetails_t **/ pDetails ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCResult(_ptr, handle /*C*/, index /*C*/, ref pDetails /*A*/); + return Native.ISteamUGC.GetQueryUGCResult(_ptr, handle, index, ref pDetails); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCPreviewURL( ulong handle, uint /*uint32*/ index, System.Text.StringBuilder /*char **/ pchURL, uint /*uint32*/ cchURLSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle /*C*/, index /*C*/, pchURL /*C*/, cchURLSize /*C*/); + return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle, index, pchURL, cchURLSize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCMetadata( ulong handle, uint /*uint32*/ index, System.Text.StringBuilder /*char **/ pchMetadata, uint /*uint32*/ cchMetadatasize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle /*C*/, index /*C*/, pchMetadata /*C*/, cchMetadatasize /*C*/); + return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle, index, pchMetadata, cchMetadatasize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCChildren( ulong handle, uint /*uint32*/ index, IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ cMaxEntries ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle /*C*/, index /*C*/, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle, index, pvecPublishedFileID, cMaxEntries); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCStatistic( ulong handle, uint /*uint32*/ index, ItemStatistic /*EItemStatistic*/ eStatType, out uint /*uint32 **/ pStatValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle /*C*/, index /*C*/, eStatType /*C*/, out pStatValue /*B*/); + return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle, index, eStatType, out pStatValue); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumAdditionalPreviews( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCAdditionalPreview( ulong handle, uint /*uint32*/ index, uint /*uint32*/ previewIndex, System.Text.StringBuilder /*char **/ pchURLOrVideoID, uint /*uint32*/ cchURLSize, System.Text.StringBuilder /*char **/ pchOriginalFileName, uint /*uint32*/ cchOriginalFileNameSize, out ItemPreviewType /*EItemPreviewType **/ pPreviewType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle /*C*/, index /*C*/, previewIndex /*C*/, pchURLOrVideoID /*C*/, cchURLSize /*C*/, pchOriginalFileName /*C*/, cchOriginalFileNameSize /*C*/, out pPreviewType /*B*/); + return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle, index, previewIndex, pchURLOrVideoID, cchURLSize, pchOriginalFileName, cchOriginalFileNameSize, out pPreviewType); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumKeyValueTags( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCKeyValueTag( ulong handle, uint /*uint32*/ index, uint /*uint32*/ keyValueTagIndex, System.Text.StringBuilder /*char **/ pchKey, uint /*uint32*/ cchKeySize, System.Text.StringBuilder /*char **/ pchValue, uint /*uint32*/ cchValueSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle /*C*/, index /*C*/, keyValueTagIndex /*C*/, pchKey /*C*/, cchKeySize /*C*/, pchValue /*C*/, cchValueSize /*C*/); + return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle, index, keyValueTagIndex, pchKey, cchKeySize, pchValue, cchValueSize); } public virtual bool /*bool*/ ISteamUGC_ReleaseQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_AddRequiredTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddRequiredTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_AddExcludedTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddExcludedTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddExcludedTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_SetReturnKeyValueTags( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnKeyValueTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle /*C*/, bReturnKeyValueTags /*C*/); + return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle, bReturnKeyValueTags); } public virtual bool /*bool*/ ISteamUGC_SetReturnLongDescription( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnLongDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle /*C*/, bReturnLongDescription /*C*/); + return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle, bReturnLongDescription); } public virtual bool /*bool*/ ISteamUGC_SetReturnMetadata( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnMetadata ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnMetadata(_ptr, handle /*C*/, bReturnMetadata /*C*/); + return Native.ISteamUGC.SetReturnMetadata(_ptr, handle, bReturnMetadata); } public virtual bool /*bool*/ ISteamUGC_SetReturnChildren( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnChildren ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnChildren(_ptr, handle /*C*/, bReturnChildren /*C*/); + return Native.ISteamUGC.SetReturnChildren(_ptr, handle, bReturnChildren); } public virtual bool /*bool*/ ISteamUGC_SetReturnAdditionalPreviews( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnAdditionalPreviews ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle /*C*/, bReturnAdditionalPreviews /*C*/); + return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle, bReturnAdditionalPreviews); } public virtual bool /*bool*/ ISteamUGC_SetReturnTotalOnly( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnTotalOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle /*C*/, bReturnTotalOnly /*C*/); + return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle, bReturnTotalOnly); } public virtual bool /*bool*/ ISteamUGC_SetLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetAllowCachedResponse( ulong handle, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle, unMaxAgeSeconds); } public virtual bool /*bool*/ ISteamUGC_SetCloudFileNameFilter( ulong handle, string /*const char **/ pMatchCloudFileName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle /*C*/, pMatchCloudFileName /*C*/); + return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle, pMatchCloudFileName); } public virtual bool /*bool*/ ISteamUGC_SetMatchAnyTag( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMatchAnyTag ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle /*C*/, bMatchAnyTag /*C*/); + return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle, bMatchAnyTag); } public virtual bool /*bool*/ ISteamUGC_SetSearchText( ulong handle, string /*const char **/ pSearchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetSearchText(_ptr, handle /*C*/, pSearchText /*C*/); + return Native.ISteamUGC.SetSearchText(_ptr, handle, pSearchText); } public virtual bool /*bool*/ ISteamUGC_SetRankedByTrendDays( ulong handle, uint /*uint32*/ unDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle /*C*/, unDays /*C*/); + return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle, unDays); } public virtual bool /*bool*/ ISteamUGC_AddRequiredKeyValueTag( ulong handle, string /*const char **/ pKey, string /*const char **/ pValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle /*C*/, pKey /*C*/, pValue /*C*/); + return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle, pKey, pValue); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RequestUGCDetails( ulong nPublishedFileID, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID, unMaxAgeSeconds); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_CreateItem( uint nConsumerAppId, WorkshopFileType /*EWorkshopFileType*/ eFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId /*C*/, eFileType /*C*/); + return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId, eFileType); } public virtual UGCUpdateHandle_t /*(UGCUpdateHandle_t)*/ ISteamUGC_StartItemUpdate( uint nConsumerAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_SetItemTitle( ulong handle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTitle(_ptr, handle /*C*/, pchTitle /*C*/); + return Native.ISteamUGC.SetItemTitle(_ptr, handle, pchTitle); } public virtual bool /*bool*/ ISteamUGC_SetItemDescription( ulong handle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemDescription(_ptr, handle /*C*/, pchDescription /*C*/); + return Native.ISteamUGC.SetItemDescription(_ptr, handle, pchDescription); } public virtual bool /*bool*/ ISteamUGC_SetItemUpdateLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetItemMetadata( ulong handle, string /*const char **/ pchMetaData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemMetadata(_ptr, handle /*C*/, pchMetaData /*C*/); + return Native.ISteamUGC.SetItemMetadata(_ptr, handle, pchMetaData); } public virtual bool /*bool*/ ISteamUGC_SetItemVisibility( ulong handle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemVisibility(_ptr, handle /*C*/, eVisibility /*C*/); + return Native.ISteamUGC.SetItemVisibility(_ptr, handle, eVisibility); } public virtual bool /*bool*/ ISteamUGC_SetItemTags( ulong updateHandle, IntPtr /*const struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamUGC.SetItemTags(_ptr, updateHandle, pTags); } public virtual bool /*bool*/ ISteamUGC_SetItemContent( ulong handle, string /*const char **/ pszContentFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemContent(_ptr, handle /*C*/, pszContentFolder /*C*/); + return Native.ISteamUGC.SetItemContent(_ptr, handle, pszContentFolder); } public virtual bool /*bool*/ ISteamUGC_SetItemPreview( ulong handle, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemPreview(_ptr, handle /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.SetItemPreview(_ptr, handle, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_RemoveItemKeyValueTags( ulong handle, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle /*C*/, pchKey /*C*/); + return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle, pchKey); } public virtual bool /*bool*/ ISteamUGC_AddItemKeyValueTag( ulong handle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle, pchKey, pchValue); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewFile( ulong handle, string /*const char **/ pszPreviewFile, ItemPreviewType /*EItemPreviewType*/ type ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle /*C*/, pszPreviewFile /*C*/, type /*C*/); + return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle, pszPreviewFile, type); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewVideo( ulong handle, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewFile( ulong handle, uint /*uint32*/ index, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle /*C*/, index /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle, index, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewVideo( ulong handle, uint /*uint32*/ index, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle /*C*/, index /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle, index, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_RemoveItemPreview( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemPreview(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.RemoveItemPreview(_ptr, handle, index); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubmitItemUpdate( ulong handle, string /*const char **/ pchChangeNote ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle /*C*/, pchChangeNote /*C*/); + return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle, pchChangeNote); } public virtual ItemUpdateStatus /*EItemUpdateStatus*/ ISteamUGC_GetItemUpdateProgress( ulong handle, out ulong /*uint64 **/ punBytesProcessed, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle /*C*/, out punBytesProcessed /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle, out punBytesProcessed, out punBytesTotal); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SetUserItemVote( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID /*C*/, bVoteUp /*C*/); + return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_GetUserItemVote( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_AddItemToFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RemoveItemFromFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_UnsubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID); } public virtual uint /*uint32*/ ISteamUGC_GetNumSubscribedItems() { @@ -3087,43 +3087,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID, cMaxEntries); } public virtual uint /*uint32*/ ISteamUGC_GetItemState( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_GetItemInstallInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punSizeOnDisk, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderSize, out uint /*uint32 **/ punTimeStamp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID /*C*/, out punSizeOnDisk /*B*/, pchFolder /*C*/, cchFolderSize /*C*/, out punTimeStamp /*B*/); + return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID, out punSizeOnDisk, pchFolder, cchFolderSize, out punTimeStamp); } public virtual bool /*bool*/ ISteamUGC_GetItemDownloadInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID, out punBytesDownloaded, out punBytesTotal); } public virtual bool /*bool*/ ISteamUGC_DownloadItem( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHighPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID /*C*/, bHighPriority /*C*/); + return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID, bHighPriority); } public virtual bool /*bool*/ ISteamUGC_BInitWorkshopForGameServer( uint unWorkshopDepotID, string /*const char **/ pszFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID /*C*/, pszFolder /*C*/); + return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID, pszFolder); } public virtual void /*void*/ ISteamUGC_SuspendDownloads( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSuspend ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend /*C*/); + Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend); } public virtual uint /*uint32*/ ISteamAppList_GetNumInstalledApps() @@ -3136,25 +3136,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID /*C*/, unMaxAppIDs /*C*/); + return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID, unMaxAppIDs); } public virtual int /*int*/ ISteamAppList_GetAppName( uint nAppID, System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppName(_ptr, nAppID /*C*/, pchName /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppName(_ptr, nAppID, pchName, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppInstallDir( uint nAppID, System.Text.StringBuilder /*char **/ pchDirectory, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID /*C*/, pchDirectory /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID, pchDirectory, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppBuildId( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID /*C*/); + return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID); } public virtual void /*void*/ ISteamHTMLSurface_DestructISteamHTMLSurface() @@ -3179,290 +3179,290 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent /*C*/, pchUserCSS /*C*/); + return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent, pchUserCSS); } public virtual void /*void*/ ISteamHTMLSurface_RemoveBrowser( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_LoadURL( uint unBrowserHandle, string /*const char **/ pchURL, string /*const char **/ pchPostData ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle /*C*/, pchURL /*C*/, pchPostData /*C*/); + Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle, pchURL, pchPostData); } public virtual void /*void*/ ISteamHTMLSurface_SetSize( uint unBrowserHandle, uint /*uint32*/ unWidth, uint /*uint32*/ unHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle /*C*/, unWidth /*C*/, unHeight /*C*/); + Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle, unWidth, unHeight); } public virtual void /*void*/ ISteamHTMLSurface_StopLoad( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Reload( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoBack( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoForward( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_AddHeader( uint unBrowserHandle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle, pchKey, pchValue); } public virtual void /*void*/ ISteamHTMLSurface_ExecuteJavascript( uint unBrowserHandle, string /*const char **/ pchScript ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle /*C*/, pchScript /*C*/); + Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle, pchScript); } public virtual void /*void*/ ISteamHTMLSurface_MouseUp( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDown( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDoubleClick( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseMove( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_MouseWheel( uint unBrowserHandle, int /*int32*/ nDelta ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle /*C*/, nDelta /*C*/); + Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle, nDelta); } public virtual void /*void*/ ISteamHTMLSurface_KeyDown( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyUp( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyChar( uint unBrowserHandle, uint /*uint32*/ cUnicodeChar, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle /*C*/, cUnicodeChar /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle, cUnicodeChar, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_SetHorizontalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetVerticalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetKeyFocus( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHasKeyFocus ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle /*C*/, bHasKeyFocus /*C*/); + Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle, bHasKeyFocus); } public virtual void /*void*/ ISteamHTMLSurface_ViewSource( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_CopyToClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_PasteFromClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Find( uint unBrowserHandle, string /*const char **/ pchSearchStr, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bCurrentlyInFind, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReverse ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle /*C*/, pchSearchStr /*C*/, bCurrentlyInFind /*C*/, bReverse /*C*/); + Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle, pchSearchStr, bCurrentlyInFind, bReverse); } public virtual void /*void*/ ISteamHTMLSurface_StopFind( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GetLinkAtPosition( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_SetCookie( string /*const char **/ pchHostname, string /*const char **/ pchKey, string /*const char **/ pchValue, string /*const char **/ pchPath, uint nExpires, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSecure, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHTTPOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname /*C*/, pchKey /*C*/, pchValue /*C*/, pchPath /*C*/, nExpires /*C*/, bSecure /*C*/, bHTTPOnly /*C*/); + Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname, pchKey, pchValue, pchPath, nExpires, bSecure, bHTTPOnly); } public virtual void /*void*/ ISteamHTMLSurface_SetPageScaleFactor( uint unBrowserHandle, float /*float*/ flZoom, int /*int*/ nPointX, int /*int*/ nPointY ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle /*C*/, flZoom /*C*/, nPointX /*C*/, nPointY /*C*/); + Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle, flZoom, nPointX, nPointY); } public virtual void /*void*/ ISteamHTMLSurface_SetBackgroundMode( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bBackgroundMode ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle /*C*/, bBackgroundMode /*C*/); + Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle, bBackgroundMode); } public virtual void /*void*/ ISteamHTMLSurface_AllowStartRequest( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowed ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle /*C*/, bAllowed /*C*/); + Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle, bAllowed); } public virtual void /*void*/ ISteamHTMLSurface_JSDialogResponse( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle /*C*/, bResult /*C*/); + Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle, bResult); } public virtual Result /*EResult*/ ISteamInventory_GetResultStatus( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetResultItems( int resultHandle, IntPtr /*struct SteamItemDetails_t **/ pOutItemsArray, out uint /*uint32 **/ punOutItemsArraySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultItems(_ptr, resultHandle /*C*/, pOutItemsArray, out punOutItemsArraySize /*B*/); + return Native.ISteamInventory.GetResultItems(_ptr, resultHandle, pOutItemsArray, out punOutItemsArraySize); } public virtual uint /*uint32*/ ISteamInventory_GetResultTimestamp( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_CheckResultSteamID( int resultHandle, ulong steamIDExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle /*C*/, steamIDExpected /*C*/); + return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle, steamIDExpected); } public virtual void /*void*/ ISteamInventory_DestroyResult( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - Native.ISteamInventory.DestroyResult(_ptr, resultHandle /*C*/); + Native.ISteamInventory.DestroyResult(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetAllItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_GetItemsByID( ref int pResultHandle, IntPtr /*const SteamItemInstanceID_t **/ pInstanceIDs, uint /*uint32*/ unCountInstanceIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle /*A*/, pInstanceIDs, unCountInstanceIDs /*C*/); + return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle, pInstanceIDs, unCountInstanceIDs); } public virtual bool /*bool*/ ISteamInventory_SerializeResult( int resultHandle, IntPtr /*void **/ pOutBuffer, out uint /*uint32 **/ punOutBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.SerializeResult(_ptr, resultHandle /*C*/, pOutBuffer /*C*/, out punOutBufferSize /*B*/); + return Native.ISteamInventory.SerializeResult(_ptr, resultHandle, pOutBuffer, out punOutBufferSize); } public virtual bool /*bool*/ ISteamInventory_DeserializeResult( ref int pOutResultHandle, IntPtr /*const void **/ pBuffer, uint /*uint32*/ unBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRESERVED_MUST_BE_FALSE ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle /*A*/, pBuffer /*C*/, unBufferSize /*C*/, bRESERVED_MUST_BE_FALSE /*C*/); + return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle, pBuffer, unBufferSize, bRESERVED_MUST_BE_FALSE); } public virtual bool /*bool*/ ISteamInventory_GenerateItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, out uint /*const uint32 **/ punArrayQuantity, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, out punArrayQuantity /*B*/, unArrayLength /*C*/); + return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle, pArrayItemDefs, out punArrayQuantity, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_GrantPromoItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_AddPromoItem( ref int pResultHandle, int itemDef ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle /*A*/, itemDef /*C*/); + return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle, itemDef); } public virtual bool /*bool*/ ISteamInventory_AddPromoItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, unArrayLength /*C*/); + return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle, pArrayItemDefs, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_ConsumeItem( ref int pResultHandle, ulong itemConsume, uint /*uint32*/ unQuantity ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle /*A*/, itemConsume /*C*/, unQuantity /*C*/); + return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle, itemConsume, unQuantity); } public virtual bool /*bool*/ ISteamInventory_ExchangeItems( ref int pResultHandle, ref int pArrayGenerate, out uint /*const uint32 **/ punArrayGenerateQuantity, uint /*uint32*/ unArrayGenerateLength, IntPtr /*const SteamItemInstanceID_t **/ pArrayDestroy, IntPtr /*const uint32 **/ punArrayDestroyQuantity, uint /*uint32*/ unArrayDestroyLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle /*A*/, ref pArrayGenerate /*A*/, out punArrayGenerateQuantity /*B*/, unArrayGenerateLength /*C*/, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength /*C*/); + return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle, ref pArrayGenerate, out punArrayGenerateQuantity, unArrayGenerateLength, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength); } public virtual bool /*bool*/ ISteamInventory_TransferItemQuantity( ref int pResultHandle, ulong itemIdSource, uint /*uint32*/ unQuantity, ulong itemIdDest ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle /*A*/, itemIdSource /*C*/, unQuantity /*C*/, itemIdDest /*C*/); + return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle, itemIdSource, unQuantity, itemIdDest); } public virtual void /*void*/ ISteamInventory_SendItemDropHeartbeat() { @@ -3474,13 +3474,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle /*A*/, dropListDefinition /*C*/); + return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle, dropListDefinition); } public virtual bool /*bool*/ ISteamInventory_TradeItems( ref int pResultHandle, ulong steamIDTradePartner, ref ulong pArrayGive, out uint /*const uint32 **/ pArrayGiveQuantity, uint /*uint32*/ nArrayGiveLength, ref ulong pArrayGet, out uint /*const uint32 **/ pArrayGetQuantity, uint /*uint32*/ nArrayGetLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle /*A*/, steamIDTradePartner /*C*/, ref pArrayGive /*A*/, out pArrayGiveQuantity /*B*/, nArrayGiveLength /*C*/, ref pArrayGet /*A*/, out pArrayGetQuantity /*B*/, nArrayGetLength /*C*/); + return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle, steamIDTradePartner, ref pArrayGive, out pArrayGiveQuantity, nArrayGiveLength, ref pArrayGet, out pArrayGetQuantity, nArrayGetLength); } public virtual bool /*bool*/ ISteamInventory_LoadItemDefinitions() { @@ -3492,20 +3492,20 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize /*B*/); + return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize); } public virtual bool /*bool*/ ISteamInventory_GetItemDefinitionProperty( int iDefinition, string /*const char **/ pchPropertyName, System.Text.StringBuilder /*char **/ pchValueBuffer, out uint /*uint32 **/ punValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition /*C*/, pchPropertyName /*C*/, pchValueBuffer /*C*/, out punValueBufferSize /*B*/); + return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition, pchPropertyName, pchValueBuffer, out punValueBufferSize); } public virtual void /*void*/ ISteamVideo_GetVideoURL( uint unVideoAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamVideo _ptr is null!" ); - Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID /*C*/); + Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID); } public virtual bool /*bool*/ ISteamVideo_IsBroadcasting( IntPtr /*int **/ pnNumViewers ) { @@ -3518,37 +3518,37 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.InitGameServer(_ptr, unIP /*C*/, usGamePort /*C*/, usQueryPort /*C*/, unFlags /*C*/, nGameAppId /*C*/, pchVersionString /*C*/); + return Native.ISteamGameServer.InitGameServer(_ptr, unIP, usGamePort, usQueryPort, unFlags, nGameAppId, pchVersionString); } public virtual void /*void*/ ISteamGameServer_SetProduct( string /*const char **/ pszProduct ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetProduct(_ptr, pszProduct /*C*/); + Native.ISteamGameServer.SetProduct(_ptr, pszProduct); } public virtual void /*void*/ ISteamGameServer_SetGameDescription( string /*const char **/ pszGameDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription /*C*/); + Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription); } public virtual void /*void*/ ISteamGameServer_SetModDir( string /*const char **/ pszModDir ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetModDir(_ptr, pszModDir /*C*/); + Native.ISteamGameServer.SetModDir(_ptr, pszModDir); } public virtual void /*void*/ ISteamGameServer_SetDedicatedServer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bDedicated ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated /*C*/); + Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated); } public virtual void /*void*/ ISteamGameServer_LogOn( string /*const char **/ pszToken ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.LogOn(_ptr, pszToken /*C*/); + Native.ISteamGameServer.LogOn(_ptr, pszToken); } public virtual void /*void*/ ISteamGameServer_LogOnAnonymous() { @@ -3590,43 +3590,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax /*C*/); + Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax); } public virtual void /*void*/ ISteamGameServer_SetBotPlayerCount( int /*int*/ cBotplayers ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers /*C*/); + Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers); } public virtual void /*void*/ ISteamGameServer_SetServerName( string /*const char **/ pszServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetServerName(_ptr, pszServerName /*C*/); + Native.ISteamGameServer.SetServerName(_ptr, pszServerName); } public virtual void /*void*/ ISteamGameServer_SetMapName( string /*const char **/ pszMapName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMapName(_ptr, pszMapName /*C*/); + Native.ISteamGameServer.SetMapName(_ptr, pszMapName); } public virtual void /*void*/ ISteamGameServer_SetPasswordProtected( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bPasswordProtected ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected /*C*/); + Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected); } public virtual void /*void*/ ISteamGameServer_SetSpectatorPort( ushort /*uint16*/ unSpectatorPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort /*C*/); + Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort); } public virtual void /*void*/ ISteamGameServer_SetSpectatorServerName( string /*const char **/ pszSpectatorServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName /*C*/); + Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName); } public virtual void /*void*/ ISteamGameServer_ClearAllKeyValues() { @@ -3638,31 +3638,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetKeyValue(_ptr, pKey /*C*/, pValue /*C*/); + Native.ISteamGameServer.SetKeyValue(_ptr, pKey, pValue); } public virtual void /*void*/ ISteamGameServer_SetGameTags( string /*const char **/ pchGameTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags /*C*/); + Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags); } public virtual void /*void*/ ISteamGameServer_SetGameData( string /*const char **/ pchGameData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameData(_ptr, pchGameData /*C*/); + Native.ISteamGameServer.SetGameData(_ptr, pchGameData); } public virtual void /*void*/ ISteamGameServer_SetRegion( string /*const char **/ pszRegion ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetRegion(_ptr, pszRegion /*C*/); + Native.ISteamGameServer.SetRegion(_ptr, pszRegion); } public virtual bool /*bool*/ ISteamGameServer_SendUserConnectAndAuthenticate( uint /*uint32*/ unIPClient, IntPtr /*const void **/ pvAuthBlob, uint /*uint32*/ cubAuthBlobSize, out ulong pSteamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient /*C*/, pvAuthBlob /*C*/, cubAuthBlobSize /*C*/, out pSteamIDUser /*B*/); + return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient, pvAuthBlob, cubAuthBlobSize, out pSteamIDUser); } public virtual CSteamID /*(class CSteamID)*/ ISteamGameServer_CreateUnauthenticatedUserConnection() { @@ -3674,49 +3674,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser /*C*/); + Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServer_BUpdateUserData( ulong steamIDUser, string /*const char **/ pchPlayerName, uint /*uint32*/ uScore ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser /*C*/, pchPlayerName /*C*/, uScore /*C*/); + return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser, pchPlayerName, uScore); } public virtual HAuthTicket /*(HAuthTicket)*/ ISteamGameServer_GetAuthSessionTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamGameServer_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamGameServer_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamGameServer.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamGameServer_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamGameServer_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamGameServer_RequestUserGroupStatus( ulong steamIDUser, ulong steamIDGroup ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser /*C*/, steamIDGroup /*C*/); + return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser, steamIDGroup); } public virtual void /*void*/ ISteamGameServer_GetGameplayStats() { @@ -3740,25 +3740,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData /*C*/, cbData /*C*/, srcIP /*C*/, srcPort /*C*/); + return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData, cbData, srcIP, srcPort); } public virtual int /*int*/ ISteamGameServer_GetNextOutgoingPacket( IntPtr /*void **/ pOut, int /*int*/ cbMaxOut, out uint /*uint32 **/ pNetAdr, out ushort /*uint16 **/ pPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut /*C*/, cbMaxOut /*C*/, out pNetAdr /*B*/, out pPort /*B*/); + return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut, cbMaxOut, out pNetAdr, out pPort); } public virtual void /*void*/ ISteamGameServer_EnableHeartbeats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bActive ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive /*C*/); + Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive); } public virtual void /*void*/ ISteamGameServer_SetHeartbeatInterval( int /*int*/ iHeartbeatInterval ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval /*C*/); + Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval); } public virtual void /*void*/ ISteamGameServer_ForceHeartbeat() { @@ -3770,74 +3770,74 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan /*C*/); + return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServer_ComputeNewPlayerCompatibility( ulong steamIDNewPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer /*C*/); + return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat( ulong steamIDUser, string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, nData /*C*/); + return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser, pchName, nData); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat0( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, fData /*C*/); + return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser, pchName, fData); } public virtual bool /*bool*/ ISteamGameServerStats_UpdateUserAvgRateStat( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser /*C*/, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser, pchName); } public virtual bool /*bool*/ ISteamGameServerStats_ClearUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser, pchName); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_StoreUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser); } public virtual void /*void*/ SteamApi_SteamAPI_Init() @@ -3854,15 +3854,15 @@ namespace SteamNative } public virtual void /*void*/ SteamApi_SteamAPI_RegisterCallback( IntPtr /*void **/ pCallback, int /*int*/ callback ) { - Native.SteamApi.SteamAPI_RegisterCallback(pCallback /*C*/, callback /*C*/); + Native.SteamApi.SteamAPI_RegisterCallback(pCallback, callback); } public virtual void /*void*/ SteamApi_SteamAPI_UnregisterCallback( IntPtr /*void **/ pCallback ) { - Native.SteamApi.SteamAPI_UnregisterCallback(pCallback /*C*/); + Native.SteamApi.SteamAPI_UnregisterCallback(pCallback); } public virtual bool /*bool*/ SteamApi_SteamInternal_GameServer_Init( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, ushort /*uint16*/ usGamePort, ushort /*uint16*/ usQueryPort, int /*int*/ eServerMode, string /*const char **/ pchVersionString ) { - return Native.SteamApi.SteamInternal_GameServer_Init(unIP /*C*/, usPort /*C*/, usGamePort /*C*/, usQueryPort /*C*/, eServerMode /*C*/, pchVersionString /*C*/); + return Native.SteamApi.SteamInternal_GameServer_Init(unIP, usPort, usGamePort, usQueryPort, eServerMode, pchVersionString); } public virtual void /*void*/ SteamApi_SteamAPI_Shutdown() { @@ -3886,7 +3886,7 @@ namespace SteamNative } public virtual IntPtr /*void **/ SteamApi_SteamInternal_CreateInterface( string /*const char **/ version ) { - return Native.SteamApi.SteamInternal_CreateInterface(version /*C*/); + return Native.SteamApi.SteamInternal_CreateInterface(version); } internal static unsafe class Native diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win64.cs b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win64.cs index 7e5c654..d91e3c4 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win64.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.Platform.Win64.cs @@ -35,109 +35,109 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.BReleaseSteamPipe(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_ConnectToGlobalUser( int hSteamPipe ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe /*C*/); + return Native.ISteamClient.ConnectToGlobalUser(_ptr, hSteamPipe); } public virtual HSteamUser /*(HSteamUser)*/ ISteamClient_CreateLocalUser( out int phSteamPipe, AccountType /*EAccountType*/ eAccountType ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe /*B*/, eAccountType /*C*/); + return Native.ISteamClient.CreateLocalUser(_ptr, out phSteamPipe, eAccountType); } public virtual void /*void*/ ISteamClient_ReleaseUser( int hSteamPipe, int hUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe /*C*/, hUser /*C*/); + Native.ISteamClient.ReleaseUser(_ptr, hSteamPipe, hUser); } public virtual IntPtr /*class ISteamUser **/ ISteamClient_GetISteamUser( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUser(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServer **/ ISteamClient_GetISteamGameServer( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServer(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual void /*void*/ ISteamClient_SetLocalIPBinding( uint /*uint32*/ unIP, ushort /*uint16*/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetLocalIPBinding(_ptr, unIP /*C*/, usPort /*C*/); + Native.ISteamClient.SetLocalIPBinding(_ptr, unIP, usPort); } public virtual IntPtr /*class ISteamFriends **/ ISteamClient_GetISteamFriends( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamFriends(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUtils **/ ISteamClient_GetISteamUtils( int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUtils(_ptr, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmaking **/ ISteamClient_GetISteamMatchmaking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmaking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMatchmakingServers **/ ISteamClient_GetISteamMatchmakingServers( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMatchmakingServers(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*void **/ ISteamClient_GetISteamGenericInterface( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGenericInterface(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUserStats **/ ISteamClient_GetISteamUserStats( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUserStats(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamGameServerStats **/ ISteamClient_GetISteamGameServerStats( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamGameServerStats(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamApps **/ ISteamClient_GetISteamApps( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamApps(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamNetworking **/ ISteamClient_GetISteamNetworking( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamNetworking(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamRemoteStorage **/ ISteamClient_GetISteamRemoteStorage( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamRemoteStorage(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamScreenshots **/ ISteamClient_GetISteamScreenshots( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamScreenshots(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual uint /*uint32*/ ISteamClient_GetIPCCallCount() { @@ -149,7 +149,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamClient.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamClient_BShutdownIfAllPipesClosed() { @@ -161,61 +161,61 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTTP(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUnifiedMessages **/ ISteamClient_GetISteamUnifiedMessages( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUnifiedMessages(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamController **/ ISteamClient_GetISteamController( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamController(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamController(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamUGC **/ ISteamClient_GetISteamUGC( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamUGC(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamAppList **/ ISteamClient_GetISteamAppList( int hSteamUser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamAppList(_ptr, hSteamUser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusic **/ ISteamClient_GetISteamMusic( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusic(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamMusicRemote **/ ISteamClient_GetISteamMusicRemote( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamMusicRemote(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamHTMLSurface **/ ISteamClient_GetISteamHTMLSurface( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamHTMLSurface(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamInventory **/ ISteamClient_GetISteamInventory( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamInventory(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual IntPtr /*class ISteamVideo **/ ISteamClient_GetISteamVideo( int hSteamuser, int hSteamPipe, string /*const char **/ pchVersion ) { if ( _ptr == null ) throw new System.Exception( "ISteamClient _ptr is null!" ); - return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser /*C*/, hSteamPipe /*C*/, pchVersion /*C*/); + return Native.ISteamClient.GetISteamVideo(_ptr, hSteamuser, hSteamPipe, pchVersion); } public virtual HSteamUser /*(HSteamUser)*/ ISteamUser_GetHSteamUser() @@ -240,25 +240,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob /*C*/, cbMaxAuthBlob /*C*/, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/, bSecure /*C*/); + return Native.ISteamUser.InitiateGameConnection(_ptr, pAuthBlob, cbMaxAuthBlob, steamIDGameServer, unIPServer, usPortServer, bSecure); } public virtual void /*void*/ ISteamUser_TerminateGameConnection( uint /*uint32*/ unIPServer, ushort /*uint16*/ usPortServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.TerminateGameConnection(_ptr, unIPServer, usPortServer); } public virtual void /*void*/ ISteamUser_TrackAppUsageEvent( ulong gameID, int /*int*/ eAppUsageEvent, string /*const char **/ pchExtraInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID /*C*/, eAppUsageEvent /*C*/, pchExtraInfo /*C*/); + Native.ISteamUser.TrackAppUsageEvent(_ptr, gameID, eAppUsageEvent, pchExtraInfo); } public virtual bool /*bool*/ ISteamUser_GetUserDataFolder( System.Text.StringBuilder /*char **/ pchBuffer, int /*int*/ cubBuffer ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer /*C*/, cubBuffer /*C*/); + return Native.ISteamUser.GetUserDataFolder(_ptr, pchBuffer, cubBuffer); } public virtual void /*void*/ ISteamUser_StartVoiceRecording() { @@ -276,19 +276,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed /*B*/, out pcbUncompressed /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetAvailableVoice(_ptr, out pcbCompressed, out pcbUncompressed, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_GetVoice( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bWantUncompressed, IntPtr /*void **/ pUncompressedDestBuffer, uint /*uint32*/ cbUncompressedDestBufferSize, out uint /*uint32 **/ nUncompressBytesWritten, uint /*uint32*/ nUncompressedVoiceDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetVoice(_ptr, bWantCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, bWantUncompressed /*C*/, pUncompressedDestBuffer /*C*/, cbUncompressedDestBufferSize /*C*/, out nUncompressBytesWritten /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/); + return Native.ISteamUser.GetVoice(_ptr, bWantCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, bWantUncompressed, pUncompressedDestBuffer, cbUncompressedDestBufferSize, out nUncompressBytesWritten, nUncompressedVoiceDesiredSampleRate); } public virtual VoiceResult /*EVoiceResult*/ ISteamUser_DecompressVoice( IntPtr /*const void **/ pCompressed, uint /*uint32*/ cbCompressed, IntPtr /*void **/ pDestBuffer, uint /*uint32*/ cbDestBufferSize, out uint /*uint32 **/ nBytesWritten, uint /*uint32*/ nDesiredSampleRate ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.DecompressVoice(_ptr, pCompressed /*C*/, cbCompressed /*C*/, pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, nDesiredSampleRate /*C*/); + return Native.ISteamUser.DecompressVoice(_ptr, pCompressed, cbCompressed, pDestBuffer, cbDestBufferSize, out nBytesWritten, nDesiredSampleRate); } public virtual uint /*uint32*/ ISteamUser_GetVoiceOptimalSampleRate() { @@ -300,31 +300,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamUser_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamUser.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamUser_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamUser.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamUser_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamUser.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamUser_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamUser.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamUser_BIsBehindNAT() { @@ -336,25 +336,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer /*C*/, unIPServer /*C*/, usPortServer /*C*/); + Native.ISteamUser.AdvertiseGame(_ptr, steamIDGameServer, unIPServer, usPortServer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUser_RequestEncryptedAppTicket( IntPtr /*void **/ pDataToInclude, int /*int*/ cbDataToInclude ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude /*C*/, cbDataToInclude /*C*/); + return Native.ISteamUser.RequestEncryptedAppTicket(_ptr, pDataToInclude, cbDataToInclude); } public virtual bool /*bool*/ ISteamUser_GetEncryptedAppTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamUser.GetEncryptedAppTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual int /*int*/ ISteamUser_GetGameBadgeLevel( int /*int*/ nSeries, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bFoil ) { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries /*C*/, bFoil /*C*/); + return Native.ISteamUser.GetGameBadgeLevel(_ptr, nSeries, bFoil); } public virtual int /*int*/ ISteamUser_GetPlayerSteamLevel() { @@ -366,7 +366,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUser _ptr is null!" ); - return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL /*C*/); + return Native.ISteamUser.RequestStoreAuthURL(_ptr, pchRedirectURL); } public virtual bool /*bool*/ ISteamUser_BIsPhoneVerified() { @@ -391,7 +391,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName /*C*/); + return Native.ISteamFriends.SetPersonaName(_ptr, pchPersonaName); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetPersonaState() { @@ -403,55 +403,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendCount(_ptr, iFriendFlags); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendByIndex( int /*int*/ iFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.GetFriendByIndex(_ptr, iFriend, iFriendFlags); } public virtual FriendRelationship /*EFriendRelationship*/ ISteamFriends_GetFriendRelationship( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRelationship(_ptr, steamIDFriend); } public virtual PersonaState /*EPersonaState*/ ISteamFriends_GetFriendPersonaState( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaState(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendPersonaName( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendPersonaName(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_GetFriendGamePlayed( ulong steamIDFriend, ref FriendGameInfo_t /*struct FriendGameInfo_t **/ pFriendGameInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend /*C*/, ref pFriendGameInfo /*A*/); + return Native.ISteamFriends.GetFriendGamePlayed(_ptr, steamIDFriend, ref pFriendGameInfo); } public virtual IntPtr ISteamFriends_GetFriendPersonaNameHistory( ulong steamIDFriend, int /*int*/ iPersonaName ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend /*C*/, iPersonaName /*C*/); + return Native.ISteamFriends.GetFriendPersonaNameHistory(_ptr, steamIDFriend, iPersonaName); } public virtual int /*int*/ ISteamFriends_GetFriendSteamLevel( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendSteamLevel(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetPlayerNickname( ulong steamIDPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer /*C*/); + return Native.ISteamFriends.GetPlayerNickname(_ptr, steamIDPlayer); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupCount() { @@ -463,31 +463,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG /*C*/); + return Native.ISteamFriends.GetFriendsGroupIDByIndex(_ptr, iFG); } public virtual IntPtr ISteamFriends_GetFriendsGroupName( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupName(_ptr, friendsGroupID); } public virtual int /*int*/ ISteamFriends_GetFriendsGroupMembersCount( short friendsGroupID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID /*C*/); + return Native.ISteamFriends.GetFriendsGroupMembersCount(_ptr, friendsGroupID); } public virtual void /*void*/ ISteamFriends_GetFriendsGroupMembersList( short friendsGroupID, IntPtr /*class CSteamID **/ pOutSteamIDMembers, int /*int*/ nMembersCount ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID /*C*/, pOutSteamIDMembers, nMembersCount /*C*/); + Native.ISteamFriends.GetFriendsGroupMembersList(_ptr, friendsGroupID, pOutSteamIDMembers, nMembersCount); } public virtual bool /*bool*/ ISteamFriends_HasFriend( ulong steamIDFriend, int /*int*/ iFriendFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend /*C*/, iFriendFlags /*C*/); + return Native.ISteamFriends.HasFriend(_ptr, steamIDFriend, iFriendFlags); } public virtual int /*int*/ ISteamFriends_GetClanCount() { @@ -499,139 +499,139 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanByIndex(_ptr, iClan /*C*/); + return Native.ISteamFriends.GetClanByIndex(_ptr, iClan); } public virtual IntPtr ISteamFriends_GetClanName( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanName(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanName(_ptr, steamIDClan); } public virtual IntPtr ISteamFriends_GetClanTag( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanTag(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_GetClanActivityCounts( ulong steamIDClan, out int /*int **/ pnOnline, out int /*int **/ pnInGame, out int /*int **/ pnChatting ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan /*C*/, out pnOnline /*B*/, out pnInGame /*B*/, out pnChatting /*B*/); + return Native.ISteamFriends.GetClanActivityCounts(_ptr, steamIDClan, out pnOnline, out pnInGame, out pnChatting); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_DownloadClanActivityCounts( IntPtr /*class CSteamID **/ psteamIDClans, int /*int*/ cClansToRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest /*C*/); + return Native.ISteamFriends.DownloadClanActivityCounts(_ptr, psteamIDClans, cClansToRequest); } public virtual int /*int*/ ISteamFriends_GetFriendCountFromSource( ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource /*C*/); + return Native.ISteamFriends.GetFriendCountFromSource(_ptr, steamIDSource); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetFriendFromSourceByIndex( ulong steamIDSource, int /*int*/ iFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource /*C*/, iFriend /*C*/); + return Native.ISteamFriends.GetFriendFromSourceByIndex(_ptr, steamIDSource, iFriend); } public virtual bool /*bool*/ ISteamFriends_IsUserInSource( ulong steamIDUser, ulong steamIDSource ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser /*C*/, steamIDSource /*C*/); + return Native.ISteamFriends.IsUserInSource(_ptr, steamIDUser, steamIDSource); } public virtual void /*void*/ ISteamFriends_SetInGameVoiceSpeaking( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSpeaking ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser /*C*/, bSpeaking /*C*/); + Native.ISteamFriends.SetInGameVoiceSpeaking(_ptr, steamIDUser, bSpeaking); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlay( string /*const char **/ pchDialog ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog /*C*/); + Native.ISteamFriends.ActivateGameOverlay(_ptr, pchDialog); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToUser( string /*const char **/ pchDialog, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog /*C*/, steamID /*C*/); + Native.ISteamFriends.ActivateGameOverlayToUser(_ptr, pchDialog, steamID); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToWebPage( string /*const char **/ pchURL ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL /*C*/); + Native.ISteamFriends.ActivateGameOverlayToWebPage(_ptr, pchURL); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayToStore( uint nAppID, OverlayToStoreFlag /*EOverlayToStoreFlag*/ eFlag ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID /*C*/, eFlag /*C*/); + Native.ISteamFriends.ActivateGameOverlayToStore(_ptr, nAppID, eFlag); } public virtual void /*void*/ ISteamFriends_SetPlayedWith( ulong steamIDUserPlayedWith ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith /*C*/); + Native.ISteamFriends.SetPlayedWith(_ptr, steamIDUserPlayedWith); } public virtual void /*void*/ ISteamFriends_ActivateGameOverlayInviteDialog( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby /*C*/); + Native.ISteamFriends.ActivateGameOverlayInviteDialog(_ptr, steamIDLobby); } public virtual int /*int*/ ISteamFriends_GetSmallFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetSmallFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetMediumFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetMediumFriendAvatar(_ptr, steamIDFriend); } public virtual int /*int*/ ISteamFriends_GetLargeFriendAvatar( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetLargeFriendAvatar(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_RequestUserInformation( ulong steamIDUser, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireNameOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser /*C*/, bRequireNameOnly /*C*/); + return Native.ISteamFriends.RequestUserInformation(_ptr, steamIDUser, bRequireNameOnly); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_RequestClanOfficerList( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.RequestClanOfficerList(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOwner( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOwner(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanOfficerCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanOfficerCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetClanOfficerByIndex( ulong steamIDClan, int /*int*/ iOfficer ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan /*C*/, iOfficer /*C*/); + return Native.ISteamFriends.GetClanOfficerByIndex(_ptr, steamIDClan, iOfficer); } public virtual uint /*uint32*/ ISteamFriends_GetUserRestrictions() { @@ -643,7 +643,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetRichPresence(_ptr, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamFriends.SetRichPresence(_ptr, pchKey, pchValue); } public virtual void /*void*/ ISteamFriends_ClearRichPresence() { @@ -655,31 +655,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend /*C*/, pchKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresence(_ptr, steamIDFriend, pchKey); } public virtual int /*int*/ ISteamFriends_GetFriendRichPresenceKeyCount( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyCount(_ptr, steamIDFriend); } public virtual IntPtr ISteamFriends_GetFriendRichPresenceKeyByIndex( ulong steamIDFriend, int /*int*/ iKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend /*C*/, iKey /*C*/); + return Native.ISteamFriends.GetFriendRichPresenceKeyByIndex(_ptr, steamIDFriend, iKey); } public virtual void /*void*/ ISteamFriends_RequestFriendRichPresence( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend /*C*/); + Native.ISteamFriends.RequestFriendRichPresence(_ptr, steamIDFriend); } public virtual bool /*bool*/ ISteamFriends_InviteUserToGame( ulong steamIDFriend, string /*const char **/ pchConnectString ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend /*C*/, pchConnectString /*C*/); + return Native.ISteamFriends.InviteUserToGame(_ptr, steamIDFriend, pchConnectString); } public virtual int /*int*/ ISteamFriends_GetCoplayFriendCount() { @@ -691,115 +691,115 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend /*C*/); + return Native.ISteamFriends.GetCoplayFriend(_ptr, iCoplayFriend); } public virtual int /*int*/ ISteamFriends_GetFriendCoplayTime( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayTime(_ptr, steamIDFriend); } public virtual AppId_t /*(AppId_t)*/ ISteamFriends_GetFriendCoplayGame( ulong steamIDFriend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend /*C*/); + return Native.ISteamFriends.GetFriendCoplayGame(_ptr, steamIDFriend); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_JoinClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.JoinClanChatRoom(_ptr, steamIDClan); } public virtual bool /*bool*/ ISteamFriends_LeaveClanChatRoom( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.LeaveClanChatRoom(_ptr, steamIDClan); } public virtual int /*int*/ ISteamFriends_GetClanChatMemberCount( ulong steamIDClan ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan /*C*/); + return Native.ISteamFriends.GetClanChatMemberCount(_ptr, steamIDClan); } public virtual CSteamID /*(class CSteamID)*/ ISteamFriends_GetChatMemberByIndex( ulong steamIDClan, int /*int*/ iUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan /*C*/, iUser /*C*/); + return Native.ISteamFriends.GetChatMemberByIndex(_ptr, steamIDClan, iUser); } public virtual bool /*bool*/ ISteamFriends_SendClanChatMessage( ulong steamIDClanChat, string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat /*C*/, pchText /*C*/); + return Native.ISteamFriends.SendClanChatMessage(_ptr, steamIDClanChat, pchText); } public virtual int /*int*/ ISteamFriends_GetClanChatMessage( ulong steamIDClanChat, int /*int*/ iMessage, IntPtr /*void **/ prgchText, int /*int*/ cchTextMax, out ChatEntryType /*EChatEntryType **/ peChatEntryType, out ulong psteamidChatter ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat /*C*/, iMessage /*C*/, prgchText /*C*/, cchTextMax /*C*/, out peChatEntryType /*B*/, out psteamidChatter /*B*/); + return Native.ISteamFriends.GetClanChatMessage(_ptr, steamIDClanChat, iMessage, prgchText, cchTextMax, out peChatEntryType, out psteamidChatter); } public virtual bool /*bool*/ ISteamFriends_IsClanChatAdmin( ulong steamIDClanChat, ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat /*C*/, steamIDUser /*C*/); + return Native.ISteamFriends.IsClanChatAdmin(_ptr, steamIDClanChat, steamIDUser); } public virtual bool /*bool*/ ISteamFriends_IsClanChatWindowOpenInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.IsClanChatWindowOpenInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_OpenClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.OpenClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_CloseClanChatWindowInSteam( ulong steamIDClanChat ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat /*C*/); + return Native.ISteamFriends.CloseClanChatWindowInSteam(_ptr, steamIDClanChat); } public virtual bool /*bool*/ ISteamFriends_SetListenForFriendsMessages( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bInterceptEnabled ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled /*C*/); + return Native.ISteamFriends.SetListenForFriendsMessages(_ptr, bInterceptEnabled); } public virtual bool /*bool*/ ISteamFriends_ReplyToFriendMessage( ulong steamIDFriend, string /*const char **/ pchMsgToSend ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend /*C*/, pchMsgToSend /*C*/); + return Native.ISteamFriends.ReplyToFriendMessage(_ptr, steamIDFriend, pchMsgToSend); } public virtual int /*int*/ ISteamFriends_GetFriendMessage( ulong steamIDFriend, int /*int*/ iMessageID, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend /*C*/, iMessageID /*C*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamFriends.GetFriendMessage(_ptr, steamIDFriend, iMessageID, pvData, cubData, out peChatEntryType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_GetFollowerCount( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.GetFollowerCount(_ptr, steamID /*C*/); + return Native.ISteamFriends.GetFollowerCount(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_IsFollowing( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.IsFollowing(_ptr, steamID /*C*/); + return Native.ISteamFriends.IsFollowing(_ptr, steamID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamFriends_EnumerateFollowingList( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamFriends _ptr is null!" ); - return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex /*C*/); + return Native.ISteamFriends.EnumerateFollowingList(_ptr, unStartIndex); } public virtual uint /*uint32*/ ISteamUtils_GetSecondsSinceAppActive() @@ -836,19 +836,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageSize(_ptr, iImage /*C*/, out pnWidth /*B*/, out pnHeight /*B*/); + return Native.ISteamUtils.GetImageSize(_ptr, iImage, out pnWidth, out pnHeight); } public virtual bool /*bool*/ ISteamUtils_GetImageRGBA( int /*int*/ iImage, IntPtr /*uint8 **/ pubDest, int /*int*/ nDestBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetImageRGBA(_ptr, iImage /*C*/, pubDest, nDestBufferSize /*C*/); + return Native.ISteamUtils.GetImageRGBA(_ptr, iImage, pubDest, nDestBufferSize); } public virtual bool /*bool*/ ISteamUtils_GetCSERIPPort( out uint /*uint32 **/ unIP, out ushort /*uint16 **/ usPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP /*B*/, out usPort /*B*/); + return Native.ISteamUtils.GetCSERIPPort(_ptr, out unIP, out usPort); } public virtual byte /*uint8*/ ISteamUtils_GetCurrentBatteryPower() { @@ -866,25 +866,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition /*C*/); + Native.ISteamUtils.SetOverlayNotificationPosition(_ptr, eNotificationPosition); } public virtual bool /*bool*/ ISteamUtils_IsAPICallCompleted( ulong hSteamAPICall, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.IsAPICallCompleted(_ptr, hSteamAPICall, ref pbFailed); } public virtual SteamAPICallFailure /*ESteamAPICallFailure*/ ISteamUtils_GetAPICallFailureReason( ulong hSteamAPICall ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall /*C*/); + return Native.ISteamUtils.GetAPICallFailureReason(_ptr, hSteamAPICall); } public virtual bool /*bool*/ ISteamUtils_GetAPICallResult( ulong hSteamAPICall, IntPtr /*void **/ pCallback, int /*int*/ cubCallback, int /*int*/ iCallbackExpected, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbFailed ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall /*C*/, pCallback /*C*/, cubCallback /*C*/, iCallbackExpected /*C*/, ref pbFailed /*A*/); + return Native.ISteamUtils.GetAPICallResult(_ptr, hSteamAPICall, pCallback, cubCallback, iCallbackExpected, ref pbFailed); } public virtual uint /*uint32*/ ISteamUtils_GetIPCCallCount() { @@ -896,7 +896,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction /*C*/); + Native.ISteamUtils.SetWarningMessageHook(_ptr, pFunction); } public virtual bool /*bool*/ ISteamUtils_IsOverlayEnabled() { @@ -914,13 +914,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName /*C*/); + return Native.ISteamUtils.CheckFileSignature(_ptr, szFileName); } public virtual bool /*bool*/ ISteamUtils_ShowGamepadTextInput( GamepadTextInputMode /*EGamepadTextInputMode*/ eInputMode, GamepadTextInputLineMode /*EGamepadTextInputLineMode*/ eLineInputMode, string /*const char **/ pchDescription, uint /*uint32*/ unCharMax, string /*const char **/ pchExistingText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode /*C*/, eLineInputMode /*C*/, pchDescription /*C*/, unCharMax /*C*/, pchExistingText /*C*/); + return Native.ISteamUtils.ShowGamepadTextInput(_ptr, eInputMode, eLineInputMode, pchDescription, unCharMax, pchExistingText); } public virtual uint /*uint32*/ ISteamUtils_GetEnteredGamepadTextLength() { @@ -932,7 +932,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText /*C*/, cchText /*C*/); + return Native.ISteamUtils.GetEnteredGamepadTextInput(_ptr, pchText, cchText); } public virtual IntPtr ISteamUtils_GetSteamUILanguage() { @@ -950,7 +950,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUtils _ptr is null!" ); - Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset /*C*/, nVerticalInset /*C*/); + Native.ISteamUtils.SetOverlayNotificationInset(_ptr, nHorizontalInset, nVerticalInset); } public virtual bool /*bool*/ ISteamUtils_IsSteamInBigPictureMode() { @@ -975,19 +975,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame /*C*/, ref pnAppID /*A*/, out pnIP /*B*/, out pnConnPort /*B*/, out pnQueryPort /*B*/, punFlags, out pRTime32LastPlayedOnServer /*B*/); + return Native.ISteamMatchmaking.GetFavoriteGame(_ptr, iGame, ref pnAppID, out pnIP, out pnConnPort, out pnQueryPort, punFlags, out pRTime32LastPlayedOnServer); } public virtual int /*int*/ ISteamMatchmaking_AddFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags, uint /*uint32*/ rTime32LastPlayedOnServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/, rTime32LastPlayedOnServer /*C*/); + return Native.ISteamMatchmaking.AddFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags, rTime32LastPlayedOnServer); } public virtual bool /*bool*/ ISteamMatchmaking_RemoveFavoriteGame( uint nAppID, uint /*uint32*/ nIP, ushort /*uint16*/ nConnPort, ushort /*uint16*/ nQueryPort, uint /*uint32*/ unFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/); + return Native.ISteamMatchmaking.RemoveFavoriteGame(_ptr, nAppID, nIP, nConnPort, nQueryPort, unFlags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_RequestLobbyList() { @@ -999,411 +999,411 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch /*C*/, pchValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListStringFilter(_ptr, pchKeyToMatch, pchValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNumericalFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToMatch, LobbyComparison /*ELobbyComparison*/ eComparisonType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch /*C*/, nValueToMatch /*C*/, eComparisonType /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNumericalFilter(_ptr, pchKeyToMatch, nValueToMatch, eComparisonType); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListNearValueFilter( string /*const char **/ pchKeyToMatch, int /*int*/ nValueToBeCloseTo ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch /*C*/, nValueToBeCloseTo /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListNearValueFilter(_ptr, pchKeyToMatch, nValueToBeCloseTo); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListFilterSlotsAvailable( int /*int*/ nSlotsAvailable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListFilterSlotsAvailable(_ptr, nSlotsAvailable); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListDistanceFilter( LobbyDistanceFilter /*ELobbyDistanceFilter*/ eLobbyDistanceFilter ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListDistanceFilter(_ptr, eLobbyDistanceFilter); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListResultCountFilter( int /*int*/ cMaxResults ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListResultCountFilter(_ptr, cMaxResults); } public virtual void /*void*/ ISteamMatchmaking_AddRequestLobbyListCompatibleMembersFilter( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.AddRequestLobbyListCompatibleMembersFilter(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyByIndex( int /*int*/ iLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyByIndex(_ptr, iLobby); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_CreateLobby( LobbyType /*ELobbyType*/ eLobbyType, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.CreateLobby(_ptr, eLobbyType, cMaxMembers); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamMatchmaking_JoinLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.JoinLobby(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_LeaveLobby( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby /*C*/); + Native.ISteamMatchmaking.LeaveLobby(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_InviteUserToLobby( ulong steamIDLobby, ulong steamIDInvitee ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby /*C*/, steamIDInvitee /*C*/); + return Native.ISteamMatchmaking.InviteUserToLobby(_ptr, steamIDLobby, steamIDInvitee); } public virtual int /*int*/ ISteamMatchmaking_GetNumLobbyMembers( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetNumLobbyMembers(_ptr, steamIDLobby); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyMemberByIndex( ulong steamIDLobby, int /*int*/ iMember ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby /*C*/, iMember /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberByIndex(_ptr, steamIDLobby, iMember); } public virtual IntPtr ISteamMatchmaking_GetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyData(_ptr, steamIDLobby, pchKey); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamMatchmaking.SetLobbyData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyDataCount( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataCount(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyDataByIndex( ulong steamIDLobby, int /*int*/ iLobbyData, System.Text.StringBuilder /*char **/ pchKey, int /*int*/ cchKeyBufferSize, System.Text.StringBuilder /*char **/ pchValue, int /*int*/ cchValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby /*C*/, iLobbyData /*C*/, pchKey /*C*/, cchKeyBufferSize /*C*/, pchValue /*C*/, cchValueBufferSize /*C*/); + return Native.ISteamMatchmaking.GetLobbyDataByIndex(_ptr, steamIDLobby, iLobbyData, pchKey, cchKeyBufferSize, pchValue, cchValueBufferSize); } public virtual bool /*bool*/ ISteamMatchmaking_DeleteLobbyData( ulong steamIDLobby, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.DeleteLobbyData(_ptr, steamIDLobby, pchKey); } public virtual IntPtr ISteamMatchmaking_GetLobbyMemberData( ulong steamIDLobby, ulong steamIDUser, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby /*C*/, steamIDUser /*C*/, pchKey /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberData(_ptr, steamIDLobby, steamIDUser, pchKey); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyMemberData( ulong steamIDLobby, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamMatchmaking.SetLobbyMemberData(_ptr, steamIDLobby, pchKey, pchValue); } public virtual bool /*bool*/ ISteamMatchmaking_SendLobbyChatMsg( ulong steamIDLobby, IntPtr /*const void **/ pvMsgBody, int /*int*/ cubMsgBody ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby /*C*/, pvMsgBody /*C*/, cubMsgBody /*C*/); + return Native.ISteamMatchmaking.SendLobbyChatMsg(_ptr, steamIDLobby, pvMsgBody, cubMsgBody); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyChatEntry( ulong steamIDLobby, int /*int*/ iChatID, out ulong pSteamIDUser, IntPtr /*void **/ pvData, int /*int*/ cubData, out ChatEntryType /*EChatEntryType **/ peChatEntryType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby /*C*/, iChatID /*C*/, out pSteamIDUser /*B*/, pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/); + return Native.ISteamMatchmaking.GetLobbyChatEntry(_ptr, steamIDLobby, iChatID, out pSteamIDUser, pvData, cubData, out peChatEntryType); } public virtual bool /*bool*/ ISteamMatchmaking_RequestLobbyData( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.RequestLobbyData(_ptr, steamIDLobby); } public virtual void /*void*/ ISteamMatchmaking_SetLobbyGameServer( ulong steamIDLobby, uint /*uint32*/ unGameServerIP, ushort /*uint16*/ unGameServerPort, ulong steamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby /*C*/, unGameServerIP /*C*/, unGameServerPort /*C*/, steamIDGameServer /*C*/); + Native.ISteamMatchmaking.SetLobbyGameServer(_ptr, steamIDLobby, unGameServerIP, unGameServerPort, steamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_GetLobbyGameServer( ulong steamIDLobby, out uint /*uint32 **/ punGameServerIP, out ushort /*uint16 **/ punGameServerPort, out ulong psteamIDGameServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby /*C*/, out punGameServerIP /*B*/, out punGameServerPort /*B*/, out psteamIDGameServer /*B*/); + return Native.ISteamMatchmaking.GetLobbyGameServer(_ptr, steamIDLobby, out punGameServerIP, out punGameServerPort, out psteamIDGameServer); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyMemberLimit( ulong steamIDLobby, int /*int*/ cMaxMembers ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby /*C*/, cMaxMembers /*C*/); + return Native.ISteamMatchmaking.SetLobbyMemberLimit(_ptr, steamIDLobby, cMaxMembers); } public virtual int /*int*/ ISteamMatchmaking_GetLobbyMemberLimit( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyMemberLimit(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyType( ulong steamIDLobby, LobbyType /*ELobbyType*/ eLobbyType ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby /*C*/, eLobbyType /*C*/); + return Native.ISteamMatchmaking.SetLobbyType(_ptr, steamIDLobby, eLobbyType); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyJoinable( ulong steamIDLobby, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bLobbyJoinable ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby /*C*/, bLobbyJoinable /*C*/); + return Native.ISteamMatchmaking.SetLobbyJoinable(_ptr, steamIDLobby, bLobbyJoinable); } public virtual CSteamID /*(class CSteamID)*/ ISteamMatchmaking_GetLobbyOwner( ulong steamIDLobby ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby /*C*/); + return Native.ISteamMatchmaking.GetLobbyOwner(_ptr, steamIDLobby); } public virtual bool /*bool*/ ISteamMatchmaking_SetLobbyOwner( ulong steamIDLobby, ulong steamIDNewOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby /*C*/, steamIDNewOwner /*C*/); + return Native.ISteamMatchmaking.SetLobbyOwner(_ptr, steamIDLobby, steamIDNewOwner); } public virtual bool /*bool*/ ISteamMatchmaking_SetLinkedLobby( ulong steamIDLobby, ulong steamIDLobbyDependent ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmaking _ptr is null!" ); - return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby /*C*/, steamIDLobbyDependent /*C*/); + return Native.ISteamMatchmaking.SetLinkedLobby(_ptr, steamIDLobby, steamIDLobbyDependent); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestInternetServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestInternetServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestLANServerList( uint iApp, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestLANServerList(_ptr, iApp, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFriendsServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFriendsServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestFavoritesServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestFavoritesServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestHistoryServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestHistoryServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual HServerListRequest /*(HServerListRequest)*/ ISteamMatchmakingServers_RequestSpectatorServerList( uint iApp, IntPtr /*struct MatchMakingKeyValuePair_t ***/ ppchFilters, uint /*uint32*/ nFilters, IntPtr /*class ISteamMatchmakingServerListResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp /*C*/, ppchFilters, nFilters /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.RequestSpectatorServerList(_ptr, iApp, ppchFilters, nFilters, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_ReleaseRequest( IntPtr hServerListRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest /*C*/); + Native.ISteamMatchmakingServers.ReleaseRequest(_ptr, hServerListRequest); } public virtual IntPtr /*class gameserveritem_t **/ ISteamMatchmakingServers_GetServerDetails( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest /*C*/, iServer /*C*/); + return Native.ISteamMatchmakingServers.GetServerDetails(_ptr, hRequest, iServer); } public virtual void /*void*/ ISteamMatchmakingServers_CancelQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.CancelQuery(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshQuery( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest /*C*/); + Native.ISteamMatchmakingServers.RefreshQuery(_ptr, hRequest); } public virtual bool /*bool*/ ISteamMatchmakingServers_IsRefreshing( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.IsRefreshing(_ptr, hRequest); } public virtual int /*int*/ ISteamMatchmakingServers_GetServerCount( IntPtr hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest /*C*/); + return Native.ISteamMatchmakingServers.GetServerCount(_ptr, hRequest); } public virtual void /*void*/ ISteamMatchmakingServers_RefreshServer( IntPtr hRequest, int /*int*/ iServer ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest /*C*/, iServer /*C*/); + Native.ISteamMatchmakingServers.RefreshServer(_ptr, hRequest, iServer); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PingServer( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPingResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PingServer(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_PlayerDetails( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingPlayersResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.PlayerDetails(_ptr, unIP, usPort, pRequestServersResponse); } public virtual HServerQuery /*(HServerQuery)*/ ISteamMatchmakingServers_ServerRules( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, IntPtr /*class ISteamMatchmakingRulesResponse **/ pRequestServersResponse ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP /*C*/, usPort /*C*/, pRequestServersResponse /*C*/); + return Native.ISteamMatchmakingServers.ServerRules(_ptr, unIP, usPort, pRequestServersResponse); } public virtual void /*void*/ ISteamMatchmakingServers_CancelServerQuery( int hServerQuery ) { if ( _ptr == null ) throw new System.Exception( "ISteamMatchmakingServers _ptr is null!" ); - Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery /*C*/); + Native.ISteamMatchmakingServers.CancelServerQuery(_ptr, hServerQuery); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWrite( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWrite(_ptr, pchFile, pvData, cubData); } public virtual int /*int32*/ ISteamRemoteStorage_FileRead( string /*const char **/ pchFile, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile /*C*/, pvData /*C*/, cubDataToRead /*C*/); + return Native.ISteamRemoteStorage.FileRead(_ptr, pchFile, pvData, cubDataToRead); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileWriteAsync( string /*const char **/ pchFile, IntPtr /*const void **/ pvData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteAsync(_ptr, pchFile, pvData, cubData); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileReadAsync( string /*const char **/ pchFile, uint /*uint32*/ nOffset, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile /*C*/, nOffset /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsync(_ptr, pchFile, nOffset, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileReadAsyncComplete( ulong hReadCall, IntPtr /*void **/ pvBuffer, uint /*uint32*/ cubToRead ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall /*C*/, pvBuffer /*C*/, cubToRead /*C*/); + return Native.ISteamRemoteStorage.FileReadAsyncComplete(_ptr, hReadCall, pvBuffer, cubToRead); } public virtual bool /*bool*/ ISteamRemoteStorage_FileForget( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileForget(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileDelete( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileDelete(_ptr, pchFile); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_FileShare( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileShare(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_SetSyncPlatforms( string /*const char **/ pchFile, RemoteStoragePlatform /*ERemoteStoragePlatform*/ eRemoteStoragePlatform ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile /*C*/, eRemoteStoragePlatform /*C*/); + return Native.ISteamRemoteStorage.SetSyncPlatforms(_ptr, pchFile, eRemoteStoragePlatform); } public virtual UGCFileWriteStreamHandle_t /*(UGCFileWriteStreamHandle_t)*/ ISteamRemoteStorage_FileWriteStreamOpen( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamOpen(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamWriteChunk( ulong writeHandle, IntPtr /*const void **/ pvData, int /*int32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle /*C*/, pvData /*C*/, cubData /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamWriteChunk(_ptr, writeHandle, pvData, cubData); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamClose( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamClose(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileWriteStreamCancel( ulong writeHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle /*C*/); + return Native.ISteamRemoteStorage.FileWriteStreamCancel(_ptr, writeHandle); } public virtual bool /*bool*/ ISteamRemoteStorage_FileExists( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FileExists(_ptr, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_FilePersisted( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.FilePersisted(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileSize( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileSize(_ptr, pchFile); } public virtual long /*int64*/ ISteamRemoteStorage_GetFileTimestamp( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetFileTimestamp(_ptr, pchFile); } public virtual RemoteStoragePlatform /*ERemoteStoragePlatform*/ ISteamRemoteStorage_GetSyncPlatforms( string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile /*C*/); + return Native.ISteamRemoteStorage.GetSyncPlatforms(_ptr, pchFile); } public virtual int /*int32*/ ISteamRemoteStorage_GetFileCount() { @@ -1415,7 +1415,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile /*C*/, pnFileSizeInBytes); + return Native.ISteamRemoteStorage.GetFileNameAndSize(_ptr, iFile, pnFileSizeInBytes); } public virtual bool /*bool*/ ISteamRemoteStorage_GetQuota( IntPtr /*int32 **/ pnTotalBytes, IntPtr /*int32 **/ puAvailableBytes ) { @@ -1439,31 +1439,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled /*C*/); + Native.ISteamRemoteStorage.SetCloudEnabledForApp(_ptr, bEnabled); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownload( ulong hContent, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownload(_ptr, hContent, unPriority); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDownloadProgress( ulong hContent, out int /*int32 **/ pnBytesDownloaded, out int /*int32 **/ pnBytesExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent /*C*/, out pnBytesDownloaded /*B*/, out pnBytesExpected /*B*/); + return Native.ISteamRemoteStorage.GetUGCDownloadProgress(_ptr, hContent, out pnBytesDownloaded, out pnBytesExpected); } public virtual bool /*bool*/ ISteamRemoteStorage_GetUGCDetails( ulong hContent, ref uint pnAppID, System.Text.StringBuilder /*char ***/ ppchName, IntPtr /*int32 **/ pnFileSizeInBytes, out ulong pSteamIDOwner ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent /*C*/, ref pnAppID /*A*/, ppchName /*C*/, pnFileSizeInBytes, out pSteamIDOwner /*B*/); + return Native.ISteamRemoteStorage.GetUGCDetails(_ptr, hContent, ref pnAppID, ppchName, pnFileSizeInBytes, out pSteamIDOwner); } public virtual int /*int32*/ ISteamRemoteStorage_UGCRead( ulong hContent, IntPtr /*void **/ pvData, int /*int32*/ cubDataToRead, uint /*uint32*/ cOffset, UGCReadAction /*EUGCReadAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent /*C*/, pvData /*C*/, cubDataToRead /*C*/, cOffset /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.UGCRead(_ptr, hContent, pvData, cubDataToRead, cOffset, eAction); } public virtual int /*int32*/ ISteamRemoteStorage_GetCachedUGCCount() { @@ -1475,157 +1475,157 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent /*C*/); + return Native.ISteamRemoteStorage.GetCachedUGCHandle(_ptr, iCachedContent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishWorkshopFile( string /*const char **/ pchFile, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags, WorkshopFileType /*EWorkshopFileType*/ eWorkshopFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags, eWorkshopFileType /*C*/); + return Native.ISteamRemoteStorage.PublishWorkshopFile(_ptr, pchFile, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags, eWorkshopFileType); } public virtual PublishedFileUpdateHandle_t /*(PublishedFileUpdateHandle_t)*/ ISteamRemoteStorage_CreatePublishedFileUpdateRequest( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.CreatePublishedFileUpdateRequest(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileFile( ulong updateHandle, string /*const char **/ pchFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle /*C*/, pchFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileFile(_ptr, updateHandle, pchFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFilePreviewFile( ulong updateHandle, string /*const char **/ pchPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle /*C*/, pchPreviewFile /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFilePreviewFile(_ptr, updateHandle, pchPreviewFile); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTitle( ulong updateHandle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle /*C*/, pchTitle /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileTitle(_ptr, updateHandle, pchTitle); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileDescription( ulong updateHandle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle /*C*/, pchDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileDescription(_ptr, updateHandle, pchDescription); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileVisibility( ulong updateHandle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle /*C*/, eVisibility /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileVisibility(_ptr, updateHandle, eVisibility); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileTags( ulong updateHandle, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamRemoteStorage.UpdatePublishedFileTags(_ptr, updateHandle, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_CommitPublishedFileUpdate( ulong updateHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle /*C*/); + return Native.ISteamRemoteStorage.CommitPublishedFileUpdate(_ptr, updateHandle); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedFileDetails( ulong unPublishedFileId, uint /*uint32*/ unMaxSecondsOld ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId /*C*/, unMaxSecondsOld /*C*/); + return Native.ISteamRemoteStorage.GetPublishedFileDetails(_ptr, unPublishedFileId, unMaxSecondsOld); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_DeletePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.DeletePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserPublishedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserPublishedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.SubscribePublishedFile(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSubscribedFiles( uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumerateUserSubscribedFiles(_ptr, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UnsubscribePublishedFile( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.UnsubscribePublishedFile(_ptr, unPublishedFileId); } public virtual bool /*bool*/ ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription( ulong updateHandle, string /*const char **/ pchChangeDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle /*C*/, pchChangeDescription /*C*/); + return Native.ISteamRemoteStorage.UpdatePublishedFileSetChangeDescription(_ptr, updateHandle, pchChangeDescription); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UpdateUserPublishedItemVote( ulong unPublishedFileId, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId /*C*/, bVoteUp /*C*/); + return Native.ISteamRemoteStorage.UpdateUserPublishedItemVote(_ptr, unPublishedFileId, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_GetUserPublishedItemVoteDetails( ulong unPublishedFileId ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId /*C*/); + return Native.ISteamRemoteStorage.GetUserPublishedItemVoteDetails(_ptr, unPublishedFileId); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumerateUserSharedWorkshopFiles( ulong steamId, uint /*uint32*/ unStartIndex, IntPtr /*struct SteamParamStringArray_t **/ pRequiredTags, IntPtr /*struct SteamParamStringArray_t **/ pExcludedTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId /*C*/, unStartIndex /*C*/, pRequiredTags, pExcludedTags); + return Native.ISteamRemoteStorage.EnumerateUserSharedWorkshopFiles(_ptr, steamId, unStartIndex, pRequiredTags, pExcludedTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_PublishVideo( WorkshopVideoProvider /*EWorkshopVideoProvider*/ eVideoProvider, string /*const char **/ pchVideoAccount, string /*const char **/ pchVideoIdentifier, string /*const char **/ pchPreviewFile, uint nConsumerAppId, string /*const char **/ pchTitle, string /*const char **/ pchDescription, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility, IntPtr /*struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider /*C*/, pchVideoAccount /*C*/, pchVideoIdentifier /*C*/, pchPreviewFile /*C*/, nConsumerAppId /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, pTags); + return Native.ISteamRemoteStorage.PublishVideo(_ptr, eVideoProvider, pchVideoAccount, pchVideoIdentifier, pchPreviewFile, nConsumerAppId, pchTitle, pchDescription, eVisibility, pTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_SetUserPublishedFileAction( ulong unPublishedFileId, WorkshopFileAction /*EWorkshopFileAction*/ eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId /*C*/, eAction /*C*/); + return Native.ISteamRemoteStorage.SetUserPublishedFileAction(_ptr, unPublishedFileId, eAction); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedFilesByUserAction( WorkshopFileAction /*EWorkshopFileAction*/ eAction, uint /*uint32*/ unStartIndex ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction /*C*/, unStartIndex /*C*/); + return Native.ISteamRemoteStorage.EnumeratePublishedFilesByUserAction(_ptr, eAction, unStartIndex); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_EnumeratePublishedWorkshopFiles( WorkshopEnumerationType /*EWorkshopEnumerationType*/ eEnumerationType, uint /*uint32*/ unStartIndex, uint /*uint32*/ unCount, uint /*uint32*/ unDays, IntPtr /*struct SteamParamStringArray_t **/ pTags, IntPtr /*struct SteamParamStringArray_t **/ pUserTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType /*C*/, unStartIndex /*C*/, unCount /*C*/, unDays /*C*/, pTags, pUserTags); + return Native.ISteamRemoteStorage.EnumeratePublishedWorkshopFiles(_ptr, eEnumerationType, unStartIndex, unCount, unDays, pTags, pUserTags); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamRemoteStorage_UGCDownloadToLocation( ulong hContent, string /*const char **/ pchLocation, uint /*uint32*/ unPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamRemoteStorage _ptr is null!" ); - return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent /*C*/, pchLocation /*C*/, unPriority /*C*/); + return Native.ISteamRemoteStorage.UGCDownloadToLocation(_ptr, hContent, pchLocation, unPriority); } public virtual bool /*bool*/ ISteamUserStats_RequestCurrentStats() @@ -1638,55 +1638,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetStat0( string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetStat0(_ptr, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetStat0(_ptr, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_SetStat( string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat(_ptr, pchName /*C*/, nData /*C*/); + return Native.ISteamUserStats.SetStat(_ptr, pchName, nData); } public virtual bool /*bool*/ ISteamUserStats_SetStat0( string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetStat0(_ptr, pchName /*C*/, fData /*C*/); + return Native.ISteamUserStats.SetStat0(_ptr, pchName, fData); } public virtual bool /*bool*/ ISteamUserStats_UpdateAvgRateStat( string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamUserStats.UpdateAvgRateStat(_ptr, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamUserStats_GetAchievement( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievement(_ptr, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetAchievement(_ptr, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_SetAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.SetAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.SetAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_ClearAchievement( string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ClearAchievement(_ptr, pchName /*C*/); + return Native.ISteamUserStats.ClearAchievement(_ptr, pchName); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAndUnlockTime( string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetAchievementAndUnlockTime(_ptr, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_StoreStats() { @@ -1698,19 +1698,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName /*C*/); + return Native.ISteamUserStats.GetAchievementIcon(_ptr, pchName); } public virtual IntPtr ISteamUserStats_GetAchievementDisplayAttribute( string /*const char **/ pchName, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName /*C*/, pchKey /*C*/); + return Native.ISteamUserStats.GetAchievementDisplayAttribute(_ptr, pchName, pchKey); } public virtual bool /*bool*/ ISteamUserStats_IndicateAchievementProgress( string /*const char **/ pchName, uint /*uint32*/ nCurProgress, uint /*uint32*/ nMaxProgress ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName /*C*/, nCurProgress /*C*/, nMaxProgress /*C*/); + return Native.ISteamUserStats.IndicateAchievementProgress(_ptr, pchName, nCurProgress, nMaxProgress); } public virtual uint /*uint32*/ ISteamUserStats_GetNumAchievements() { @@ -1722,109 +1722,109 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement /*C*/); + return Native.ISteamUserStats.GetAchievementName(_ptr, iAchievement); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamUserStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetUserAchievementAndUnlockTime( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved, out uint /*uint32 **/ punUnlockTime ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/); + return Native.ISteamUserStats.GetUserAchievementAndUnlockTime(_ptr, steamIDUser, pchName, ref pbAchieved, out punUnlockTime); } public virtual bool /*bool*/ ISteamUserStats_ResetAllStats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAchievementsToo ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo /*C*/); + return Native.ISteamUserStats.ResetAllStats(_ptr, bAchievementsToo); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindOrCreateLeaderboard( string /*const char **/ pchLeaderboardName, LeaderboardSortMethod /*ELeaderboardSortMethod*/ eLeaderboardSortMethod, LeaderboardDisplayType /*ELeaderboardDisplayType*/ eLeaderboardDisplayType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName /*C*/, eLeaderboardSortMethod /*C*/, eLeaderboardDisplayType /*C*/); + return Native.ISteamUserStats.FindOrCreateLeaderboard(_ptr, pchLeaderboardName, eLeaderboardSortMethod, eLeaderboardDisplayType); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_FindLeaderboard( string /*const char **/ pchLeaderboardName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName /*C*/); + return Native.ISteamUserStats.FindLeaderboard(_ptr, pchLeaderboardName); } public virtual IntPtr ISteamUserStats_GetLeaderboardName( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardName(_ptr, hSteamLeaderboard); } public virtual int /*int*/ ISteamUserStats_GetLeaderboardEntryCount( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardEntryCount(_ptr, hSteamLeaderboard); } public virtual LeaderboardSortMethod /*ELeaderboardSortMethod*/ ISteamUserStats_GetLeaderboardSortMethod( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardSortMethod(_ptr, hSteamLeaderboard); } public virtual LeaderboardDisplayType /*ELeaderboardDisplayType*/ ISteamUserStats_GetLeaderboardDisplayType( ulong hSteamLeaderboard ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard /*C*/); + return Native.ISteamUserStats.GetLeaderboardDisplayType(_ptr, hSteamLeaderboard); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntries( ulong hSteamLeaderboard, LeaderboardDataRequest /*ELeaderboardDataRequest*/ eLeaderboardDataRequest, int /*int*/ nRangeStart, int /*int*/ nRangeEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard /*C*/, eLeaderboardDataRequest /*C*/, nRangeStart /*C*/, nRangeEnd /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntries(_ptr, hSteamLeaderboard, eLeaderboardDataRequest, nRangeStart, nRangeEnd); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_DownloadLeaderboardEntriesForUsers( ulong hSteamLeaderboard, IntPtr /*class CSteamID **/ prgUsers, int /*int*/ cUsers ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard /*C*/, prgUsers, cUsers /*C*/); + return Native.ISteamUserStats.DownloadLeaderboardEntriesForUsers(_ptr, hSteamLeaderboard, prgUsers, cUsers); } public virtual bool /*bool*/ ISteamUserStats_GetDownloadedLeaderboardEntry( ulong hSteamLeaderboardEntries, int /*int*/ index, ref LeaderboardEntry_t /*struct LeaderboardEntry_t **/ pLeaderboardEntry, IntPtr /*int32 **/ pDetails, int /*int*/ cDetailsMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries /*C*/, index /*C*/, ref pLeaderboardEntry /*A*/, pDetails, cDetailsMax /*C*/); + return Native.ISteamUserStats.GetDownloadedLeaderboardEntry(_ptr, hSteamLeaderboardEntries, index, ref pLeaderboardEntry, pDetails, cDetailsMax); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_UploadLeaderboardScore( ulong hSteamLeaderboard, LeaderboardUploadScoreMethod /*ELeaderboardUploadScoreMethod*/ eLeaderboardUploadScoreMethod, int /*int32*/ nScore, IntPtr /*const int32 **/ pScoreDetails, int /*int*/ cScoreDetailsCount ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard /*C*/, eLeaderboardUploadScoreMethod /*C*/, nScore /*C*/, pScoreDetails, cScoreDetailsCount /*C*/); + return Native.ISteamUserStats.UploadLeaderboardScore(_ptr, hSteamLeaderboard, eLeaderboardUploadScoreMethod, nScore, pScoreDetails, cScoreDetailsCount); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_AttachLeaderboardUGC( ulong hSteamLeaderboard, ulong hUGC ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard /*C*/, hUGC /*C*/); + return Native.ISteamUserStats.AttachLeaderboardUGC(_ptr, hSteamLeaderboard, hUGC); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_GetNumberOfCurrentPlayers() { @@ -1842,49 +1842,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetMostAchievedAchievementInfo(_ptr, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual int /*int*/ ISteamUserStats_GetNextMostAchievedAchievementInfo( int /*int*/ iIteratorPrevious, System.Text.StringBuilder /*char **/ pchName, uint /*uint32*/ unNameBufLen, out float /*float **/ pflPercent, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious /*C*/, pchName /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/); + return Native.ISteamUserStats.GetNextMostAchievedAchievementInfo(_ptr, iIteratorPrevious, pchName, unNameBufLen, out pflPercent, ref pbAchieved); } public virtual bool /*bool*/ ISteamUserStats_GetAchievementAchievedPercent( string /*const char **/ pchName, out float /*float **/ pflPercent ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName /*C*/, out pflPercent /*B*/); + return Native.ISteamUserStats.GetAchievementAchievedPercent(_ptr, pchName, out pflPercent); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUserStats_RequestGlobalStats( int /*int*/ nHistoryDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays /*C*/); + return Native.ISteamUserStats.RequestGlobalStats(_ptr, nHistoryDays); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat( string /*const char **/ pchStatName, out long /*int64 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat(_ptr, pchStatName, out pData); } public virtual bool /*bool*/ ISteamUserStats_GetGlobalStat0( string /*const char **/ pchStatName, out double /*double **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName /*C*/, out pData /*B*/); + return Native.ISteamUserStats.GetGlobalStat0(_ptr, pchStatName, out pData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory( string /*const char **/ pchStatName, out long /*int64 **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory(_ptr, pchStatName, out pData, cubData); } public virtual int /*int32*/ ISteamUserStats_GetGlobalStatHistory0( string /*const char **/ pchStatName, out double /*double **/ pData, uint /*uint32*/ cubData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUserStats _ptr is null!" ); - return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName /*C*/, out pData /*B*/, cubData /*C*/); + return Native.ISteamUserStats.GetGlobalStatHistory0(_ptr, pchStatName, out pData, cubData); } public virtual bool /*bool*/ ISteamApps_BIsSubscribed() @@ -1927,19 +1927,19 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsSubscribedApp(_ptr, appID /*C*/); + return Native.ISteamApps.BIsSubscribedApp(_ptr, appID); } public virtual bool /*bool*/ ISteamApps_BIsDlcInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsDlcInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsDlcInstalled(_ptr, appID); } public virtual uint /*uint32*/ ISteamApps_GetEarliestPurchaseUnixTime( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID /*C*/); + return Native.ISteamApps.GetEarliestPurchaseUnixTime(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_BIsSubscribedFromFreeWeekend() { @@ -1957,55 +1957,55 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC /*C*/, ref pAppID /*A*/, ref pbAvailable /*A*/, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.BGetDLCDataByIndex(_ptr, iDLC, ref pAppID, ref pbAvailable, pchName, cchNameBufferSize); } public virtual void /*void*/ ISteamApps_InstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.InstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.InstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_UninstallDLC( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.UninstallDLC(_ptr, nAppID /*C*/); + Native.ISteamApps.UninstallDLC(_ptr, nAppID); } public virtual void /*void*/ ISteamApps_RequestAppProofOfPurchaseKey( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID /*C*/); + Native.ISteamApps.RequestAppProofOfPurchaseKey(_ptr, nAppID); } public virtual bool /*bool*/ ISteamApps_GetCurrentBetaName( System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName /*C*/, cchNameBufferSize /*C*/); + return Native.ISteamApps.GetCurrentBetaName(_ptr, pchName, cchNameBufferSize); } public virtual bool /*bool*/ ISteamApps_MarkContentCorrupt( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMissingFilesOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly /*C*/); + return Native.ISteamApps.MarkContentCorrupt(_ptr, bMissingFilesOnly); } public virtual uint /*uint32*/ ISteamApps_GetInstalledDepots( uint appID, IntPtr /*DepotId_t **/ pvecDepots, uint /*uint32*/ cMaxDepots ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetInstalledDepots(_ptr, appID /*C*/, pvecDepots, cMaxDepots /*C*/); + return Native.ISteamApps.GetInstalledDepots(_ptr, appID, pvecDepots, cMaxDepots); } public virtual uint /*uint32*/ ISteamApps_GetAppInstallDir( uint appID, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetAppInstallDir(_ptr, appID /*C*/, pchFolder /*C*/, cchFolderBufferSize /*C*/); + return Native.ISteamApps.GetAppInstallDir(_ptr, appID, pchFolder, cchFolderBufferSize); } public virtual bool /*bool*/ ISteamApps_BIsAppInstalled( uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.BIsAppInstalled(_ptr, appID /*C*/); + return Native.ISteamApps.BIsAppInstalled(_ptr, appID); } public virtual CSteamID /*(class CSteamID)*/ ISteamApps_GetAppOwner() { @@ -2017,13 +2017,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey /*C*/); + return Native.ISteamApps.GetLaunchQueryParam(_ptr, pchKey); } public virtual bool /*bool*/ ISteamApps_GetDlcDownloadProgress( uint nAppID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamApps _ptr is null!" ); - return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamApps.GetDlcDownloadProgress(_ptr, nAppID, out punBytesDownloaded, out punBytesTotal); } public virtual int /*int*/ ISteamApps_GetAppBuildId() { @@ -2042,146 +2042,146 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote /*C*/, pubData /*C*/, cubData /*C*/, eP2PSendType /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.SendP2PPacket(_ptr, steamIDRemote, pubData, cubData, eP2PSendType, nChannel); } public virtual bool /*bool*/ ISteamNetworking_IsP2PPacketAvailable( out uint /*uint32 **/ pcubMsgSize, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.IsP2PPacketAvailable(_ptr, out pcubMsgSize, nChannel); } public virtual bool /*bool*/ ISteamNetworking_ReadP2PPacket( IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, out ulong psteamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, out psteamIDRemote /*B*/, nChannel /*C*/); + return Native.ISteamNetworking.ReadP2PPacket(_ptr, pubDest, cubDest, out pcubMsgSize, out psteamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_AcceptP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.AcceptP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PSessionWithUser( ulong steamIDRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote /*C*/); + return Native.ISteamNetworking.CloseP2PSessionWithUser(_ptr, steamIDRemote); } public virtual bool /*bool*/ ISteamNetworking_CloseP2PChannelWithUser( ulong steamIDRemote, int /*int*/ nChannel ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote /*C*/, nChannel /*C*/); + return Native.ISteamNetworking.CloseP2PChannelWithUser(_ptr, steamIDRemote, nChannel); } public virtual bool /*bool*/ ISteamNetworking_GetP2PSessionState( ulong steamIDRemote, ref P2PSessionState_t /*struct P2PSessionState_t **/ pConnectionState ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote /*C*/, ref pConnectionState /*A*/); + return Native.ISteamNetworking.GetP2PSessionState(_ptr, steamIDRemote, ref pConnectionState); } public virtual bool /*bool*/ ISteamNetworking_AllowP2PPacketRelay( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllow ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow /*C*/); + return Native.ISteamNetworking.AllowP2PPacketRelay(_ptr, bAllow); } public virtual SNetListenSocket_t /*(SNetListenSocket_t)*/ ISteamNetworking_CreateListenSocket( int /*int*/ nVirtualP2PPort, uint /*uint32*/ nIP, ushort /*uint16*/ nPort, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort /*C*/, nIP /*C*/, nPort /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateListenSocket(_ptr, nVirtualP2PPort, nIP, nPort, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateP2PConnectionSocket( ulong steamIDTarget, int /*int*/ nVirtualPort, int /*int*/ nTimeoutSec, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowUseOfPacketRelay ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget /*C*/, nVirtualPort /*C*/, nTimeoutSec /*C*/, bAllowUseOfPacketRelay /*C*/); + return Native.ISteamNetworking.CreateP2PConnectionSocket(_ptr, steamIDTarget, nVirtualPort, nTimeoutSec, bAllowUseOfPacketRelay); } public virtual SNetSocket_t /*(SNetSocket_t)*/ ISteamNetworking_CreateConnectionSocket( uint /*uint32*/ nIP, ushort /*uint16*/ nPort, int /*int*/ nTimeoutSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP /*C*/, nPort /*C*/, nTimeoutSec /*C*/); + return Native.ISteamNetworking.CreateConnectionSocket(_ptr, nIP, nPort, nTimeoutSec); } public virtual bool /*bool*/ ISteamNetworking_DestroySocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroySocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroySocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_DestroyListenSocket( uint hSocket, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bNotifyRemoteEnd ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket /*C*/, bNotifyRemoteEnd /*C*/); + return Native.ISteamNetworking.DestroyListenSocket(_ptr, hSocket, bNotifyRemoteEnd); } public virtual bool /*bool*/ ISteamNetworking_SendDataOnSocket( uint hSocket, IntPtr /*void **/ pubData, uint /*uint32*/ cubData, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReliable ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket /*C*/, pubData /*C*/, cubData /*C*/, bReliable /*C*/); + return Native.ISteamNetworking.SendDataOnSocket(_ptr, hSocket, pubData, cubData, bReliable); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailableOnSocket( uint hSocket, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.IsDataAvailableOnSocket(_ptr, hSocket, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_RetrieveDataFromSocket( uint hSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/); + return Native.ISteamNetworking.RetrieveDataFromSocket(_ptr, hSocket, pubDest, cubDest, out pcubMsgSize); } public virtual bool /*bool*/ ISteamNetworking_IsDataAvailable( uint hListenSocket, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.IsDataAvailable(_ptr, hListenSocket, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_RetrieveData( uint hListenSocket, IntPtr /*void **/ pubDest, uint /*uint32*/ cubDest, out uint /*uint32 **/ pcubMsgSize, ref uint phSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket /*C*/, pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, ref phSocket /*A*/); + return Native.ISteamNetworking.RetrieveData(_ptr, hListenSocket, pubDest, cubDest, out pcubMsgSize, ref phSocket); } public virtual bool /*bool*/ ISteamNetworking_GetSocketInfo( uint hSocket, out ulong pSteamIDRemote, IntPtr /*int **/ peSocketStatus, out uint /*uint32 **/ punIPRemote, out ushort /*uint16 **/ punPortRemote ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket /*C*/, out pSteamIDRemote /*B*/, peSocketStatus, out punIPRemote /*B*/, out punPortRemote /*B*/); + return Native.ISteamNetworking.GetSocketInfo(_ptr, hSocket, out pSteamIDRemote, peSocketStatus, out punIPRemote, out punPortRemote); } public virtual bool /*bool*/ ISteamNetworking_GetListenSocketInfo( uint hListenSocket, out uint /*uint32 **/ pnIP, out ushort /*uint16 **/ pnPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket /*C*/, out pnIP /*B*/, out pnPort /*B*/); + return Native.ISteamNetworking.GetListenSocketInfo(_ptr, hListenSocket, out pnIP, out pnPort); } public virtual SNetSocketConnectionType /*ESNetSocketConnectionType*/ ISteamNetworking_GetSocketConnectionType( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetSocketConnectionType(_ptr, hSocket); } public virtual int /*int*/ ISteamNetworking_GetMaxPacketSize( uint hSocket ) { if ( _ptr == null ) throw new System.Exception( "ISteamNetworking _ptr is null!" ); - return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket /*C*/); + return Native.ISteamNetworking.GetMaxPacketSize(_ptr, hSocket); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_WriteScreenshot( IntPtr /*void **/ pubRGB, uint /*uint32*/ cubRGB, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB /*C*/, cubRGB /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.WriteScreenshot(_ptr, pubRGB, cubRGB, nWidth, nHeight); } public virtual ScreenshotHandle /*(ScreenshotHandle)*/ ISteamScreenshots_AddScreenshotToLibrary( string /*const char **/ pchFilename, string /*const char **/ pchThumbnailFilename, int /*int*/ nWidth, int /*int*/ nHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename /*C*/, pchThumbnailFilename /*C*/, nWidth /*C*/, nHeight /*C*/); + return Native.ISteamScreenshots.AddScreenshotToLibrary(_ptr, pchFilename, pchThumbnailFilename, nWidth, nHeight); } public virtual void /*void*/ ISteamScreenshots_TriggerScreenshot() { @@ -2193,25 +2193,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - Native.ISteamScreenshots.HookScreenshots(_ptr, bHook /*C*/); + Native.ISteamScreenshots.HookScreenshots(_ptr, bHook); } public virtual bool /*bool*/ ISteamScreenshots_SetLocation( uint hScreenshot, string /*const char **/ pchLocation ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot /*C*/, pchLocation /*C*/); + return Native.ISteamScreenshots.SetLocation(_ptr, hScreenshot, pchLocation); } public virtual bool /*bool*/ ISteamScreenshots_TagUser( uint hScreenshot, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot /*C*/, steamID /*C*/); + return Native.ISteamScreenshots.TagUser(_ptr, hScreenshot, steamID); } public virtual bool /*bool*/ ISteamScreenshots_TagPublishedFile( uint hScreenshot, ulong unPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamScreenshots _ptr is null!" ); - return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot /*C*/, unPublishedFileID /*C*/); + return Native.ISteamScreenshots.TagPublishedFile(_ptr, hScreenshot, unPublishedFileID); } public virtual bool /*bool*/ ISteamMusic_BIsEnabled() @@ -2260,7 +2260,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusic _ptr is null!" ); - Native.ISteamMusic.SetVolume(_ptr, flVolume /*C*/); + Native.ISteamMusic.SetVolume(_ptr, flVolume); } public virtual float /*float*/ ISteamMusic_GetVolume() { @@ -2273,7 +2273,7 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName /*C*/); + return Native.ISteamMusicRemote.RegisterSteamMusicRemote(_ptr, pchName); } public virtual bool /*bool*/ ISteamMusicRemote_DeregisterSteamMusicRemote() { @@ -2291,79 +2291,79 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.BActivationSuccess(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_SetDisplayName( string /*const char **/ pchDisplayName ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName /*C*/); + return Native.ISteamMusicRemote.SetDisplayName(_ptr, pchDisplayName); } public virtual bool /*bool*/ ISteamMusicRemote_SetPNGIcon_64x64( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.SetPNGIcon_64x64(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayPrevious( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayPrevious(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlayNext( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlayNext(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnableQueue( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnableQueue(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_EnablePlaylists( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.EnablePlaylists(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdatePlaybackStatus( AudioPlayback_Status /*AudioPlayback_Status*/ nStatus ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus /*C*/); + return Native.ISteamMusicRemote.UpdatePlaybackStatus(_ptr, nStatus); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateShuffled( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateShuffled(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateLooped( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue /*C*/); + return Native.ISteamMusicRemote.UpdateLooped(_ptr, bValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateVolume( float /*float*/ flValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue /*C*/); + return Native.ISteamMusicRemote.UpdateVolume(_ptr, flValue); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryWillChange() { @@ -2375,25 +2375,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable /*C*/); + return Native.ISteamMusicRemote.CurrentEntryIsAvailable(_ptr, bAvailable); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryText( string /*const char **/ pchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryText(_ptr, pchText); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds( int /*int*/ nValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryElapsedSeconds(_ptr, nValue); } public virtual bool /*bool*/ ISteamMusicRemote_UpdateCurrentEntryCoverArt( IntPtr /*void **/ pvBuffer, uint /*uint32*/ cbBufferLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer /*C*/, cbBufferLength /*C*/); + return Native.ISteamMusicRemote.UpdateCurrentEntryCoverArt(_ptr, pvBuffer, cbBufferLength); } public virtual bool /*bool*/ ISteamMusicRemote_CurrentEntryDidChange() { @@ -2417,13 +2417,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetQueueEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentQueueEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentQueueEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_QueueDidChange() { @@ -2447,13 +2447,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID /*C*/, nPosition /*C*/, pchEntryText /*C*/); + return Native.ISteamMusicRemote.SetPlaylistEntry(_ptr, nID, nPosition, pchEntryText); } public virtual bool /*bool*/ ISteamMusicRemote_SetCurrentPlaylistEntry( int /*int*/ nID ) { if ( _ptr == null ) throw new System.Exception( "ISteamMusicRemote _ptr is null!" ); - return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID /*C*/); + return Native.ISteamMusicRemote.SetCurrentPlaylistEntry(_ptr, nID); } public virtual bool /*bool*/ ISteamMusicRemote_PlaylistDidChange() { @@ -2466,182 +2466,182 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod /*C*/, pchAbsoluteURL /*C*/); + return Native.ISteamHTTP.CreateHTTPRequest(_ptr, eHTTPRequestMethod, pchAbsoluteURL); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestContextValue( uint hRequest, ulong /*uint64*/ ulContextValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest /*C*/, ulContextValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestContextValue(_ptr, hRequest, ulContextValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestNetworkActivityTimeout( uint hRequest, uint /*uint32*/ unTimeoutSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest /*C*/, unTimeoutSeconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestNetworkActivityTimeout(_ptr, hRequest, unTimeoutSeconds); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, string /*const char **/ pchHeaderValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, pchHeaderValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestHeaderValue(_ptr, hRequest, pchHeaderName, pchHeaderValue); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestGetOrPostParameter( uint hRequest, string /*const char **/ pchParamName, string /*const char **/ pchParamValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest /*C*/, pchParamName /*C*/, pchParamValue /*C*/); + return Native.ISteamHTTP.SetHTTPRequestGetOrPostParameter(_ptr, hRequest, pchParamName, pchParamValue); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequest( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequest(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_SendHTTPRequestAndStreamResponse( uint hRequest, ref ulong pCallHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest /*C*/, ref pCallHandle /*A*/); + return Native.ISteamHTTP.SendHTTPRequestAndStreamResponse(_ptr, hRequest, ref pCallHandle); } public virtual bool /*bool*/ ISteamHTTP_DeferHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.DeferHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_PrioritizeHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.PrioritizeHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderSize( uint hRequest, string /*const char **/ pchHeaderName, out uint /*uint32 **/ unResponseHeaderSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out unResponseHeaderSize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderSize(_ptr, hRequest, pchHeaderName, out unResponseHeaderSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseHeaderValue( uint hRequest, string /*const char **/ pchHeaderName, out byte /*uint8 **/ pHeaderValueBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest /*C*/, pchHeaderName /*C*/, out pHeaderValueBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseHeaderValue(_ptr, hRequest, pchHeaderName, out pHeaderValueBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodySize( uint hRequest, out uint /*uint32 **/ unBodySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest /*C*/, out unBodySize /*B*/); + return Native.ISteamHTTP.GetHTTPResponseBodySize(_ptr, hRequest, out unBodySize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPResponseBodyData( uint hRequest, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPResponseBodyData(_ptr, hRequest, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPStreamingResponseBodyData( uint hRequest, uint /*uint32*/ cOffset, out byte /*uint8 **/ pBodyDataBuffer, uint /*uint32*/ unBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest /*C*/, cOffset /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/); + return Native.ISteamHTTP.GetHTTPStreamingResponseBodyData(_ptr, hRequest, cOffset, out pBodyDataBuffer, unBufferSize); } public virtual bool /*bool*/ ISteamHTTP_ReleaseHTTPRequest( uint hRequest ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest /*C*/); + return Native.ISteamHTTP.ReleaseHTTPRequest(_ptr, hRequest); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPDownloadProgressPct( uint hRequest, out float /*float **/ pflPercentOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest /*C*/, out pflPercentOut /*B*/); + return Native.ISteamHTTP.GetHTTPDownloadProgressPct(_ptr, hRequest, out pflPercentOut); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRawPostBody( uint hRequest, string /*const char **/ pchContentType, out byte /*uint8 **/ pubBody, uint /*uint32*/ unBodyLen ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest /*C*/, pchContentType /*C*/, out pubBody /*B*/, unBodyLen /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRawPostBody(_ptr, hRequest, pchContentType, out pubBody, unBodyLen); } public virtual HTTPCookieContainerHandle /*(HTTPCookieContainerHandle)*/ ISteamHTTP_CreateCookieContainer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowResponsesToModify ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify /*C*/); + return Native.ISteamHTTP.CreateCookieContainer(_ptr, bAllowResponsesToModify); } public virtual bool /*bool*/ ISteamHTTP_ReleaseCookieContainer( uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer /*C*/); + return Native.ISteamHTTP.ReleaseCookieContainer(_ptr, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetCookie( uint hCookieContainer, string /*const char **/ pchHost, string /*const char **/ pchUrl, string /*const char **/ pchCookie ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer /*C*/, pchHost /*C*/, pchUrl /*C*/, pchCookie /*C*/); + return Native.ISteamHTTP.SetCookie(_ptr, hCookieContainer, pchHost, pchUrl, pchCookie); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestCookieContainer( uint hRequest, uint hCookieContainer ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest /*C*/, hCookieContainer /*C*/); + return Native.ISteamHTTP.SetHTTPRequestCookieContainer(_ptr, hRequest, hCookieContainer); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestUserAgentInfo( uint hRequest, string /*const char **/ pchUserAgentInfo ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest /*C*/, pchUserAgentInfo /*C*/); + return Native.ISteamHTTP.SetHTTPRequestUserAgentInfo(_ptr, hRequest, pchUserAgentInfo); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate( uint hRequest, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRequireVerifiedCertificate ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest /*C*/, bRequireVerifiedCertificate /*C*/); + return Native.ISteamHTTP.SetHTTPRequestRequiresVerifiedCertificate(_ptr, hRequest, bRequireVerifiedCertificate); } public virtual bool /*bool*/ ISteamHTTP_SetHTTPRequestAbsoluteTimeoutMS( uint hRequest, uint /*uint32*/ unMilliseconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest /*C*/, unMilliseconds /*C*/); + return Native.ISteamHTTP.SetHTTPRequestAbsoluteTimeoutMS(_ptr, hRequest, unMilliseconds); } public virtual bool /*bool*/ ISteamHTTP_GetHTTPRequestWasTimedOut( uint hRequest, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbWasTimedOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTTP _ptr is null!" ); - return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest /*C*/, ref pbWasTimedOut /*A*/); + return Native.ISteamHTTP.GetHTTPRequestWasTimedOut(_ptr, hRequest, ref pbWasTimedOut); } public virtual ClientUnifiedMessageHandle /*(ClientUnifiedMessageHandle)*/ ISteamUnifiedMessages_SendMethod( string /*const char **/ pchServiceMethod, IntPtr /*const void **/ pRequestBuffer, uint /*uint32*/ unRequestBufferSize, ulong /*uint64*/ unContext ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod /*C*/, pRequestBuffer /*C*/, unRequestBufferSize /*C*/, unContext /*C*/); + return Native.ISteamUnifiedMessages.SendMethod(_ptr, pchServiceMethod, pRequestBuffer, unRequestBufferSize, unContext); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseInfo( ulong hHandle, out uint /*uint32 **/ punResponseSize, out Result /*EResult **/ peResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle /*C*/, out punResponseSize /*B*/, out peResult /*B*/); + return Native.ISteamUnifiedMessages.GetMethodResponseInfo(_ptr, hHandle, out punResponseSize, out peResult); } public virtual bool /*bool*/ ISteamUnifiedMessages_GetMethodResponseData( ulong hHandle, IntPtr /*void **/ pResponseBuffer, uint /*uint32*/ unResponseBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAutoRelease ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle /*C*/, pResponseBuffer /*C*/, unResponseBufferSize /*C*/, bAutoRelease /*C*/); + return Native.ISteamUnifiedMessages.GetMethodResponseData(_ptr, hHandle, pResponseBuffer, unResponseBufferSize, bAutoRelease); } public virtual bool /*bool*/ ISteamUnifiedMessages_ReleaseMethod( ulong hHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle /*C*/); + return Native.ISteamUnifiedMessages.ReleaseMethod(_ptr, hHandle); } public virtual bool /*bool*/ ISteamUnifiedMessages_SendNotification( string /*const char **/ pchServiceNotification, IntPtr /*const void **/ pNotificationBuffer, uint /*uint32*/ unNotificationBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUnifiedMessages _ptr is null!" ); - return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification /*C*/, pNotificationBuffer /*C*/, unNotificationBufferSize /*C*/); + return Native.ISteamUnifiedMessages.SendNotification(_ptr, pchServiceNotification, pNotificationBuffer, unNotificationBufferSize); } public virtual bool /*bool*/ ISteamController_Init() @@ -2672,410 +2672,410 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle /*C*/); + return Native.ISteamController.ShowBindingPanel(_ptr, controllerHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetActionSetHandle( string /*const char **/ pszActionSetName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName /*C*/); + return Native.ISteamController.GetActionSetHandle(_ptr, pszActionSetName); } public virtual void /*void*/ ISteamController_ActivateActionSet( ulong controllerHandle, ulong actionSetHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.ActivateActionSet(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/); + Native.ISteamController.ActivateActionSet(_ptr, controllerHandle, actionSetHandle); } public virtual ControllerActionSetHandle_t /*(ControllerActionSetHandle_t)*/ ISteamController_GetCurrentActionSet( ulong controllerHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle /*C*/); + return Native.ISteamController.GetCurrentActionSet(_ptr, controllerHandle); } public virtual ControllerDigitalActionHandle_t /*(ControllerDigitalActionHandle_t)*/ ISteamController_GetDigitalActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetDigitalActionHandle(_ptr, pszActionName); } public virtual ControllerDigitalActionData_t /*struct ControllerDigitalActionData_t*/ ISteamController_GetDigitalActionData( ulong controllerHandle, ulong digitalActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle /*C*/, digitalActionHandle /*C*/); + return Native.ISteamController.GetDigitalActionData(_ptr, controllerHandle, digitalActionHandle); } public virtual int /*int*/ ISteamController_GetDigitalActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong digitalActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, digitalActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetDigitalActionOrigins(_ptr, controllerHandle, actionSetHandle, digitalActionHandle, out originsOut); } public virtual ControllerAnalogActionHandle_t /*(ControllerAnalogActionHandle_t)*/ ISteamController_GetAnalogActionHandle( string /*const char **/ pszActionName ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName /*C*/); + return Native.ISteamController.GetAnalogActionHandle(_ptr, pszActionName); } public virtual ControllerAnalogActionData_t /*struct ControllerAnalogActionData_t*/ ISteamController_GetAnalogActionData( ulong controllerHandle, ulong analogActionHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle /*C*/, analogActionHandle /*C*/); + return Native.ISteamController.GetAnalogActionData(_ptr, controllerHandle, analogActionHandle); } public virtual int /*int*/ ISteamController_GetAnalogActionOrigins( ulong controllerHandle, ulong actionSetHandle, ulong analogActionHandle, out ControllerActionOrigin /*EControllerActionOrigin **/ originsOut ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle /*C*/, actionSetHandle /*C*/, analogActionHandle /*C*/, out originsOut /*B*/); + return Native.ISteamController.GetAnalogActionOrigins(_ptr, controllerHandle, actionSetHandle, analogActionHandle, out originsOut); } public virtual void /*void*/ ISteamController_StopAnalogActionMomentum( ulong controllerHandle, ulong eAction ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle /*C*/, eAction /*C*/); + Native.ISteamController.StopAnalogActionMomentum(_ptr, controllerHandle, eAction); } public virtual void /*void*/ ISteamController_TriggerHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/); + Native.ISteamController.TriggerHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec); } public virtual void /*void*/ ISteamController_TriggerRepeatedHapticPulse( ulong controllerHandle, SteamControllerPad /*ESteamControllerPad*/ eTargetPad, ushort /*unsigned short*/ usDurationMicroSec, ushort /*unsigned short*/ usOffMicroSec, ushort /*unsigned short*/ unRepeat, uint /*unsigned int*/ nFlags ) { if ( _ptr == null ) throw new System.Exception( "ISteamController _ptr is null!" ); - Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/, usOffMicroSec /*C*/, unRepeat /*C*/, nFlags /*C*/); + Native.ISteamController.TriggerRepeatedHapticPulse(_ptr, controllerHandle, eTargetPad, usDurationMicroSec, usOffMicroSec, unRepeat, nFlags); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUserUGCRequest( uint unAccountID, UserUGCList /*EUserUGCList*/ eListType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingUGCType, UserUGCListSortOrder /*EUserUGCListSortOrder*/ eSortOrder, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID /*C*/, eListType /*C*/, eMatchingUGCType /*C*/, eSortOrder /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryUserUGCRequest(_ptr, unAccountID, eListType, eMatchingUGCType, eSortOrder, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryAllUGCRequest( UGCQuery /*EUGCQuery*/ eQueryType, UGCMatchingUGCType /*EUGCMatchingUGCType*/ eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint /*uint32*/ unPage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType /*C*/, eMatchingeMatchingUGCTypeFileType /*C*/, nCreatorAppID /*C*/, nConsumerAppID /*C*/, unPage /*C*/); + return Native.ISteamUGC.CreateQueryAllUGCRequest(_ptr, eQueryType, eMatchingeMatchingUGCTypeFileType, nCreatorAppID, nConsumerAppID, unPage); } public virtual UGCQueryHandle_t /*(UGCQueryHandle_t)*/ ISteamUGC_CreateQueryUGCDetailsRequest( IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ unNumPublishedFileIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID /*C*/, unNumPublishedFileIDs /*C*/); + return Native.ISteamUGC.CreateQueryUGCDetailsRequest(_ptr, pvecPublishedFileID, unNumPublishedFileIDs); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SendQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.SendQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCResult( ulong handle, uint /*uint32*/ index, ref SteamUGCDetails_t /*struct SteamUGCDetails_t **/ pDetails ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCResult(_ptr, handle /*C*/, index /*C*/, ref pDetails /*A*/); + return Native.ISteamUGC.GetQueryUGCResult(_ptr, handle, index, ref pDetails); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCPreviewURL( ulong handle, uint /*uint32*/ index, System.Text.StringBuilder /*char **/ pchURL, uint /*uint32*/ cchURLSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle /*C*/, index /*C*/, pchURL /*C*/, cchURLSize /*C*/); + return Native.ISteamUGC.GetQueryUGCPreviewURL(_ptr, handle, index, pchURL, cchURLSize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCMetadata( ulong handle, uint /*uint32*/ index, System.Text.StringBuilder /*char **/ pchMetadata, uint /*uint32*/ cchMetadatasize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle /*C*/, index /*C*/, pchMetadata /*C*/, cchMetadatasize /*C*/); + return Native.ISteamUGC.GetQueryUGCMetadata(_ptr, handle, index, pchMetadata, cchMetadatasize); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCChildren( ulong handle, uint /*uint32*/ index, IntPtr /*PublishedFileId_t **/ pvecPublishedFileID, uint /*uint32*/ cMaxEntries ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle /*C*/, index /*C*/, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetQueryUGCChildren(_ptr, handle, index, pvecPublishedFileID, cMaxEntries); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCStatistic( ulong handle, uint /*uint32*/ index, ItemStatistic /*EItemStatistic*/ eStatType, out uint /*uint32 **/ pStatValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle /*C*/, index /*C*/, eStatType /*C*/, out pStatValue /*B*/); + return Native.ISteamUGC.GetQueryUGCStatistic(_ptr, handle, index, eStatType, out pStatValue); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumAdditionalPreviews( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumAdditionalPreviews(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCAdditionalPreview( ulong handle, uint /*uint32*/ index, uint /*uint32*/ previewIndex, System.Text.StringBuilder /*char **/ pchURLOrVideoID, uint /*uint32*/ cchURLSize, System.Text.StringBuilder /*char **/ pchOriginalFileName, uint /*uint32*/ cchOriginalFileNameSize, out ItemPreviewType /*EItemPreviewType **/ pPreviewType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle /*C*/, index /*C*/, previewIndex /*C*/, pchURLOrVideoID /*C*/, cchURLSize /*C*/, pchOriginalFileName /*C*/, cchOriginalFileNameSize /*C*/, out pPreviewType /*B*/); + return Native.ISteamUGC.GetQueryUGCAdditionalPreview(_ptr, handle, index, previewIndex, pchURLOrVideoID, cchURLSize, pchOriginalFileName, cchOriginalFileNameSize, out pPreviewType); } public virtual uint /*uint32*/ ISteamUGC_GetQueryUGCNumKeyValueTags( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.GetQueryUGCNumKeyValueTags(_ptr, handle, index); } public virtual bool /*bool*/ ISteamUGC_GetQueryUGCKeyValueTag( ulong handle, uint /*uint32*/ index, uint /*uint32*/ keyValueTagIndex, System.Text.StringBuilder /*char **/ pchKey, uint /*uint32*/ cchKeySize, System.Text.StringBuilder /*char **/ pchValue, uint /*uint32*/ cchValueSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle /*C*/, index /*C*/, keyValueTagIndex /*C*/, pchKey /*C*/, cchKeySize /*C*/, pchValue /*C*/, cchValueSize /*C*/); + return Native.ISteamUGC.GetQueryUGCKeyValueTag(_ptr, handle, index, keyValueTagIndex, pchKey, cchKeySize, pchValue, cchValueSize); } public virtual bool /*bool*/ ISteamUGC_ReleaseQueryUGCRequest( ulong handle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle /*C*/); + return Native.ISteamUGC.ReleaseQueryUGCRequest(_ptr, handle); } public virtual bool /*bool*/ ISteamUGC_AddRequiredTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddRequiredTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_AddExcludedTag( ulong handle, string /*const char **/ pTagName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddExcludedTag(_ptr, handle /*C*/, pTagName /*C*/); + return Native.ISteamUGC.AddExcludedTag(_ptr, handle, pTagName); } public virtual bool /*bool*/ ISteamUGC_SetReturnKeyValueTags( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnKeyValueTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle /*C*/, bReturnKeyValueTags /*C*/); + return Native.ISteamUGC.SetReturnKeyValueTags(_ptr, handle, bReturnKeyValueTags); } public virtual bool /*bool*/ ISteamUGC_SetReturnLongDescription( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnLongDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle /*C*/, bReturnLongDescription /*C*/); + return Native.ISteamUGC.SetReturnLongDescription(_ptr, handle, bReturnLongDescription); } public virtual bool /*bool*/ ISteamUGC_SetReturnMetadata( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnMetadata ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnMetadata(_ptr, handle /*C*/, bReturnMetadata /*C*/); + return Native.ISteamUGC.SetReturnMetadata(_ptr, handle, bReturnMetadata); } public virtual bool /*bool*/ ISteamUGC_SetReturnChildren( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnChildren ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnChildren(_ptr, handle /*C*/, bReturnChildren /*C*/); + return Native.ISteamUGC.SetReturnChildren(_ptr, handle, bReturnChildren); } public virtual bool /*bool*/ ISteamUGC_SetReturnAdditionalPreviews( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnAdditionalPreviews ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle /*C*/, bReturnAdditionalPreviews /*C*/); + return Native.ISteamUGC.SetReturnAdditionalPreviews(_ptr, handle, bReturnAdditionalPreviews); } public virtual bool /*bool*/ ISteamUGC_SetReturnTotalOnly( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReturnTotalOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle /*C*/, bReturnTotalOnly /*C*/); + return Native.ISteamUGC.SetReturnTotalOnly(_ptr, handle, bReturnTotalOnly); } public virtual bool /*bool*/ ISteamUGC_SetLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetAllowCachedResponse( ulong handle, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.SetAllowCachedResponse(_ptr, handle, unMaxAgeSeconds); } public virtual bool /*bool*/ ISteamUGC_SetCloudFileNameFilter( ulong handle, string /*const char **/ pMatchCloudFileName ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle /*C*/, pMatchCloudFileName /*C*/); + return Native.ISteamUGC.SetCloudFileNameFilter(_ptr, handle, pMatchCloudFileName); } public virtual bool /*bool*/ ISteamUGC_SetMatchAnyTag( ulong handle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bMatchAnyTag ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle /*C*/, bMatchAnyTag /*C*/); + return Native.ISteamUGC.SetMatchAnyTag(_ptr, handle, bMatchAnyTag); } public virtual bool /*bool*/ ISteamUGC_SetSearchText( ulong handle, string /*const char **/ pSearchText ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetSearchText(_ptr, handle /*C*/, pSearchText /*C*/); + return Native.ISteamUGC.SetSearchText(_ptr, handle, pSearchText); } public virtual bool /*bool*/ ISteamUGC_SetRankedByTrendDays( ulong handle, uint /*uint32*/ unDays ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle /*C*/, unDays /*C*/); + return Native.ISteamUGC.SetRankedByTrendDays(_ptr, handle, unDays); } public virtual bool /*bool*/ ISteamUGC_AddRequiredKeyValueTag( ulong handle, string /*const char **/ pKey, string /*const char **/ pValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle /*C*/, pKey /*C*/, pValue /*C*/); + return Native.ISteamUGC.AddRequiredKeyValueTag(_ptr, handle, pKey, pValue); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RequestUGCDetails( ulong nPublishedFileID, uint /*uint32*/ unMaxAgeSeconds ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID /*C*/, unMaxAgeSeconds /*C*/); + return Native.ISteamUGC.RequestUGCDetails(_ptr, nPublishedFileID, unMaxAgeSeconds); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_CreateItem( uint nConsumerAppId, WorkshopFileType /*EWorkshopFileType*/ eFileType ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId /*C*/, eFileType /*C*/); + return Native.ISteamUGC.CreateItem(_ptr, nConsumerAppId, eFileType); } public virtual UGCUpdateHandle_t /*(UGCUpdateHandle_t)*/ ISteamUGC_StartItemUpdate( uint nConsumerAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.StartItemUpdate(_ptr, nConsumerAppId, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_SetItemTitle( ulong handle, string /*const char **/ pchTitle ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTitle(_ptr, handle /*C*/, pchTitle /*C*/); + return Native.ISteamUGC.SetItemTitle(_ptr, handle, pchTitle); } public virtual bool /*bool*/ ISteamUGC_SetItemDescription( ulong handle, string /*const char **/ pchDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemDescription(_ptr, handle /*C*/, pchDescription /*C*/); + return Native.ISteamUGC.SetItemDescription(_ptr, handle, pchDescription); } public virtual bool /*bool*/ ISteamUGC_SetItemUpdateLanguage( ulong handle, string /*const char **/ pchLanguage ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle /*C*/, pchLanguage /*C*/); + return Native.ISteamUGC.SetItemUpdateLanguage(_ptr, handle, pchLanguage); } public virtual bool /*bool*/ ISteamUGC_SetItemMetadata( ulong handle, string /*const char **/ pchMetaData ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemMetadata(_ptr, handle /*C*/, pchMetaData /*C*/); + return Native.ISteamUGC.SetItemMetadata(_ptr, handle, pchMetaData); } public virtual bool /*bool*/ ISteamUGC_SetItemVisibility( ulong handle, RemoteStoragePublishedFileVisibility /*ERemoteStoragePublishedFileVisibility*/ eVisibility ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemVisibility(_ptr, handle /*C*/, eVisibility /*C*/); + return Native.ISteamUGC.SetItemVisibility(_ptr, handle, eVisibility); } public virtual bool /*bool*/ ISteamUGC_SetItemTags( ulong updateHandle, IntPtr /*const struct SteamParamStringArray_t **/ pTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemTags(_ptr, updateHandle /*C*/, pTags); + return Native.ISteamUGC.SetItemTags(_ptr, updateHandle, pTags); } public virtual bool /*bool*/ ISteamUGC_SetItemContent( ulong handle, string /*const char **/ pszContentFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemContent(_ptr, handle /*C*/, pszContentFolder /*C*/); + return Native.ISteamUGC.SetItemContent(_ptr, handle, pszContentFolder); } public virtual bool /*bool*/ ISteamUGC_SetItemPreview( ulong handle, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetItemPreview(_ptr, handle /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.SetItemPreview(_ptr, handle, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_RemoveItemKeyValueTags( ulong handle, string /*const char **/ pchKey ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle /*C*/, pchKey /*C*/); + return Native.ISteamUGC.RemoveItemKeyValueTags(_ptr, handle, pchKey); } public virtual bool /*bool*/ ISteamUGC_AddItemKeyValueTag( ulong handle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle /*C*/, pchKey /*C*/, pchValue /*C*/); + return Native.ISteamUGC.AddItemKeyValueTag(_ptr, handle, pchKey, pchValue); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewFile( ulong handle, string /*const char **/ pszPreviewFile, ItemPreviewType /*EItemPreviewType*/ type ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle /*C*/, pszPreviewFile /*C*/, type /*C*/); + return Native.ISteamUGC.AddItemPreviewFile(_ptr, handle, pszPreviewFile, type); } public virtual bool /*bool*/ ISteamUGC_AddItemPreviewVideo( ulong handle, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.AddItemPreviewVideo(_ptr, handle, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewFile( ulong handle, uint /*uint32*/ index, string /*const char **/ pszPreviewFile ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle /*C*/, index /*C*/, pszPreviewFile /*C*/); + return Native.ISteamUGC.UpdateItemPreviewFile(_ptr, handle, index, pszPreviewFile); } public virtual bool /*bool*/ ISteamUGC_UpdateItemPreviewVideo( ulong handle, uint /*uint32*/ index, string /*const char **/ pszVideoID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle /*C*/, index /*C*/, pszVideoID /*C*/); + return Native.ISteamUGC.UpdateItemPreviewVideo(_ptr, handle, index, pszVideoID); } public virtual bool /*bool*/ ISteamUGC_RemoveItemPreview( ulong handle, uint /*uint32*/ index ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemPreview(_ptr, handle /*C*/, index /*C*/); + return Native.ISteamUGC.RemoveItemPreview(_ptr, handle, index); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubmitItemUpdate( ulong handle, string /*const char **/ pchChangeNote ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle /*C*/, pchChangeNote /*C*/); + return Native.ISteamUGC.SubmitItemUpdate(_ptr, handle, pchChangeNote); } public virtual ItemUpdateStatus /*EItemUpdateStatus*/ ISteamUGC_GetItemUpdateProgress( ulong handle, out ulong /*uint64 **/ punBytesProcessed, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle /*C*/, out punBytesProcessed /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemUpdateProgress(_ptr, handle, out punBytesProcessed, out punBytesTotal); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SetUserItemVote( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bVoteUp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID /*C*/, bVoteUp /*C*/); + return Native.ISteamUGC.SetUserItemVote(_ptr, nPublishedFileID, bVoteUp); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_GetUserItemVote( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetUserItemVote(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_AddItemToFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.AddItemToFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_RemoveItemFromFavorites( uint nAppId, ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId /*C*/, nPublishedFileID /*C*/); + return Native.ISteamUGC.RemoveItemFromFavorites(_ptr, nAppId, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_SubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.SubscribeItem(_ptr, nPublishedFileID); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamUGC_UnsubscribeItem( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.UnsubscribeItem(_ptr, nPublishedFileID); } public virtual uint /*uint32*/ ISteamUGC_GetNumSubscribedItems() { @@ -3087,43 +3087,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID /*C*/, cMaxEntries /*C*/); + return Native.ISteamUGC.GetSubscribedItems(_ptr, pvecPublishedFileID, cMaxEntries); } public virtual uint /*uint32*/ ISteamUGC_GetItemState( ulong nPublishedFileID ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID /*C*/); + return Native.ISteamUGC.GetItemState(_ptr, nPublishedFileID); } public virtual bool /*bool*/ ISteamUGC_GetItemInstallInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punSizeOnDisk, System.Text.StringBuilder /*char **/ pchFolder, uint /*uint32*/ cchFolderSize, out uint /*uint32 **/ punTimeStamp ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID /*C*/, out punSizeOnDisk /*B*/, pchFolder /*C*/, cchFolderSize /*C*/, out punTimeStamp /*B*/); + return Native.ISteamUGC.GetItemInstallInfo(_ptr, nPublishedFileID, out punSizeOnDisk, pchFolder, cchFolderSize, out punTimeStamp); } public virtual bool /*bool*/ ISteamUGC_GetItemDownloadInfo( ulong nPublishedFileID, out ulong /*uint64 **/ punBytesDownloaded, out ulong /*uint64 **/ punBytesTotal ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/); + return Native.ISteamUGC.GetItemDownloadInfo(_ptr, nPublishedFileID, out punBytesDownloaded, out punBytesTotal); } public virtual bool /*bool*/ ISteamUGC_DownloadItem( ulong nPublishedFileID, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHighPriority ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID /*C*/, bHighPriority /*C*/); + return Native.ISteamUGC.DownloadItem(_ptr, nPublishedFileID, bHighPriority); } public virtual bool /*bool*/ ISteamUGC_BInitWorkshopForGameServer( uint unWorkshopDepotID, string /*const char **/ pszFolder ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID /*C*/, pszFolder /*C*/); + return Native.ISteamUGC.BInitWorkshopForGameServer(_ptr, unWorkshopDepotID, pszFolder); } public virtual void /*void*/ ISteamUGC_SuspendDownloads( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSuspend ) { if ( _ptr == null ) throw new System.Exception( "ISteamUGC _ptr is null!" ); - Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend /*C*/); + Native.ISteamUGC.SuspendDownloads(_ptr, bSuspend); } public virtual uint /*uint32*/ ISteamAppList_GetNumInstalledApps() @@ -3136,25 +3136,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID /*C*/, unMaxAppIDs /*C*/); + return Native.ISteamAppList.GetInstalledApps(_ptr, pvecAppID, unMaxAppIDs); } public virtual int /*int*/ ISteamAppList_GetAppName( uint nAppID, System.Text.StringBuilder /*char **/ pchName, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppName(_ptr, nAppID /*C*/, pchName /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppName(_ptr, nAppID, pchName, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppInstallDir( uint nAppID, System.Text.StringBuilder /*char **/ pchDirectory, int /*int*/ cchNameMax ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID /*C*/, pchDirectory /*C*/, cchNameMax /*C*/); + return Native.ISteamAppList.GetAppInstallDir(_ptr, nAppID, pchDirectory, cchNameMax); } public virtual int /*int*/ ISteamAppList_GetAppBuildId( uint nAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamAppList _ptr is null!" ); - return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID /*C*/); + return Native.ISteamAppList.GetAppBuildId(_ptr, nAppID); } public virtual void /*void*/ ISteamHTMLSurface_DestructISteamHTMLSurface() @@ -3179,290 +3179,290 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent /*C*/, pchUserCSS /*C*/); + return Native.ISteamHTMLSurface.CreateBrowser(_ptr, pchUserAgent, pchUserCSS); } public virtual void /*void*/ ISteamHTMLSurface_RemoveBrowser( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.RemoveBrowser(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_LoadURL( uint unBrowserHandle, string /*const char **/ pchURL, string /*const char **/ pchPostData ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle /*C*/, pchURL /*C*/, pchPostData /*C*/); + Native.ISteamHTMLSurface.LoadURL(_ptr, unBrowserHandle, pchURL, pchPostData); } public virtual void /*void*/ ISteamHTMLSurface_SetSize( uint unBrowserHandle, uint /*uint32*/ unWidth, uint /*uint32*/ unHeight ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle /*C*/, unWidth /*C*/, unHeight /*C*/); + Native.ISteamHTMLSurface.SetSize(_ptr, unBrowserHandle, unWidth, unHeight); } public virtual void /*void*/ ISteamHTMLSurface_StopLoad( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopLoad(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Reload( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.Reload(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoBack( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoBack(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GoForward( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.GoForward(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_AddHeader( uint unBrowserHandle, string /*const char **/ pchKey, string /*const char **/ pchValue ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle /*C*/, pchKey /*C*/, pchValue /*C*/); + Native.ISteamHTMLSurface.AddHeader(_ptr, unBrowserHandle, pchKey, pchValue); } public virtual void /*void*/ ISteamHTMLSurface_ExecuteJavascript( uint unBrowserHandle, string /*const char **/ pchScript ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle /*C*/, pchScript /*C*/); + Native.ISteamHTMLSurface.ExecuteJavascript(_ptr, unBrowserHandle, pchScript); } public virtual void /*void*/ ISteamHTMLSurface_MouseUp( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseUp(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDown( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDown(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseDoubleClick( uint unBrowserHandle, HTMLMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ eMouseButton ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle /*C*/, eMouseButton /*C*/); + Native.ISteamHTMLSurface.MouseDoubleClick(_ptr, unBrowserHandle, eMouseButton); } public virtual void /*void*/ ISteamHTMLSurface_MouseMove( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.MouseMove(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_MouseWheel( uint unBrowserHandle, int /*int32*/ nDelta ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle /*C*/, nDelta /*C*/); + Native.ISteamHTMLSurface.MouseWheel(_ptr, unBrowserHandle, nDelta); } public virtual void /*void*/ ISteamHTMLSurface_KeyDown( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyDown(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyUp( uint unBrowserHandle, uint /*uint32*/ nNativeKeyCode, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyUp(_ptr, unBrowserHandle, nNativeKeyCode, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_KeyChar( uint unBrowserHandle, uint /*uint32*/ cUnicodeChar, HTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ eHTMLKeyModifiers ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle /*C*/, cUnicodeChar /*C*/, eHTMLKeyModifiers /*C*/); + Native.ISteamHTMLSurface.KeyChar(_ptr, unBrowserHandle, cUnicodeChar, eHTMLKeyModifiers); } public virtual void /*void*/ ISteamHTMLSurface_SetHorizontalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetHorizontalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetVerticalScroll( uint unBrowserHandle, uint /*uint32*/ nAbsolutePixelScroll ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle /*C*/, nAbsolutePixelScroll /*C*/); + Native.ISteamHTMLSurface.SetVerticalScroll(_ptr, unBrowserHandle, nAbsolutePixelScroll); } public virtual void /*void*/ ISteamHTMLSurface_SetKeyFocus( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHasKeyFocus ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle /*C*/, bHasKeyFocus /*C*/); + Native.ISteamHTMLSurface.SetKeyFocus(_ptr, unBrowserHandle, bHasKeyFocus); } public virtual void /*void*/ ISteamHTMLSurface_ViewSource( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.ViewSource(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_CopyToClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.CopyToClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_PasteFromClipboard( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.PasteFromClipboard(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_Find( uint unBrowserHandle, string /*const char **/ pchSearchStr, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bCurrentlyInFind, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bReverse ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle /*C*/, pchSearchStr /*C*/, bCurrentlyInFind /*C*/, bReverse /*C*/); + Native.ISteamHTMLSurface.Find(_ptr, unBrowserHandle, pchSearchStr, bCurrentlyInFind, bReverse); } public virtual void /*void*/ ISteamHTMLSurface_StopFind( uint unBrowserHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle /*C*/); + Native.ISteamHTMLSurface.StopFind(_ptr, unBrowserHandle); } public virtual void /*void*/ ISteamHTMLSurface_GetLinkAtPosition( uint unBrowserHandle, int /*int*/ x, int /*int*/ y ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle /*C*/, x /*C*/, y /*C*/); + Native.ISteamHTMLSurface.GetLinkAtPosition(_ptr, unBrowserHandle, x, y); } public virtual void /*void*/ ISteamHTMLSurface_SetCookie( string /*const char **/ pchHostname, string /*const char **/ pchKey, string /*const char **/ pchValue, string /*const char **/ pchPath, uint nExpires, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bSecure, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bHTTPOnly ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname /*C*/, pchKey /*C*/, pchValue /*C*/, pchPath /*C*/, nExpires /*C*/, bSecure /*C*/, bHTTPOnly /*C*/); + Native.ISteamHTMLSurface.SetCookie(_ptr, pchHostname, pchKey, pchValue, pchPath, nExpires, bSecure, bHTTPOnly); } public virtual void /*void*/ ISteamHTMLSurface_SetPageScaleFactor( uint unBrowserHandle, float /*float*/ flZoom, int /*int*/ nPointX, int /*int*/ nPointY ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle /*C*/, flZoom /*C*/, nPointX /*C*/, nPointY /*C*/); + Native.ISteamHTMLSurface.SetPageScaleFactor(_ptr, unBrowserHandle, flZoom, nPointX, nPointY); } public virtual void /*void*/ ISteamHTMLSurface_SetBackgroundMode( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bBackgroundMode ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle /*C*/, bBackgroundMode /*C*/); + Native.ISteamHTMLSurface.SetBackgroundMode(_ptr, unBrowserHandle, bBackgroundMode); } public virtual void /*void*/ ISteamHTMLSurface_AllowStartRequest( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bAllowed ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle /*C*/, bAllowed /*C*/); + Native.ISteamHTMLSurface.AllowStartRequest(_ptr, unBrowserHandle, bAllowed); } public virtual void /*void*/ ISteamHTMLSurface_JSDialogResponse( uint unBrowserHandle, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bResult ) { if ( _ptr == null ) throw new System.Exception( "ISteamHTMLSurface _ptr is null!" ); - Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle /*C*/, bResult /*C*/); + Native.ISteamHTMLSurface.JSDialogResponse(_ptr, unBrowserHandle, bResult); } public virtual Result /*EResult*/ ISteamInventory_GetResultStatus( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultStatus(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetResultItems( int resultHandle, IntPtr /*struct SteamItemDetails_t **/ pOutItemsArray, out uint /*uint32 **/ punOutItemsArraySize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultItems(_ptr, resultHandle /*C*/, pOutItemsArray, out punOutItemsArraySize /*B*/); + return Native.ISteamInventory.GetResultItems(_ptr, resultHandle, pOutItemsArray, out punOutItemsArraySize); } public virtual uint /*uint32*/ ISteamInventory_GetResultTimestamp( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle /*C*/); + return Native.ISteamInventory.GetResultTimestamp(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_CheckResultSteamID( int resultHandle, ulong steamIDExpected ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle /*C*/, steamIDExpected /*C*/); + return Native.ISteamInventory.CheckResultSteamID(_ptr, resultHandle, steamIDExpected); } public virtual void /*void*/ ISteamInventory_DestroyResult( int resultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - Native.ISteamInventory.DestroyResult(_ptr, resultHandle /*C*/); + Native.ISteamInventory.DestroyResult(_ptr, resultHandle); } public virtual bool /*bool*/ ISteamInventory_GetAllItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GetAllItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_GetItemsByID( ref int pResultHandle, IntPtr /*const SteamItemInstanceID_t **/ pInstanceIDs, uint /*uint32*/ unCountInstanceIDs ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle /*A*/, pInstanceIDs, unCountInstanceIDs /*C*/); + return Native.ISteamInventory.GetItemsByID(_ptr, ref pResultHandle, pInstanceIDs, unCountInstanceIDs); } public virtual bool /*bool*/ ISteamInventory_SerializeResult( int resultHandle, IntPtr /*void **/ pOutBuffer, out uint /*uint32 **/ punOutBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.SerializeResult(_ptr, resultHandle /*C*/, pOutBuffer /*C*/, out punOutBufferSize /*B*/); + return Native.ISteamInventory.SerializeResult(_ptr, resultHandle, pOutBuffer, out punOutBufferSize); } public virtual bool /*bool*/ ISteamInventory_DeserializeResult( ref int pOutResultHandle, IntPtr /*const void **/ pBuffer, uint /*uint32*/ unBufferSize, [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bRESERVED_MUST_BE_FALSE ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle /*A*/, pBuffer /*C*/, unBufferSize /*C*/, bRESERVED_MUST_BE_FALSE /*C*/); + return Native.ISteamInventory.DeserializeResult(_ptr, ref pOutResultHandle, pBuffer, unBufferSize, bRESERVED_MUST_BE_FALSE); } public virtual bool /*bool*/ ISteamInventory_GenerateItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, out uint /*const uint32 **/ punArrayQuantity, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, out punArrayQuantity /*B*/, unArrayLength /*C*/); + return Native.ISteamInventory.GenerateItems(_ptr, ref pResultHandle, pArrayItemDefs, out punArrayQuantity, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_GrantPromoItems( ref int pResultHandle ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle /*A*/); + return Native.ISteamInventory.GrantPromoItems(_ptr, ref pResultHandle); } public virtual bool /*bool*/ ISteamInventory_AddPromoItem( ref int pResultHandle, int itemDef ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle /*A*/, itemDef /*C*/); + return Native.ISteamInventory.AddPromoItem(_ptr, ref pResultHandle, itemDef); } public virtual bool /*bool*/ ISteamInventory_AddPromoItems( ref int pResultHandle, IntPtr /*const SteamItemDef_t **/ pArrayItemDefs, uint /*uint32*/ unArrayLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle /*A*/, pArrayItemDefs, unArrayLength /*C*/); + return Native.ISteamInventory.AddPromoItems(_ptr, ref pResultHandle, pArrayItemDefs, unArrayLength); } public virtual bool /*bool*/ ISteamInventory_ConsumeItem( ref int pResultHandle, ulong itemConsume, uint /*uint32*/ unQuantity ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle /*A*/, itemConsume /*C*/, unQuantity /*C*/); + return Native.ISteamInventory.ConsumeItem(_ptr, ref pResultHandle, itemConsume, unQuantity); } public virtual bool /*bool*/ ISteamInventory_ExchangeItems( ref int pResultHandle, ref int pArrayGenerate, out uint /*const uint32 **/ punArrayGenerateQuantity, uint /*uint32*/ unArrayGenerateLength, IntPtr /*const SteamItemInstanceID_t **/ pArrayDestroy, IntPtr /*const uint32 **/ punArrayDestroyQuantity, uint /*uint32*/ unArrayDestroyLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle /*A*/, ref pArrayGenerate /*A*/, out punArrayGenerateQuantity /*B*/, unArrayGenerateLength /*C*/, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength /*C*/); + return Native.ISteamInventory.ExchangeItems(_ptr, ref pResultHandle, ref pArrayGenerate, out punArrayGenerateQuantity, unArrayGenerateLength, pArrayDestroy, punArrayDestroyQuantity, unArrayDestroyLength); } public virtual bool /*bool*/ ISteamInventory_TransferItemQuantity( ref int pResultHandle, ulong itemIdSource, uint /*uint32*/ unQuantity, ulong itemIdDest ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle /*A*/, itemIdSource /*C*/, unQuantity /*C*/, itemIdDest /*C*/); + return Native.ISteamInventory.TransferItemQuantity(_ptr, ref pResultHandle, itemIdSource, unQuantity, itemIdDest); } public virtual void /*void*/ ISteamInventory_SendItemDropHeartbeat() { @@ -3474,13 +3474,13 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle /*A*/, dropListDefinition /*C*/); + return Native.ISteamInventory.TriggerItemDrop(_ptr, ref pResultHandle, dropListDefinition); } public virtual bool /*bool*/ ISteamInventory_TradeItems( ref int pResultHandle, ulong steamIDTradePartner, ref ulong pArrayGive, out uint /*const uint32 **/ pArrayGiveQuantity, uint /*uint32*/ nArrayGiveLength, ref ulong pArrayGet, out uint /*const uint32 **/ pArrayGetQuantity, uint /*uint32*/ nArrayGetLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle /*A*/, steamIDTradePartner /*C*/, ref pArrayGive /*A*/, out pArrayGiveQuantity /*B*/, nArrayGiveLength /*C*/, ref pArrayGet /*A*/, out pArrayGetQuantity /*B*/, nArrayGetLength /*C*/); + return Native.ISteamInventory.TradeItems(_ptr, ref pResultHandle, steamIDTradePartner, ref pArrayGive, out pArrayGiveQuantity, nArrayGiveLength, ref pArrayGet, out pArrayGetQuantity, nArrayGetLength); } public virtual bool /*bool*/ ISteamInventory_LoadItemDefinitions() { @@ -3492,20 +3492,20 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize /*B*/); + return Native.ISteamInventory.GetItemDefinitionIDs(_ptr, pItemDefIDs, out punItemDefIDsArraySize); } public virtual bool /*bool*/ ISteamInventory_GetItemDefinitionProperty( int iDefinition, string /*const char **/ pchPropertyName, System.Text.StringBuilder /*char **/ pchValueBuffer, out uint /*uint32 **/ punValueBufferSize ) { if ( _ptr == null ) throw new System.Exception( "ISteamInventory _ptr is null!" ); - return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition /*C*/, pchPropertyName /*C*/, pchValueBuffer /*C*/, out punValueBufferSize /*B*/); + return Native.ISteamInventory.GetItemDefinitionProperty(_ptr, iDefinition, pchPropertyName, pchValueBuffer, out punValueBufferSize); } public virtual void /*void*/ ISteamVideo_GetVideoURL( uint unVideoAppID ) { if ( _ptr == null ) throw new System.Exception( "ISteamVideo _ptr is null!" ); - Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID /*C*/); + Native.ISteamVideo.GetVideoURL(_ptr, unVideoAppID); } public virtual bool /*bool*/ ISteamVideo_IsBroadcasting( IntPtr /*int **/ pnNumViewers ) { @@ -3518,37 +3518,37 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.InitGameServer(_ptr, unIP /*C*/, usGamePort /*C*/, usQueryPort /*C*/, unFlags /*C*/, nGameAppId /*C*/, pchVersionString /*C*/); + return Native.ISteamGameServer.InitGameServer(_ptr, unIP, usGamePort, usQueryPort, unFlags, nGameAppId, pchVersionString); } public virtual void /*void*/ ISteamGameServer_SetProduct( string /*const char **/ pszProduct ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetProduct(_ptr, pszProduct /*C*/); + Native.ISteamGameServer.SetProduct(_ptr, pszProduct); } public virtual void /*void*/ ISteamGameServer_SetGameDescription( string /*const char **/ pszGameDescription ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription /*C*/); + Native.ISteamGameServer.SetGameDescription(_ptr, pszGameDescription); } public virtual void /*void*/ ISteamGameServer_SetModDir( string /*const char **/ pszModDir ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetModDir(_ptr, pszModDir /*C*/); + Native.ISteamGameServer.SetModDir(_ptr, pszModDir); } public virtual void /*void*/ ISteamGameServer_SetDedicatedServer( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bDedicated ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated /*C*/); + Native.ISteamGameServer.SetDedicatedServer(_ptr, bDedicated); } public virtual void /*void*/ ISteamGameServer_LogOn( string /*const char **/ pszToken ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.LogOn(_ptr, pszToken /*C*/); + Native.ISteamGameServer.LogOn(_ptr, pszToken); } public virtual void /*void*/ ISteamGameServer_LogOnAnonymous() { @@ -3590,43 +3590,43 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax /*C*/); + Native.ISteamGameServer.SetMaxPlayerCount(_ptr, cPlayersMax); } public virtual void /*void*/ ISteamGameServer_SetBotPlayerCount( int /*int*/ cBotplayers ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers /*C*/); + Native.ISteamGameServer.SetBotPlayerCount(_ptr, cBotplayers); } public virtual void /*void*/ ISteamGameServer_SetServerName( string /*const char **/ pszServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetServerName(_ptr, pszServerName /*C*/); + Native.ISteamGameServer.SetServerName(_ptr, pszServerName); } public virtual void /*void*/ ISteamGameServer_SetMapName( string /*const char **/ pszMapName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetMapName(_ptr, pszMapName /*C*/); + Native.ISteamGameServer.SetMapName(_ptr, pszMapName); } public virtual void /*void*/ ISteamGameServer_SetPasswordProtected( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bPasswordProtected ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected /*C*/); + Native.ISteamGameServer.SetPasswordProtected(_ptr, bPasswordProtected); } public virtual void /*void*/ ISteamGameServer_SetSpectatorPort( ushort /*uint16*/ unSpectatorPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort /*C*/); + Native.ISteamGameServer.SetSpectatorPort(_ptr, unSpectatorPort); } public virtual void /*void*/ ISteamGameServer_SetSpectatorServerName( string /*const char **/ pszSpectatorServerName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName /*C*/); + Native.ISteamGameServer.SetSpectatorServerName(_ptr, pszSpectatorServerName); } public virtual void /*void*/ ISteamGameServer_ClearAllKeyValues() { @@ -3638,31 +3638,31 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetKeyValue(_ptr, pKey /*C*/, pValue /*C*/); + Native.ISteamGameServer.SetKeyValue(_ptr, pKey, pValue); } public virtual void /*void*/ ISteamGameServer_SetGameTags( string /*const char **/ pchGameTags ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags /*C*/); + Native.ISteamGameServer.SetGameTags(_ptr, pchGameTags); } public virtual void /*void*/ ISteamGameServer_SetGameData( string /*const char **/ pchGameData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetGameData(_ptr, pchGameData /*C*/); + Native.ISteamGameServer.SetGameData(_ptr, pchGameData); } public virtual void /*void*/ ISteamGameServer_SetRegion( string /*const char **/ pszRegion ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetRegion(_ptr, pszRegion /*C*/); + Native.ISteamGameServer.SetRegion(_ptr, pszRegion); } public virtual bool /*bool*/ ISteamGameServer_SendUserConnectAndAuthenticate( uint /*uint32*/ unIPClient, IntPtr /*const void **/ pvAuthBlob, uint /*uint32*/ cubAuthBlobSize, out ulong pSteamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient /*C*/, pvAuthBlob /*C*/, cubAuthBlobSize /*C*/, out pSteamIDUser /*B*/); + return Native.ISteamGameServer.SendUserConnectAndAuthenticate(_ptr, unIPClient, pvAuthBlob, cubAuthBlobSize, out pSteamIDUser); } public virtual CSteamID /*(class CSteamID)*/ ISteamGameServer_CreateUnauthenticatedUserConnection() { @@ -3674,49 +3674,49 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser /*C*/); + Native.ISteamGameServer.SendUserDisconnect(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServer_BUpdateUserData( ulong steamIDUser, string /*const char **/ pchPlayerName, uint /*uint32*/ uScore ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser /*C*/, pchPlayerName /*C*/, uScore /*C*/); + return Native.ISteamGameServer.BUpdateUserData(_ptr, steamIDUser, pchPlayerName, uScore); } public virtual HAuthTicket /*(HAuthTicket)*/ ISteamGameServer_GetAuthSessionTicket( IntPtr /*void **/ pTicket, int /*int*/ cbMaxTicket, out uint /*uint32 **/ pcbTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/); + return Native.ISteamGameServer.GetAuthSessionTicket(_ptr, pTicket, cbMaxTicket, out pcbTicket); } public virtual BeginAuthSessionResult /*EBeginAuthSessionResult*/ ISteamGameServer_BeginAuthSession( IntPtr /*const void **/ pAuthTicket, int /*int*/ cbAuthTicket, ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID /*C*/); + return Native.ISteamGameServer.BeginAuthSession(_ptr, pAuthTicket, cbAuthTicket, steamID); } public virtual void /*void*/ ISteamGameServer_EndAuthSession( ulong steamID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EndAuthSession(_ptr, steamID /*C*/); + Native.ISteamGameServer.EndAuthSession(_ptr, steamID); } public virtual void /*void*/ ISteamGameServer_CancelAuthTicket( uint hAuthTicket ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket /*C*/); + Native.ISteamGameServer.CancelAuthTicket(_ptr, hAuthTicket); } public virtual UserHasLicenseForAppResult /*EUserHasLicenseForAppResult*/ ISteamGameServer_UserHasLicenseForApp( ulong steamID, uint appID ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID /*C*/, appID /*C*/); + return Native.ISteamGameServer.UserHasLicenseForApp(_ptr, steamID, appID); } public virtual bool /*bool*/ ISteamGameServer_RequestUserGroupStatus( ulong steamIDUser, ulong steamIDGroup ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser /*C*/, steamIDGroup /*C*/); + return Native.ISteamGameServer.RequestUserGroupStatus(_ptr, steamIDUser, steamIDGroup); } public virtual void /*void*/ ISteamGameServer_GetGameplayStats() { @@ -3740,25 +3740,25 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData /*C*/, cbData /*C*/, srcIP /*C*/, srcPort /*C*/); + return Native.ISteamGameServer.HandleIncomingPacket(_ptr, pData, cbData, srcIP, srcPort); } public virtual int /*int*/ ISteamGameServer_GetNextOutgoingPacket( IntPtr /*void **/ pOut, int /*int*/ cbMaxOut, out uint /*uint32 **/ pNetAdr, out ushort /*uint16 **/ pPort ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut /*C*/, cbMaxOut /*C*/, out pNetAdr /*B*/, out pPort /*B*/); + return Native.ISteamGameServer.GetNextOutgoingPacket(_ptr, pOut, cbMaxOut, out pNetAdr, out pPort); } public virtual void /*void*/ ISteamGameServer_EnableHeartbeats( [MarshalAs(UnmanagedType.U1)] bool /*bool*/ bActive ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive /*C*/); + Native.ISteamGameServer.EnableHeartbeats(_ptr, bActive); } public virtual void /*void*/ ISteamGameServer_SetHeartbeatInterval( int /*int*/ iHeartbeatInterval ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval /*C*/); + Native.ISteamGameServer.SetHeartbeatInterval(_ptr, iHeartbeatInterval); } public virtual void /*void*/ ISteamGameServer_ForceHeartbeat() { @@ -3770,74 +3770,74 @@ namespace SteamNative { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan /*C*/); + return Native.ISteamGameServer.AssociateWithClan(_ptr, steamIDClan); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServer_ComputeNewPlayerCompatibility( ulong steamIDNewPlayer ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServer _ptr is null!" ); - return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer /*C*/); + return Native.ISteamGameServer.ComputeNewPlayerCompatibility(_ptr, steamIDNewPlayer); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_RequestUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.RequestUserStats(_ptr, steamIDUser); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat( ulong steamIDUser, string /*const char **/ pchName, out int /*int32 **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserStat0( ulong steamIDUser, string /*const char **/ pchName, out float /*float **/ pData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, out pData /*B*/); + return Native.ISteamGameServerStats.GetUserStat0(_ptr, steamIDUser, pchName, out pData); } public virtual bool /*bool*/ ISteamGameServerStats_GetUserAchievement( ulong steamIDUser, string /*const char **/ pchName, [MarshalAs(UnmanagedType.U1)] ref bool /*bool **/ pbAchieved ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/, ref pbAchieved /*A*/); + return Native.ISteamGameServerStats.GetUserAchievement(_ptr, steamIDUser, pchName, ref pbAchieved); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat( ulong steamIDUser, string /*const char **/ pchName, int /*int32*/ nData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser /*C*/, pchName /*C*/, nData /*C*/); + return Native.ISteamGameServerStats.SetUserStat(_ptr, steamIDUser, pchName, nData); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserStat0( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ fData ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser /*C*/, pchName /*C*/, fData /*C*/); + return Native.ISteamGameServerStats.SetUserStat0(_ptr, steamIDUser, pchName, fData); } public virtual bool /*bool*/ ISteamGameServerStats_UpdateUserAvgRateStat( ulong steamIDUser, string /*const char **/ pchName, float /*float*/ flCountThisSession, double /*double*/ dSessionLength ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser /*C*/, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/); + return Native.ISteamGameServerStats.UpdateUserAvgRateStat(_ptr, steamIDUser, pchName, flCountThisSession, dSessionLength); } public virtual bool /*bool*/ ISteamGameServerStats_SetUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.SetUserAchievement(_ptr, steamIDUser, pchName); } public virtual bool /*bool*/ ISteamGameServerStats_ClearUserAchievement( ulong steamIDUser, string /*const char **/ pchName ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser /*C*/, pchName /*C*/); + return Native.ISteamGameServerStats.ClearUserAchievement(_ptr, steamIDUser, pchName); } public virtual SteamAPICall_t /*(SteamAPICall_t)*/ ISteamGameServerStats_StoreUserStats( ulong steamIDUser ) { if ( _ptr == null ) throw new System.Exception( "ISteamGameServerStats _ptr is null!" ); - return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser /*C*/); + return Native.ISteamGameServerStats.StoreUserStats(_ptr, steamIDUser); } public virtual void /*void*/ SteamApi_SteamAPI_Init() @@ -3854,15 +3854,15 @@ namespace SteamNative } public virtual void /*void*/ SteamApi_SteamAPI_RegisterCallback( IntPtr /*void **/ pCallback, int /*int*/ callback ) { - Native.SteamApi.SteamAPI_RegisterCallback(pCallback /*C*/, callback /*C*/); + Native.SteamApi.SteamAPI_RegisterCallback(pCallback, callback); } public virtual void /*void*/ SteamApi_SteamAPI_UnregisterCallback( IntPtr /*void **/ pCallback ) { - Native.SteamApi.SteamAPI_UnregisterCallback(pCallback /*C*/); + Native.SteamApi.SteamAPI_UnregisterCallback(pCallback); } public virtual bool /*bool*/ SteamApi_SteamInternal_GameServer_Init( uint /*uint32*/ unIP, ushort /*uint16*/ usPort, ushort /*uint16*/ usGamePort, ushort /*uint16*/ usQueryPort, int /*int*/ eServerMode, string /*const char **/ pchVersionString ) { - return Native.SteamApi.SteamInternal_GameServer_Init(unIP /*C*/, usPort /*C*/, usGamePort /*C*/, usQueryPort /*C*/, eServerMode /*C*/, pchVersionString /*C*/); + return Native.SteamApi.SteamInternal_GameServer_Init(unIP, usPort, usGamePort, usQueryPort, eServerMode, pchVersionString); } public virtual void /*void*/ SteamApi_SteamAPI_Shutdown() { @@ -3886,7 +3886,7 @@ namespace SteamNative } public virtual IntPtr /*void **/ SteamApi_SteamInternal_CreateInterface( string /*const char **/ version ) { - return Native.SteamApi.SteamInternal_CreateInterface(version /*C*/); + return Native.SteamApi.SteamInternal_CreateInterface(version); } internal static unsafe class Native diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamApi.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamApi.cs index 0ae82dd..229aa66 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamApi.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamApi.cs @@ -60,7 +60,7 @@ namespace SteamNative // void public void SteamAPI_RegisterCallback( IntPtr pCallback /*void **/, int callback /*int*/ ) { - _pi.SteamApi_SteamAPI_RegisterCallback( (IntPtr) pCallback /*C*/, callback /*C*/ ); + _pi.SteamApi_SteamAPI_RegisterCallback( (IntPtr) pCallback, callback ); } // void @@ -78,7 +78,7 @@ namespace SteamNative // void public void SteamAPI_UnregisterCallback( IntPtr pCallback /*void **/ ) { - _pi.SteamApi_SteamAPI_UnregisterCallback( (IntPtr) pCallback /*C*/ ); + _pi.SteamApi_SteamAPI_UnregisterCallback( (IntPtr) pCallback ); } // HSteamPipe @@ -102,13 +102,13 @@ namespace SteamNative // IntPtr public IntPtr SteamInternal_CreateInterface( string version /*const char **/ ) { - return _pi.SteamApi_SteamInternal_CreateInterface( version /*C*/ ); + return _pi.SteamApi_SteamInternal_CreateInterface( version ); } // bool public bool SteamInternal_GameServer_Init( uint unIP /*uint32*/, ushort usPort /*uint16*/, ushort usGamePort /*uint16*/, ushort usQueryPort /*uint16*/, int eServerMode /*int*/, string pchVersionString /*const char **/ ) { - return _pi.SteamApi_SteamInternal_GameServer_Init( unIP /*C*/, usPort /*C*/, usGamePort /*C*/, usQueryPort /*C*/, eServerMode /*C*/, pchVersionString /*C*/ ); + return _pi.SteamApi_SteamInternal_GameServer_Init( unIP, usPort, usGamePort, usQueryPort, eServerMode, pchVersionString ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamAppList.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamAppList.cs index 8c578b1..974549b 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamAppList.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamAppList.cs @@ -42,7 +42,7 @@ namespace SteamNative // int public int GetAppBuildId( AppId_t nAppID /*AppId_t*/ ) { - return _pi.ISteamAppList_GetAppBuildId( nAppID.Value /*C*/ ); + return _pi.ISteamAppList_GetAppBuildId( nAppID.Value ); } // int @@ -52,7 +52,7 @@ namespace SteamNative int bSuccess = default( int ); System.Text.StringBuilder pchDirectory_sb = new System.Text.StringBuilder( 4096 ); int cchNameMax = 4096; - bSuccess = _pi.ISteamAppList_GetAppInstallDir( nAppID.Value /*C*/, pchDirectory_sb /*C*/, cchNameMax /*C*/ ); + bSuccess = _pi.ISteamAppList_GetAppInstallDir( nAppID.Value, pchDirectory_sb, cchNameMax ); if ( bSuccess <= 0 ) return null; return pchDirectory_sb.ToString(); } @@ -64,7 +64,7 @@ namespace SteamNative int bSuccess = default( int ); System.Text.StringBuilder pchName_sb = new System.Text.StringBuilder( 4096 ); int cchNameMax = 4096; - bSuccess = _pi.ISteamAppList_GetAppName( nAppID.Value /*C*/, pchName_sb /*C*/, cchNameMax /*C*/ ); + bSuccess = _pi.ISteamAppList_GetAppName( nAppID.Value, pchName_sb, cchNameMax ); if ( bSuccess <= 0 ) return null; return pchName_sb.ToString(); } @@ -76,7 +76,7 @@ namespace SteamNative var unMaxAppIDs = (uint) pvecAppID.Length; fixed ( AppId_t* pvecAppID_ptr = pvecAppID ) { - return _pi.ISteamAppList_GetInstalledApps( (IntPtr) pvecAppID_ptr /*C*/, unMaxAppIDs /*C*/ ); + return _pi.ISteamAppList_GetInstalledApps( (IntPtr) pvecAppID_ptr, unMaxAppIDs ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamApps.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamApps.cs index 1ede9db..96e0681 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamApps.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamApps.cs @@ -47,7 +47,7 @@ namespace SteamNative pchName = string.Empty; System.Text.StringBuilder pchName_sb = new System.Text.StringBuilder( 4096 ); int cchNameBufferSize = 4096; - bSuccess = _pi.ISteamApps_BGetDLCDataByIndex( iDLC /*C*/, ref pAppID.Value /*A*/, ref pbAvailable /*A*/, pchName_sb /*C*/, cchNameBufferSize /*C*/ ); + bSuccess = _pi.ISteamApps_BGetDLCDataByIndex( iDLC, ref pAppID.Value, ref pbAvailable, pchName_sb, cchNameBufferSize ); if ( !bSuccess ) return bSuccess; pchName = pchName_sb.ToString(); return bSuccess; @@ -56,7 +56,7 @@ namespace SteamNative // bool public bool BIsAppInstalled( AppId_t appID /*AppId_t*/ ) { - return _pi.ISteamApps_BIsAppInstalled( appID.Value /*C*/ ); + return _pi.ISteamApps_BIsAppInstalled( appID.Value ); } // bool @@ -68,7 +68,7 @@ namespace SteamNative // bool public bool BIsDlcInstalled( AppId_t appID /*AppId_t*/ ) { - return _pi.ISteamApps_BIsDlcInstalled( appID.Value /*C*/ ); + return _pi.ISteamApps_BIsDlcInstalled( appID.Value ); } // bool @@ -86,7 +86,7 @@ namespace SteamNative // bool public bool BIsSubscribedApp( AppId_t appID /*AppId_t*/ ) { - return _pi.ISteamApps_BIsSubscribedApp( appID.Value /*C*/ ); + return _pi.ISteamApps_BIsSubscribedApp( appID.Value ); } // bool @@ -114,7 +114,7 @@ namespace SteamNative uint bSuccess = default( uint ); System.Text.StringBuilder pchFolder_sb = new System.Text.StringBuilder( 4096 ); uint cchFolderBufferSize = 4096; - bSuccess = _pi.ISteamApps_GetAppInstallDir( appID.Value /*C*/, pchFolder_sb /*C*/, cchFolderBufferSize /*C*/ ); + bSuccess = _pi.ISteamApps_GetAppInstallDir( appID.Value, pchFolder_sb, cchFolderBufferSize ); if ( bSuccess <= 0 ) return null; return pchFolder_sb.ToString(); } @@ -141,7 +141,7 @@ namespace SteamNative bool bSuccess = default( bool ); System.Text.StringBuilder pchName_sb = new System.Text.StringBuilder( 4096 ); int cchNameBufferSize = 4096; - bSuccess = _pi.ISteamApps_GetCurrentBetaName( pchName_sb /*C*/, cchNameBufferSize /*C*/ ); + bSuccess = _pi.ISteamApps_GetCurrentBetaName( pchName_sb, cchNameBufferSize ); if ( !bSuccess ) return null; return pchName_sb.ToString(); } @@ -164,19 +164,19 @@ namespace SteamNative // bool public bool GetDlcDownloadProgress( AppId_t nAppID /*AppId_t*/, out ulong punBytesDownloaded /*uint64 **/, out ulong punBytesTotal /*uint64 **/ ) { - return _pi.ISteamApps_GetDlcDownloadProgress( nAppID.Value /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/ ); + return _pi.ISteamApps_GetDlcDownloadProgress( nAppID.Value, out punBytesDownloaded, out punBytesTotal ); } // uint public uint GetEarliestPurchaseUnixTime( AppId_t nAppID /*AppId_t*/ ) { - return _pi.ISteamApps_GetEarliestPurchaseUnixTime( nAppID.Value /*C*/ ); + return _pi.ISteamApps_GetEarliestPurchaseUnixTime( nAppID.Value ); } // uint public uint GetInstalledDepots( AppId_t appID /*AppId_t*/, IntPtr pvecDepots /*DepotId_t **/, uint cMaxDepots /*uint32*/ ) { - return _pi.ISteamApps_GetInstalledDepots( appID.Value /*C*/, (IntPtr) pvecDepots, cMaxDepots /*C*/ ); + return _pi.ISteamApps_GetInstalledDepots( appID.Value, (IntPtr) pvecDepots, cMaxDepots ); } // string @@ -184,20 +184,20 @@ namespace SteamNative public string GetLaunchQueryParam( string pchKey /*const char **/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamApps_GetLaunchQueryParam( pchKey /*C*/ ); + string_pointer = _pi.ISteamApps_GetLaunchQueryParam( pchKey ); return Marshal.PtrToStringAnsi( string_pointer ); } // void public void InstallDLC( AppId_t nAppID /*AppId_t*/ ) { - _pi.ISteamApps_InstallDLC( nAppID.Value /*C*/ ); + _pi.ISteamApps_InstallDLC( nAppID.Value ); } // bool public bool MarkContentCorrupt( bool bMissingFilesOnly /*bool*/ ) { - return _pi.ISteamApps_MarkContentCorrupt( bMissingFilesOnly /*C*/ ); + return _pi.ISteamApps_MarkContentCorrupt( bMissingFilesOnly ); } // void @@ -209,13 +209,13 @@ namespace SteamNative // void public void RequestAppProofOfPurchaseKey( AppId_t nAppID /*AppId_t*/ ) { - _pi.ISteamApps_RequestAppProofOfPurchaseKey( nAppID.Value /*C*/ ); + _pi.ISteamApps_RequestAppProofOfPurchaseKey( nAppID.Value ); } // void public void UninstallDLC( AppId_t nAppID /*AppId_t*/ ) { - _pi.ISteamApps_UninstallDLC( nAppID.Value /*C*/ ); + _pi.ISteamApps_UninstallDLC( nAppID.Value ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamClient.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamClient.cs index 0e5b637..ac685a1 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamClient.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamClient.cs @@ -42,7 +42,7 @@ namespace SteamNative // bool public bool BReleaseSteamPipe( HSteamPipe hSteamPipe /*HSteamPipe*/ ) { - return _pi.ISteamClient_BReleaseSteamPipe( hSteamPipe.Value /*C*/ ); + return _pi.ISteamClient_BReleaseSteamPipe( hSteamPipe.Value ); } // bool @@ -54,13 +54,13 @@ namespace SteamNative // HSteamUser public HSteamUser ConnectToGlobalUser( HSteamPipe hSteamPipe /*HSteamPipe*/ ) { - return _pi.ISteamClient_ConnectToGlobalUser( hSteamPipe.Value /*C*/ ); + return _pi.ISteamClient_ConnectToGlobalUser( hSteamPipe.Value ); } // HSteamUser public HSteamUser CreateLocalUser( out HSteamPipe phSteamPipe /*HSteamPipe **/, AccountType eAccountType /*EAccountType*/ ) { - return _pi.ISteamClient_CreateLocalUser( out phSteamPipe.Value /*B*/, eAccountType /*C*/ ); + return _pi.ISteamClient_CreateLocalUser( out phSteamPipe.Value, eAccountType ); } // HSteamPipe @@ -79,7 +79,7 @@ namespace SteamNative public SteamAppList GetISteamAppList( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamAppList( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamAppList( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamAppList( interface_pointer ); } @@ -87,7 +87,7 @@ namespace SteamNative public SteamApps GetISteamApps( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamApps( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamApps( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamApps( interface_pointer ); } @@ -95,7 +95,7 @@ namespace SteamNative public SteamController GetISteamController( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamController( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamController( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamController( interface_pointer ); } @@ -103,7 +103,7 @@ namespace SteamNative public SteamFriends GetISteamFriends( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamFriends( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamFriends( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamFriends( interface_pointer ); } @@ -111,7 +111,7 @@ namespace SteamNative public SteamGameServer GetISteamGameServer( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamGameServer( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamGameServer( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamGameServer( interface_pointer ); } @@ -119,21 +119,21 @@ namespace SteamNative public SteamGameServerStats GetISteamGameServerStats( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamGameServerStats( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamGameServerStats( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamGameServerStats( interface_pointer ); } // IntPtr public IntPtr GetISteamGenericInterface( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { - return _pi.ISteamClient_GetISteamGenericInterface( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + return _pi.ISteamClient_GetISteamGenericInterface( hSteamUser.Value, hSteamPipe.Value, pchVersion ); } // ISteamHTMLSurface * public SteamHTMLSurface GetISteamHTMLSurface( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamHTMLSurface( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamHTMLSurface( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamHTMLSurface( interface_pointer ); } @@ -141,7 +141,7 @@ namespace SteamNative public SteamHTTP GetISteamHTTP( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamHTTP( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamHTTP( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamHTTP( interface_pointer ); } @@ -149,7 +149,7 @@ namespace SteamNative public SteamInventory GetISteamInventory( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamInventory( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamInventory( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamInventory( interface_pointer ); } @@ -157,7 +157,7 @@ namespace SteamNative public SteamMatchmaking GetISteamMatchmaking( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamMatchmaking( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamMatchmaking( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamMatchmaking( interface_pointer ); } @@ -165,7 +165,7 @@ namespace SteamNative public SteamMatchmakingServers GetISteamMatchmakingServers( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamMatchmakingServers( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamMatchmakingServers( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamMatchmakingServers( interface_pointer ); } @@ -173,7 +173,7 @@ namespace SteamNative public SteamMusic GetISteamMusic( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamMusic( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamMusic( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamMusic( interface_pointer ); } @@ -181,7 +181,7 @@ namespace SteamNative public SteamMusicRemote GetISteamMusicRemote( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamMusicRemote( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamMusicRemote( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamMusicRemote( interface_pointer ); } @@ -189,7 +189,7 @@ namespace SteamNative public SteamNetworking GetISteamNetworking( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamNetworking( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamNetworking( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamNetworking( interface_pointer ); } @@ -197,7 +197,7 @@ namespace SteamNative public SteamRemoteStorage GetISteamRemoteStorage( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamRemoteStorage( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamRemoteStorage( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamRemoteStorage( interface_pointer ); } @@ -205,7 +205,7 @@ namespace SteamNative public SteamScreenshots GetISteamScreenshots( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamScreenshots( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamScreenshots( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamScreenshots( interface_pointer ); } @@ -213,7 +213,7 @@ namespace SteamNative public SteamUGC GetISteamUGC( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamUGC( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamUGC( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamUGC( interface_pointer ); } @@ -221,7 +221,7 @@ namespace SteamNative public SteamUnifiedMessages GetISteamUnifiedMessages( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamUnifiedMessages( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamUnifiedMessages( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamUnifiedMessages( interface_pointer ); } @@ -229,7 +229,7 @@ namespace SteamNative public SteamUser GetISteamUser( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamUser( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamUser( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamUser( interface_pointer ); } @@ -237,7 +237,7 @@ namespace SteamNative public SteamUserStats GetISteamUserStats( HSteamUser hSteamUser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamUserStats( hSteamUser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamUserStats( hSteamUser.Value, hSteamPipe.Value, pchVersion ); return new SteamUserStats( interface_pointer ); } @@ -245,7 +245,7 @@ namespace SteamNative public SteamUtils GetISteamUtils( HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamUtils( hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamUtils( hSteamPipe.Value, pchVersion ); return new SteamUtils( interface_pointer ); } @@ -253,26 +253,26 @@ namespace SteamNative public SteamVideo GetISteamVideo( HSteamUser hSteamuser /*HSteamUser*/, HSteamPipe hSteamPipe /*HSteamPipe*/, string pchVersion /*const char **/ ) { IntPtr interface_pointer; - interface_pointer = _pi.ISteamClient_GetISteamVideo( hSteamuser.Value /*C*/, hSteamPipe.Value /*C*/, pchVersion /*C*/ ); + interface_pointer = _pi.ISteamClient_GetISteamVideo( hSteamuser.Value, hSteamPipe.Value, pchVersion ); return new SteamVideo( interface_pointer ); } // void public void ReleaseUser( HSteamPipe hSteamPipe /*HSteamPipe*/, HSteamUser hUser /*HSteamUser*/ ) { - _pi.ISteamClient_ReleaseUser( hSteamPipe.Value /*C*/, hUser.Value /*C*/ ); + _pi.ISteamClient_ReleaseUser( hSteamPipe.Value, hUser.Value ); } // void public void SetLocalIPBinding( uint unIP /*uint32*/, ushort usPort /*uint16*/ ) { - _pi.ISteamClient_SetLocalIPBinding( unIP /*C*/, usPort /*C*/ ); + _pi.ISteamClient_SetLocalIPBinding( unIP, usPort ); } // void public void SetWarningMessageHook( IntPtr pFunction /*SteamAPIWarningMessageHook_t*/ ) { - _pi.ISteamClient_SetWarningMessageHook( (IntPtr) pFunction /*C*/ ); + _pi.ISteamClient_SetWarningMessageHook( (IntPtr) pFunction ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamController.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamController.cs index 87cc42e..ae6345f 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamController.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamController.cs @@ -42,61 +42,61 @@ namespace SteamNative // void public void ActivateActionSet( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, ControllerActionSetHandle_t actionSetHandle /*ControllerActionSetHandle_t*/ ) { - _pi.ISteamController_ActivateActionSet( controllerHandle.Value /*C*/, actionSetHandle.Value /*C*/ ); + _pi.ISteamController_ActivateActionSet( controllerHandle.Value, actionSetHandle.Value ); } // ControllerActionSetHandle_t public ControllerActionSetHandle_t GetActionSetHandle( string pszActionSetName /*const char **/ ) { - return _pi.ISteamController_GetActionSetHandle( pszActionSetName /*C*/ ); + return _pi.ISteamController_GetActionSetHandle( pszActionSetName ); } // ControllerAnalogActionData_t public ControllerAnalogActionData_t GetAnalogActionData( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, ControllerAnalogActionHandle_t analogActionHandle /*ControllerAnalogActionHandle_t*/ ) { - return _pi.ISteamController_GetAnalogActionData( controllerHandle.Value /*C*/, analogActionHandle.Value /*C*/ ); + return _pi.ISteamController_GetAnalogActionData( controllerHandle.Value, analogActionHandle.Value ); } // ControllerAnalogActionHandle_t public ControllerAnalogActionHandle_t GetAnalogActionHandle( string pszActionName /*const char **/ ) { - return _pi.ISteamController_GetAnalogActionHandle( pszActionName /*C*/ ); + return _pi.ISteamController_GetAnalogActionHandle( pszActionName ); } // int public int GetAnalogActionOrigins( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, ControllerActionSetHandle_t actionSetHandle /*ControllerActionSetHandle_t*/, ControllerAnalogActionHandle_t analogActionHandle /*ControllerAnalogActionHandle_t*/, out ControllerActionOrigin originsOut /*EControllerActionOrigin **/ ) { - return _pi.ISteamController_GetAnalogActionOrigins( controllerHandle.Value /*C*/, actionSetHandle.Value /*C*/, analogActionHandle.Value /*C*/, out originsOut /*B*/ ); + return _pi.ISteamController_GetAnalogActionOrigins( controllerHandle.Value, actionSetHandle.Value, analogActionHandle.Value, out originsOut ); } // int public int GetConnectedControllers( IntPtr handlesOut /*ControllerHandle_t **/ ) { - return _pi.ISteamController_GetConnectedControllers( (IntPtr) handlesOut /*C*/ ); + return _pi.ISteamController_GetConnectedControllers( (IntPtr) handlesOut ); } // ControllerActionSetHandle_t public ControllerActionSetHandle_t GetCurrentActionSet( ControllerHandle_t controllerHandle /*ControllerHandle_t*/ ) { - return _pi.ISteamController_GetCurrentActionSet( controllerHandle.Value /*C*/ ); + return _pi.ISteamController_GetCurrentActionSet( controllerHandle.Value ); } // ControllerDigitalActionData_t public ControllerDigitalActionData_t GetDigitalActionData( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, ControllerDigitalActionHandle_t digitalActionHandle /*ControllerDigitalActionHandle_t*/ ) { - return _pi.ISteamController_GetDigitalActionData( controllerHandle.Value /*C*/, digitalActionHandle.Value /*C*/ ); + return _pi.ISteamController_GetDigitalActionData( controllerHandle.Value, digitalActionHandle.Value ); } // ControllerDigitalActionHandle_t public ControllerDigitalActionHandle_t GetDigitalActionHandle( string pszActionName /*const char **/ ) { - return _pi.ISteamController_GetDigitalActionHandle( pszActionName /*C*/ ); + return _pi.ISteamController_GetDigitalActionHandle( pszActionName ); } // int public int GetDigitalActionOrigins( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, ControllerActionSetHandle_t actionSetHandle /*ControllerActionSetHandle_t*/, ControllerDigitalActionHandle_t digitalActionHandle /*ControllerDigitalActionHandle_t*/, out ControllerActionOrigin originsOut /*EControllerActionOrigin **/ ) { - return _pi.ISteamController_GetDigitalActionOrigins( controllerHandle.Value /*C*/, actionSetHandle.Value /*C*/, digitalActionHandle.Value /*C*/, out originsOut /*B*/ ); + return _pi.ISteamController_GetDigitalActionOrigins( controllerHandle.Value, actionSetHandle.Value, digitalActionHandle.Value, out originsOut ); } // bool @@ -114,7 +114,7 @@ namespace SteamNative // bool public bool ShowBindingPanel( ControllerHandle_t controllerHandle /*ControllerHandle_t*/ ) { - return _pi.ISteamController_ShowBindingPanel( controllerHandle.Value /*C*/ ); + return _pi.ISteamController_ShowBindingPanel( controllerHandle.Value ); } // bool @@ -126,19 +126,19 @@ namespace SteamNative // void public void StopAnalogActionMomentum( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, ControllerAnalogActionHandle_t eAction /*ControllerAnalogActionHandle_t*/ ) { - _pi.ISteamController_StopAnalogActionMomentum( controllerHandle.Value /*C*/, eAction.Value /*C*/ ); + _pi.ISteamController_StopAnalogActionMomentum( controllerHandle.Value, eAction.Value ); } // void public void TriggerHapticPulse( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, SteamControllerPad eTargetPad /*ESteamControllerPad*/, ushort usDurationMicroSec /*unsigned short*/ ) { - _pi.ISteamController_TriggerHapticPulse( controllerHandle.Value /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/ ); + _pi.ISteamController_TriggerHapticPulse( controllerHandle.Value, eTargetPad, usDurationMicroSec ); } // void public void TriggerRepeatedHapticPulse( ControllerHandle_t controllerHandle /*ControllerHandle_t*/, SteamControllerPad eTargetPad /*ESteamControllerPad*/, ushort usDurationMicroSec /*unsigned short*/, ushort usOffMicroSec /*unsigned short*/, ushort unRepeat /*unsigned short*/, uint nFlags /*unsigned int*/ ) { - _pi.ISteamController_TriggerRepeatedHapticPulse( controllerHandle.Value /*C*/, eTargetPad /*C*/, usDurationMicroSec /*C*/, usOffMicroSec /*C*/, unRepeat /*C*/, nFlags /*C*/ ); + _pi.ISteamController_TriggerRepeatedHapticPulse( controllerHandle.Value, eTargetPad, usDurationMicroSec, usOffMicroSec, unRepeat, nFlags ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamFriends.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamFriends.cs index 0d460fc..05e8fe3 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamFriends.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamFriends.cs @@ -42,31 +42,31 @@ namespace SteamNative // void public void ActivateGameOverlay( string pchDialog /*const char **/ ) { - _pi.ISteamFriends_ActivateGameOverlay( pchDialog /*C*/ ); + _pi.ISteamFriends_ActivateGameOverlay( pchDialog ); } // void public void ActivateGameOverlayInviteDialog( CSteamID steamIDLobby /*class CSteamID*/ ) { - _pi.ISteamFriends_ActivateGameOverlayInviteDialog( steamIDLobby.Value /*C*/ ); + _pi.ISteamFriends_ActivateGameOverlayInviteDialog( steamIDLobby.Value ); } // void public void ActivateGameOverlayToStore( AppId_t nAppID /*AppId_t*/, OverlayToStoreFlag eFlag /*EOverlayToStoreFlag*/ ) { - _pi.ISteamFriends_ActivateGameOverlayToStore( nAppID.Value /*C*/, eFlag /*C*/ ); + _pi.ISteamFriends_ActivateGameOverlayToStore( nAppID.Value, eFlag ); } // void public void ActivateGameOverlayToUser( string pchDialog /*const char **/, CSteamID steamID /*class CSteamID*/ ) { - _pi.ISteamFriends_ActivateGameOverlayToUser( pchDialog /*C*/, steamID.Value /*C*/ ); + _pi.ISteamFriends_ActivateGameOverlayToUser( pchDialog, steamID.Value ); } // void public void ActivateGameOverlayToWebPage( string pchURL /*const char **/ ) { - _pi.ISteamFriends_ActivateGameOverlayToWebPage( pchURL /*C*/ ); + _pi.ISteamFriends_ActivateGameOverlayToWebPage( pchURL ); } // void @@ -78,49 +78,49 @@ namespace SteamNative // bool public bool CloseClanChatWindowInSteam( CSteamID steamIDClanChat /*class CSteamID*/ ) { - return _pi.ISteamFriends_CloseClanChatWindowInSteam( steamIDClanChat.Value /*C*/ ); + return _pi.ISteamFriends_CloseClanChatWindowInSteam( steamIDClanChat.Value ); } // SteamAPICall_t public SteamAPICall_t DownloadClanActivityCounts( IntPtr psteamIDClans /*class CSteamID **/, int cClansToRequest /*int*/ ) { - return _pi.ISteamFriends_DownloadClanActivityCounts( (IntPtr) psteamIDClans, cClansToRequest /*C*/ ); + return _pi.ISteamFriends_DownloadClanActivityCounts( (IntPtr) psteamIDClans, cClansToRequest ); } // SteamAPICall_t public SteamAPICall_t EnumerateFollowingList( uint unStartIndex /*uint32*/ ) { - return _pi.ISteamFriends_EnumerateFollowingList( unStartIndex /*C*/ ); + return _pi.ISteamFriends_EnumerateFollowingList( unStartIndex ); } // ulong public ulong GetChatMemberByIndex( CSteamID steamIDClan /*class CSteamID*/, int iUser /*int*/ ) { - return _pi.ISteamFriends_GetChatMemberByIndex( steamIDClan.Value /*C*/, iUser /*C*/ ); + return _pi.ISteamFriends_GetChatMemberByIndex( steamIDClan.Value, iUser ); } // bool public bool GetClanActivityCounts( CSteamID steamIDClan /*class CSteamID*/, out int pnOnline /*int **/, out int pnInGame /*int **/, out int pnChatting /*int **/ ) { - return _pi.ISteamFriends_GetClanActivityCounts( steamIDClan.Value /*C*/, out pnOnline /*B*/, out pnInGame /*B*/, out pnChatting /*B*/ ); + return _pi.ISteamFriends_GetClanActivityCounts( steamIDClan.Value, out pnOnline, out pnInGame, out pnChatting ); } // ulong public ulong GetClanByIndex( int iClan /*int*/ ) { - return _pi.ISteamFriends_GetClanByIndex( iClan /*C*/ ); + return _pi.ISteamFriends_GetClanByIndex( iClan ); } // int public int GetClanChatMemberCount( CSteamID steamIDClan /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetClanChatMemberCount( steamIDClan.Value /*C*/ ); + return _pi.ISteamFriends_GetClanChatMemberCount( steamIDClan.Value ); } // int public int GetClanChatMessage( CSteamID steamIDClanChat /*class CSteamID*/, int iMessage /*int*/, IntPtr prgchText /*void **/, int cchTextMax /*int*/, out ChatEntryType peChatEntryType /*EChatEntryType **/, out CSteamID psteamidChatter /*class CSteamID **/ ) { - return _pi.ISteamFriends_GetClanChatMessage( steamIDClanChat.Value /*C*/, iMessage /*C*/, (IntPtr) prgchText /*C*/, cchTextMax /*C*/, out peChatEntryType /*B*/, out psteamidChatter.Value /*B*/ ); + return _pi.ISteamFriends_GetClanChatMessage( steamIDClanChat.Value, iMessage, (IntPtr) prgchText, cchTextMax, out peChatEntryType, out psteamidChatter.Value ); } // int @@ -134,26 +134,26 @@ namespace SteamNative public string GetClanName( CSteamID steamIDClan /*class CSteamID*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetClanName( steamIDClan.Value /*C*/ ); + string_pointer = _pi.ISteamFriends_GetClanName( steamIDClan.Value ); return Marshal.PtrToStringAnsi( string_pointer ); } // ulong public ulong GetClanOfficerByIndex( CSteamID steamIDClan /*class CSteamID*/, int iOfficer /*int*/ ) { - return _pi.ISteamFriends_GetClanOfficerByIndex( steamIDClan.Value /*C*/, iOfficer /*C*/ ); + return _pi.ISteamFriends_GetClanOfficerByIndex( steamIDClan.Value, iOfficer ); } // int public int GetClanOfficerCount( CSteamID steamIDClan /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetClanOfficerCount( steamIDClan.Value /*C*/ ); + return _pi.ISteamFriends_GetClanOfficerCount( steamIDClan.Value ); } // ulong public ulong GetClanOwner( CSteamID steamIDClan /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetClanOwner( steamIDClan.Value /*C*/ ); + return _pi.ISteamFriends_GetClanOwner( steamIDClan.Value ); } // string @@ -161,14 +161,14 @@ namespace SteamNative public string GetClanTag( CSteamID steamIDClan /*class CSteamID*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetClanTag( steamIDClan.Value /*C*/ ); + string_pointer = _pi.ISteamFriends_GetClanTag( steamIDClan.Value ); return Marshal.PtrToStringAnsi( string_pointer ); } // ulong public ulong GetCoplayFriend( int iCoplayFriend /*int*/ ) { - return _pi.ISteamFriends_GetCoplayFriend( iCoplayFriend /*C*/ ); + return _pi.ISteamFriends_GetCoplayFriend( iCoplayFriend ); } // int @@ -180,55 +180,55 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t GetFollowerCount( CSteamID steamID /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFollowerCount( steamID.Value /*C*/ ); + return _pi.ISteamFriends_GetFollowerCount( steamID.Value ); } // ulong public ulong GetFriendByIndex( int iFriend /*int*/, int iFriendFlags /*int*/ ) { - return _pi.ISteamFriends_GetFriendByIndex( iFriend /*C*/, iFriendFlags /*C*/ ); + return _pi.ISteamFriends_GetFriendByIndex( iFriend, iFriendFlags ); } // AppId_t public AppId_t GetFriendCoplayGame( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFriendCoplayGame( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendCoplayGame( steamIDFriend.Value ); } // int public int GetFriendCoplayTime( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFriendCoplayTime( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendCoplayTime( steamIDFriend.Value ); } // int public int GetFriendCount( int iFriendFlags /*int*/ ) { - return _pi.ISteamFriends_GetFriendCount( iFriendFlags /*C*/ ); + return _pi.ISteamFriends_GetFriendCount( iFriendFlags ); } // int public int GetFriendCountFromSource( CSteamID steamIDSource /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFriendCountFromSource( steamIDSource.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendCountFromSource( steamIDSource.Value ); } // ulong public ulong GetFriendFromSourceByIndex( CSteamID steamIDSource /*class CSteamID*/, int iFriend /*int*/ ) { - return _pi.ISteamFriends_GetFriendFromSourceByIndex( steamIDSource.Value /*C*/, iFriend /*C*/ ); + return _pi.ISteamFriends_GetFriendFromSourceByIndex( steamIDSource.Value, iFriend ); } // bool public bool GetFriendGamePlayed( CSteamID steamIDFriend /*class CSteamID*/, ref FriendGameInfo_t pFriendGameInfo /*struct FriendGameInfo_t **/ ) { - return _pi.ISteamFriends_GetFriendGamePlayed( steamIDFriend.Value /*C*/, ref pFriendGameInfo /*A*/ ); + return _pi.ISteamFriends_GetFriendGamePlayed( steamIDFriend.Value, ref pFriendGameInfo ); } // int public int GetFriendMessage( CSteamID steamIDFriend /*class CSteamID*/, int iMessageID /*int*/, IntPtr pvData /*void **/, int cubData /*int*/, out ChatEntryType peChatEntryType /*EChatEntryType **/ ) { - return _pi.ISteamFriends_GetFriendMessage( steamIDFriend.Value /*C*/, iMessageID /*C*/, (IntPtr) pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/ ); + return _pi.ISteamFriends_GetFriendMessage( steamIDFriend.Value, iMessageID, (IntPtr) pvData, cubData, out peChatEntryType ); } // string @@ -236,7 +236,7 @@ namespace SteamNative public string GetFriendPersonaName( CSteamID steamIDFriend /*class CSteamID*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetFriendPersonaName( steamIDFriend.Value /*C*/ ); + string_pointer = _pi.ISteamFriends_GetFriendPersonaName( steamIDFriend.Value ); return Marshal.PtrToStringAnsi( string_pointer ); } @@ -245,20 +245,20 @@ namespace SteamNative public string GetFriendPersonaNameHistory( CSteamID steamIDFriend /*class CSteamID*/, int iPersonaName /*int*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetFriendPersonaNameHistory( steamIDFriend.Value /*C*/, iPersonaName /*C*/ ); + string_pointer = _pi.ISteamFriends_GetFriendPersonaNameHistory( steamIDFriend.Value, iPersonaName ); return Marshal.PtrToStringAnsi( string_pointer ); } // PersonaState public PersonaState GetFriendPersonaState( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFriendPersonaState( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendPersonaState( steamIDFriend.Value ); } // FriendRelationship public FriendRelationship GetFriendRelationship( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFriendRelationship( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendRelationship( steamIDFriend.Value ); } // string @@ -266,7 +266,7 @@ namespace SteamNative public string GetFriendRichPresence( CSteamID steamIDFriend /*class CSteamID*/, string pchKey /*const char **/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetFriendRichPresence( steamIDFriend.Value /*C*/, pchKey /*C*/ ); + string_pointer = _pi.ISteamFriends_GetFriendRichPresence( steamIDFriend.Value, pchKey ); return Marshal.PtrToStringAnsi( string_pointer ); } @@ -275,14 +275,14 @@ namespace SteamNative public string GetFriendRichPresenceKeyByIndex( CSteamID steamIDFriend /*class CSteamID*/, int iKey /*int*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetFriendRichPresenceKeyByIndex( steamIDFriend.Value /*C*/, iKey /*C*/ ); + string_pointer = _pi.ISteamFriends_GetFriendRichPresenceKeyByIndex( steamIDFriend.Value, iKey ); return Marshal.PtrToStringAnsi( string_pointer ); } // int public int GetFriendRichPresenceKeyCount( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFriendRichPresenceKeyCount( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendRichPresenceKeyCount( steamIDFriend.Value ); } // int @@ -294,19 +294,19 @@ namespace SteamNative // FriendsGroupID_t public FriendsGroupID_t GetFriendsGroupIDByIndex( int iFG /*int*/ ) { - return _pi.ISteamFriends_GetFriendsGroupIDByIndex( iFG /*C*/ ); + return _pi.ISteamFriends_GetFriendsGroupIDByIndex( iFG ); } // int public int GetFriendsGroupMembersCount( FriendsGroupID_t friendsGroupID /*FriendsGroupID_t*/ ) { - return _pi.ISteamFriends_GetFriendsGroupMembersCount( friendsGroupID.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendsGroupMembersCount( friendsGroupID.Value ); } // void public void GetFriendsGroupMembersList( FriendsGroupID_t friendsGroupID /*FriendsGroupID_t*/, IntPtr pOutSteamIDMembers /*class CSteamID **/, int nMembersCount /*int*/ ) { - _pi.ISteamFriends_GetFriendsGroupMembersList( friendsGroupID.Value /*C*/, (IntPtr) pOutSteamIDMembers, nMembersCount /*C*/ ); + _pi.ISteamFriends_GetFriendsGroupMembersList( friendsGroupID.Value, (IntPtr) pOutSteamIDMembers, nMembersCount ); } // string @@ -314,26 +314,26 @@ namespace SteamNative public string GetFriendsGroupName( FriendsGroupID_t friendsGroupID /*FriendsGroupID_t*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetFriendsGroupName( friendsGroupID.Value /*C*/ ); + string_pointer = _pi.ISteamFriends_GetFriendsGroupName( friendsGroupID.Value ); return Marshal.PtrToStringAnsi( string_pointer ); } // int public int GetFriendSteamLevel( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetFriendSteamLevel( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetFriendSteamLevel( steamIDFriend.Value ); } // int public int GetLargeFriendAvatar( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetLargeFriendAvatar( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetLargeFriendAvatar( steamIDFriend.Value ); } // int public int GetMediumFriendAvatar( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetMediumFriendAvatar( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetMediumFriendAvatar( steamIDFriend.Value ); } // string @@ -356,14 +356,14 @@ namespace SteamNative public string GetPlayerNickname( CSteamID steamIDPlayer /*class CSteamID*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamFriends_GetPlayerNickname( steamIDPlayer.Value /*C*/ ); + string_pointer = _pi.ISteamFriends_GetPlayerNickname( steamIDPlayer.Value ); return Marshal.PtrToStringAnsi( string_pointer ); } // int public int GetSmallFriendAvatar( CSteamID steamIDFriend /*class CSteamID*/ ) { - return _pi.ISteamFriends_GetSmallFriendAvatar( steamIDFriend.Value /*C*/ ); + return _pi.ISteamFriends_GetSmallFriendAvatar( steamIDFriend.Value ); } // uint @@ -375,115 +375,115 @@ namespace SteamNative // bool public bool HasFriend( CSteamID steamIDFriend /*class CSteamID*/, int iFriendFlags /*int*/ ) { - return _pi.ISteamFriends_HasFriend( steamIDFriend.Value /*C*/, iFriendFlags /*C*/ ); + return _pi.ISteamFriends_HasFriend( steamIDFriend.Value, iFriendFlags ); } // bool public bool InviteUserToGame( CSteamID steamIDFriend /*class CSteamID*/, string pchConnectString /*const char **/ ) { - return _pi.ISteamFriends_InviteUserToGame( steamIDFriend.Value /*C*/, pchConnectString /*C*/ ); + return _pi.ISteamFriends_InviteUserToGame( steamIDFriend.Value, pchConnectString ); } // bool public bool IsClanChatAdmin( CSteamID steamIDClanChat /*class CSteamID*/, CSteamID steamIDUser /*class CSteamID*/ ) { - return _pi.ISteamFriends_IsClanChatAdmin( steamIDClanChat.Value /*C*/, steamIDUser.Value /*C*/ ); + return _pi.ISteamFriends_IsClanChatAdmin( steamIDClanChat.Value, steamIDUser.Value ); } // bool public bool IsClanChatWindowOpenInSteam( CSteamID steamIDClanChat /*class CSteamID*/ ) { - return _pi.ISteamFriends_IsClanChatWindowOpenInSteam( steamIDClanChat.Value /*C*/ ); + return _pi.ISteamFriends_IsClanChatWindowOpenInSteam( steamIDClanChat.Value ); } // SteamAPICall_t public SteamAPICall_t IsFollowing( CSteamID steamID /*class CSteamID*/ ) { - return _pi.ISteamFriends_IsFollowing( steamID.Value /*C*/ ); + return _pi.ISteamFriends_IsFollowing( steamID.Value ); } // bool public bool IsUserInSource( CSteamID steamIDUser /*class CSteamID*/, CSteamID steamIDSource /*class CSteamID*/ ) { - return _pi.ISteamFriends_IsUserInSource( steamIDUser.Value /*C*/, steamIDSource.Value /*C*/ ); + return _pi.ISteamFriends_IsUserInSource( steamIDUser.Value, steamIDSource.Value ); } // SteamAPICall_t public SteamAPICall_t JoinClanChatRoom( CSteamID steamIDClan /*class CSteamID*/ ) { - return _pi.ISteamFriends_JoinClanChatRoom( steamIDClan.Value /*C*/ ); + return _pi.ISteamFriends_JoinClanChatRoom( steamIDClan.Value ); } // bool public bool LeaveClanChatRoom( CSteamID steamIDClan /*class CSteamID*/ ) { - return _pi.ISteamFriends_LeaveClanChatRoom( steamIDClan.Value /*C*/ ); + return _pi.ISteamFriends_LeaveClanChatRoom( steamIDClan.Value ); } // bool public bool OpenClanChatWindowInSteam( CSteamID steamIDClanChat /*class CSteamID*/ ) { - return _pi.ISteamFriends_OpenClanChatWindowInSteam( steamIDClanChat.Value /*C*/ ); + return _pi.ISteamFriends_OpenClanChatWindowInSteam( steamIDClanChat.Value ); } // bool public bool ReplyToFriendMessage( CSteamID steamIDFriend /*class CSteamID*/, string pchMsgToSend /*const char **/ ) { - return _pi.ISteamFriends_ReplyToFriendMessage( steamIDFriend.Value /*C*/, pchMsgToSend /*C*/ ); + return _pi.ISteamFriends_ReplyToFriendMessage( steamIDFriend.Value, pchMsgToSend ); } // SteamAPICall_t public SteamAPICall_t RequestClanOfficerList( CSteamID steamIDClan /*class CSteamID*/ ) { - return _pi.ISteamFriends_RequestClanOfficerList( steamIDClan.Value /*C*/ ); + return _pi.ISteamFriends_RequestClanOfficerList( steamIDClan.Value ); } // void public void RequestFriendRichPresence( CSteamID steamIDFriend /*class CSteamID*/ ) { - _pi.ISteamFriends_RequestFriendRichPresence( steamIDFriend.Value /*C*/ ); + _pi.ISteamFriends_RequestFriendRichPresence( steamIDFriend.Value ); } // bool public bool RequestUserInformation( CSteamID steamIDUser /*class CSteamID*/, bool bRequireNameOnly /*bool*/ ) { - return _pi.ISteamFriends_RequestUserInformation( steamIDUser.Value /*C*/, bRequireNameOnly /*C*/ ); + return _pi.ISteamFriends_RequestUserInformation( steamIDUser.Value, bRequireNameOnly ); } // bool public bool SendClanChatMessage( CSteamID steamIDClanChat /*class CSteamID*/, string pchText /*const char **/ ) { - return _pi.ISteamFriends_SendClanChatMessage( steamIDClanChat.Value /*C*/, pchText /*C*/ ); + return _pi.ISteamFriends_SendClanChatMessage( steamIDClanChat.Value, pchText ); } // void public void SetInGameVoiceSpeaking( CSteamID steamIDUser /*class CSteamID*/, bool bSpeaking /*bool*/ ) { - _pi.ISteamFriends_SetInGameVoiceSpeaking( steamIDUser.Value /*C*/, bSpeaking /*C*/ ); + _pi.ISteamFriends_SetInGameVoiceSpeaking( steamIDUser.Value, bSpeaking ); } // bool public bool SetListenForFriendsMessages( bool bInterceptEnabled /*bool*/ ) { - return _pi.ISteamFriends_SetListenForFriendsMessages( bInterceptEnabled /*C*/ ); + return _pi.ISteamFriends_SetListenForFriendsMessages( bInterceptEnabled ); } // SteamAPICall_t public SteamAPICall_t SetPersonaName( string pchPersonaName /*const char **/ ) { - return _pi.ISteamFriends_SetPersonaName( pchPersonaName /*C*/ ); + return _pi.ISteamFriends_SetPersonaName( pchPersonaName ); } // void public void SetPlayedWith( CSteamID steamIDUserPlayedWith /*class CSteamID*/ ) { - _pi.ISteamFriends_SetPlayedWith( steamIDUserPlayedWith.Value /*C*/ ); + _pi.ISteamFriends_SetPlayedWith( steamIDUserPlayedWith.Value ); } // bool public bool SetRichPresence( string pchKey /*const char **/, string pchValue /*const char **/ ) { - return _pi.ISteamFriends_SetRichPresence( pchKey /*C*/, pchValue /*C*/ ); + return _pi.ISteamFriends_SetRichPresence( pchKey, pchValue ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServer.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServer.cs index 7f1eb29..6ab45d2 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServer.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServer.cs @@ -42,13 +42,13 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t AssociateWithClan( CSteamID steamIDClan /*class CSteamID*/ ) { - return _pi.ISteamGameServer_AssociateWithClan( steamIDClan.Value /*C*/ ); + return _pi.ISteamGameServer_AssociateWithClan( steamIDClan.Value ); } // BeginAuthSessionResult public BeginAuthSessionResult BeginAuthSession( IntPtr pAuthTicket /*const void **/, int cbAuthTicket /*int*/, CSteamID steamID /*class CSteamID*/ ) { - return _pi.ISteamGameServer_BeginAuthSession( (IntPtr) pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID.Value /*C*/ ); + return _pi.ISteamGameServer_BeginAuthSession( (IntPtr) pAuthTicket, cbAuthTicket, steamID.Value ); } // bool @@ -66,13 +66,13 @@ namespace SteamNative // bool public bool BUpdateUserData( CSteamID steamIDUser /*class CSteamID*/, string pchPlayerName /*const char **/, uint uScore /*uint32*/ ) { - return _pi.ISteamGameServer_BUpdateUserData( steamIDUser.Value /*C*/, pchPlayerName /*C*/, uScore /*C*/ ); + return _pi.ISteamGameServer_BUpdateUserData( steamIDUser.Value, pchPlayerName, uScore ); } // void public void CancelAuthTicket( HAuthTicket hAuthTicket /*HAuthTicket*/ ) { - _pi.ISteamGameServer_CancelAuthTicket( hAuthTicket.Value /*C*/ ); + _pi.ISteamGameServer_CancelAuthTicket( hAuthTicket.Value ); } // void @@ -84,7 +84,7 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t ComputeNewPlayerCompatibility( CSteamID steamIDNewPlayer /*class CSteamID*/ ) { - return _pi.ISteamGameServer_ComputeNewPlayerCompatibility( steamIDNewPlayer.Value /*C*/ ); + return _pi.ISteamGameServer_ComputeNewPlayerCompatibility( steamIDNewPlayer.Value ); } // ulong @@ -96,13 +96,13 @@ namespace SteamNative // void public void EnableHeartbeats( bool bActive /*bool*/ ) { - _pi.ISteamGameServer_EnableHeartbeats( bActive /*C*/ ); + _pi.ISteamGameServer_EnableHeartbeats( bActive ); } // void public void EndAuthSession( CSteamID steamID /*class CSteamID*/ ) { - _pi.ISteamGameServer_EndAuthSession( steamID.Value /*C*/ ); + _pi.ISteamGameServer_EndAuthSession( steamID.Value ); } // void @@ -114,7 +114,7 @@ namespace SteamNative // HAuthTicket public HAuthTicket GetAuthSessionTicket( IntPtr pTicket /*void **/, int cbMaxTicket /*int*/, out uint pcbTicket /*uint32 **/ ) { - return _pi.ISteamGameServer_GetAuthSessionTicket( (IntPtr) pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/ ); + return _pi.ISteamGameServer_GetAuthSessionTicket( (IntPtr) pTicket, cbMaxTicket, out pcbTicket ); } // void @@ -126,7 +126,7 @@ namespace SteamNative // int public int GetNextOutgoingPacket( IntPtr pOut /*void **/, int cbMaxOut /*int*/, out uint pNetAdr /*uint32 **/, out ushort pPort /*uint16 **/ ) { - return _pi.ISteamGameServer_GetNextOutgoingPacket( (IntPtr) pOut /*C*/, cbMaxOut /*C*/, out pNetAdr /*B*/, out pPort /*B*/ ); + return _pi.ISteamGameServer_GetNextOutgoingPacket( (IntPtr) pOut, cbMaxOut, out pNetAdr, out pPort ); } // uint @@ -150,13 +150,13 @@ namespace SteamNative // bool public bool HandleIncomingPacket( IntPtr pData /*const void **/, int cbData /*int*/, uint srcIP /*uint32*/, ushort srcPort /*uint16*/ ) { - return _pi.ISteamGameServer_HandleIncomingPacket( (IntPtr) pData /*C*/, cbData /*C*/, srcIP /*C*/, srcPort /*C*/ ); + return _pi.ISteamGameServer_HandleIncomingPacket( (IntPtr) pData, cbData, srcIP, srcPort ); } // bool public bool InitGameServer( uint unIP /*uint32*/, ushort usGamePort /*uint16*/, ushort usQueryPort /*uint16*/, uint unFlags /*uint32*/, AppId_t nGameAppId /*AppId_t*/, string pchVersionString /*const char **/ ) { - return _pi.ISteamGameServer_InitGameServer( unIP /*C*/, usGamePort /*C*/, usQueryPort /*C*/, unFlags /*C*/, nGameAppId.Value /*C*/, pchVersionString /*C*/ ); + return _pi.ISteamGameServer_InitGameServer( unIP, usGamePort, usQueryPort, unFlags, nGameAppId.Value, pchVersionString ); } // void @@ -168,7 +168,7 @@ namespace SteamNative // void public void LogOn( string pszToken /*const char **/ ) { - _pi.ISteamGameServer_LogOn( pszToken /*C*/ ); + _pi.ISteamGameServer_LogOn( pszToken ); } // void @@ -180,121 +180,121 @@ namespace SteamNative // bool public bool RequestUserGroupStatus( CSteamID steamIDUser /*class CSteamID*/, CSteamID steamIDGroup /*class CSteamID*/ ) { - return _pi.ISteamGameServer_RequestUserGroupStatus( steamIDUser.Value /*C*/, steamIDGroup.Value /*C*/ ); + return _pi.ISteamGameServer_RequestUserGroupStatus( steamIDUser.Value, steamIDGroup.Value ); } // bool public bool SendUserConnectAndAuthenticate( uint unIPClient /*uint32*/, IntPtr pvAuthBlob /*const void **/, uint cubAuthBlobSize /*uint32*/, out CSteamID pSteamIDUser /*class CSteamID **/ ) { - return _pi.ISteamGameServer_SendUserConnectAndAuthenticate( unIPClient /*C*/, (IntPtr) pvAuthBlob /*C*/, cubAuthBlobSize /*C*/, out pSteamIDUser.Value /*B*/ ); + return _pi.ISteamGameServer_SendUserConnectAndAuthenticate( unIPClient, (IntPtr) pvAuthBlob, cubAuthBlobSize, out pSteamIDUser.Value ); } // void public void SendUserDisconnect( CSteamID steamIDUser /*class CSteamID*/ ) { - _pi.ISteamGameServer_SendUserDisconnect( steamIDUser.Value /*C*/ ); + _pi.ISteamGameServer_SendUserDisconnect( steamIDUser.Value ); } // void public void SetBotPlayerCount( int cBotplayers /*int*/ ) { - _pi.ISteamGameServer_SetBotPlayerCount( cBotplayers /*C*/ ); + _pi.ISteamGameServer_SetBotPlayerCount( cBotplayers ); } // void public void SetDedicatedServer( bool bDedicated /*bool*/ ) { - _pi.ISteamGameServer_SetDedicatedServer( bDedicated /*C*/ ); + _pi.ISteamGameServer_SetDedicatedServer( bDedicated ); } // void public void SetGameData( string pchGameData /*const char **/ ) { - _pi.ISteamGameServer_SetGameData( pchGameData /*C*/ ); + _pi.ISteamGameServer_SetGameData( pchGameData ); } // void public void SetGameDescription( string pszGameDescription /*const char **/ ) { - _pi.ISteamGameServer_SetGameDescription( pszGameDescription /*C*/ ); + _pi.ISteamGameServer_SetGameDescription( pszGameDescription ); } // void public void SetGameTags( string pchGameTags /*const char **/ ) { - _pi.ISteamGameServer_SetGameTags( pchGameTags /*C*/ ); + _pi.ISteamGameServer_SetGameTags( pchGameTags ); } // void public void SetHeartbeatInterval( int iHeartbeatInterval /*int*/ ) { - _pi.ISteamGameServer_SetHeartbeatInterval( iHeartbeatInterval /*C*/ ); + _pi.ISteamGameServer_SetHeartbeatInterval( iHeartbeatInterval ); } // void public void SetKeyValue( string pKey /*const char **/, string pValue /*const char **/ ) { - _pi.ISteamGameServer_SetKeyValue( pKey /*C*/, pValue /*C*/ ); + _pi.ISteamGameServer_SetKeyValue( pKey, pValue ); } // void public void SetMapName( string pszMapName /*const char **/ ) { - _pi.ISteamGameServer_SetMapName( pszMapName /*C*/ ); + _pi.ISteamGameServer_SetMapName( pszMapName ); } // void public void SetMaxPlayerCount( int cPlayersMax /*int*/ ) { - _pi.ISteamGameServer_SetMaxPlayerCount( cPlayersMax /*C*/ ); + _pi.ISteamGameServer_SetMaxPlayerCount( cPlayersMax ); } // void public void SetModDir( string pszModDir /*const char **/ ) { - _pi.ISteamGameServer_SetModDir( pszModDir /*C*/ ); + _pi.ISteamGameServer_SetModDir( pszModDir ); } // void public void SetPasswordProtected( bool bPasswordProtected /*bool*/ ) { - _pi.ISteamGameServer_SetPasswordProtected( bPasswordProtected /*C*/ ); + _pi.ISteamGameServer_SetPasswordProtected( bPasswordProtected ); } // void public void SetProduct( string pszProduct /*const char **/ ) { - _pi.ISteamGameServer_SetProduct( pszProduct /*C*/ ); + _pi.ISteamGameServer_SetProduct( pszProduct ); } // void public void SetRegion( string pszRegion /*const char **/ ) { - _pi.ISteamGameServer_SetRegion( pszRegion /*C*/ ); + _pi.ISteamGameServer_SetRegion( pszRegion ); } // void public void SetServerName( string pszServerName /*const char **/ ) { - _pi.ISteamGameServer_SetServerName( pszServerName /*C*/ ); + _pi.ISteamGameServer_SetServerName( pszServerName ); } // void public void SetSpectatorPort( ushort unSpectatorPort /*uint16*/ ) { - _pi.ISteamGameServer_SetSpectatorPort( unSpectatorPort /*C*/ ); + _pi.ISteamGameServer_SetSpectatorPort( unSpectatorPort ); } // void public void SetSpectatorServerName( string pszSpectatorServerName /*const char **/ ) { - _pi.ISteamGameServer_SetSpectatorServerName( pszSpectatorServerName /*C*/ ); + _pi.ISteamGameServer_SetSpectatorServerName( pszSpectatorServerName ); } // UserHasLicenseForAppResult public UserHasLicenseForAppResult UserHasLicenseForApp( CSteamID steamID /*class CSteamID*/, AppId_t appID /*AppId_t*/ ) { - return _pi.ISteamGameServer_UserHasLicenseForApp( steamID.Value /*C*/, appID.Value /*C*/ ); + return _pi.ISteamGameServer_UserHasLicenseForApp( steamID.Value, appID.Value ); } // bool diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServerStats.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServerStats.cs index 593e0e2..57a9b70 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServerStats.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamGameServerStats.cs @@ -42,61 +42,61 @@ namespace SteamNative // bool public bool ClearUserAchievement( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/ ) { - return _pi.ISteamGameServerStats_ClearUserAchievement( steamIDUser.Value /*C*/, pchName /*C*/ ); + return _pi.ISteamGameServerStats_ClearUserAchievement( steamIDUser.Value, pchName ); } // bool public bool GetUserAchievement( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, ref bool pbAchieved /*bool **/ ) { - return _pi.ISteamGameServerStats_GetUserAchievement( steamIDUser.Value /*C*/, pchName /*C*/, ref pbAchieved /*A*/ ); + return _pi.ISteamGameServerStats_GetUserAchievement( steamIDUser.Value, pchName, ref pbAchieved ); } // bool public bool GetUserStat( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, out int pData /*int32 **/ ) { - return _pi.ISteamGameServerStats_GetUserStat( steamIDUser.Value /*C*/, pchName /*C*/, out pData /*B*/ ); + return _pi.ISteamGameServerStats_GetUserStat( steamIDUser.Value, pchName, out pData ); } // bool public bool GetUserStat0( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, out float pData /*float **/ ) { - return _pi.ISteamGameServerStats_GetUserStat0( steamIDUser.Value /*C*/, pchName /*C*/, out pData /*B*/ ); + return _pi.ISteamGameServerStats_GetUserStat0( steamIDUser.Value, pchName, out pData ); } // SteamAPICall_t public SteamAPICall_t RequestUserStats( CSteamID steamIDUser /*class CSteamID*/ ) { - return _pi.ISteamGameServerStats_RequestUserStats( steamIDUser.Value /*C*/ ); + return _pi.ISteamGameServerStats_RequestUserStats( steamIDUser.Value ); } // bool public bool SetUserAchievement( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/ ) { - return _pi.ISteamGameServerStats_SetUserAchievement( steamIDUser.Value /*C*/, pchName /*C*/ ); + return _pi.ISteamGameServerStats_SetUserAchievement( steamIDUser.Value, pchName ); } // bool public bool SetUserStat( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, int nData /*int32*/ ) { - return _pi.ISteamGameServerStats_SetUserStat( steamIDUser.Value /*C*/, pchName /*C*/, nData /*C*/ ); + return _pi.ISteamGameServerStats_SetUserStat( steamIDUser.Value, pchName, nData ); } // bool public bool SetUserStat0( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, float fData /*float*/ ) { - return _pi.ISteamGameServerStats_SetUserStat0( steamIDUser.Value /*C*/, pchName /*C*/, fData /*C*/ ); + return _pi.ISteamGameServerStats_SetUserStat0( steamIDUser.Value, pchName, fData ); } // SteamAPICall_t public SteamAPICall_t StoreUserStats( CSteamID steamIDUser /*class CSteamID*/ ) { - return _pi.ISteamGameServerStats_StoreUserStats( steamIDUser.Value /*C*/ ); + return _pi.ISteamGameServerStats_StoreUserStats( steamIDUser.Value ); } // bool public bool UpdateUserAvgRateStat( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, float flCountThisSession /*float*/, double dSessionLength /*double*/ ) { - return _pi.ISteamGameServerStats_UpdateUserAvgRateStat( steamIDUser.Value /*C*/, pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/ ); + return _pi.ISteamGameServerStats_UpdateUserAvgRateStat( steamIDUser.Value, pchName, flCountThisSession, dSessionLength ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTMLSurface.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTMLSurface.cs index 4b3ea56..82a6854 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTMLSurface.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTMLSurface.cs @@ -42,25 +42,25 @@ namespace SteamNative // void public void AddHeader( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, string pchKey /*const char **/, string pchValue /*const char **/ ) { - _pi.ISteamHTMLSurface_AddHeader( unBrowserHandle.Value /*C*/, pchKey /*C*/, pchValue /*C*/ ); + _pi.ISteamHTMLSurface_AddHeader( unBrowserHandle.Value, pchKey, pchValue ); } // void public void AllowStartRequest( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, bool bAllowed /*bool*/ ) { - _pi.ISteamHTMLSurface_AllowStartRequest( unBrowserHandle.Value /*C*/, bAllowed /*C*/ ); + _pi.ISteamHTMLSurface_AllowStartRequest( unBrowserHandle.Value, bAllowed ); } // void public void CopyToClipboard( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_CopyToClipboard( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_CopyToClipboard( unBrowserHandle.Value ); } // SteamAPICall_t public SteamAPICall_t CreateBrowser( string pchUserAgent /*const char **/, string pchUserCSS /*const char **/ ) { - return _pi.ISteamHTMLSurface_CreateBrowser( pchUserAgent /*C*/, pchUserCSS /*C*/ ); + return _pi.ISteamHTMLSurface_CreateBrowser( pchUserAgent, pchUserCSS ); } // void @@ -72,31 +72,31 @@ namespace SteamNative // void public void ExecuteJavascript( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, string pchScript /*const char **/ ) { - _pi.ISteamHTMLSurface_ExecuteJavascript( unBrowserHandle.Value /*C*/, pchScript /*C*/ ); + _pi.ISteamHTMLSurface_ExecuteJavascript( unBrowserHandle.Value, pchScript ); } // void public void Find( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, string pchSearchStr /*const char **/, bool bCurrentlyInFind /*bool*/, bool bReverse /*bool*/ ) { - _pi.ISteamHTMLSurface_Find( unBrowserHandle.Value /*C*/, pchSearchStr /*C*/, bCurrentlyInFind /*C*/, bReverse /*C*/ ); + _pi.ISteamHTMLSurface_Find( unBrowserHandle.Value, pchSearchStr, bCurrentlyInFind, bReverse ); } // void public void GetLinkAtPosition( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, int x /*int*/, int y /*int*/ ) { - _pi.ISteamHTMLSurface_GetLinkAtPosition( unBrowserHandle.Value /*C*/, x /*C*/, y /*C*/ ); + _pi.ISteamHTMLSurface_GetLinkAtPosition( unBrowserHandle.Value, x, y ); } // void public void GoBack( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_GoBack( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_GoBack( unBrowserHandle.Value ); } // void public void GoForward( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_GoForward( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_GoForward( unBrowserHandle.Value ); } // bool @@ -108,121 +108,121 @@ namespace SteamNative // void public void JSDialogResponse( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, bool bResult /*bool*/ ) { - _pi.ISteamHTMLSurface_JSDialogResponse( unBrowserHandle.Value /*C*/, bResult /*C*/ ); + _pi.ISteamHTMLSurface_JSDialogResponse( unBrowserHandle.Value, bResult ); } // void public void KeyChar( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, uint cUnicodeChar /*uint32*/, HTMLKeyModifiers eHTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ ) { - _pi.ISteamHTMLSurface_KeyChar( unBrowserHandle.Value /*C*/, cUnicodeChar /*C*/, eHTMLKeyModifiers /*C*/ ); + _pi.ISteamHTMLSurface_KeyChar( unBrowserHandle.Value, cUnicodeChar, eHTMLKeyModifiers ); } // void public void KeyDown( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, uint nNativeKeyCode /*uint32*/, HTMLKeyModifiers eHTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ ) { - _pi.ISteamHTMLSurface_KeyDown( unBrowserHandle.Value /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/ ); + _pi.ISteamHTMLSurface_KeyDown( unBrowserHandle.Value, nNativeKeyCode, eHTMLKeyModifiers ); } // void public void KeyUp( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, uint nNativeKeyCode /*uint32*/, HTMLKeyModifiers eHTMLKeyModifiers /*ISteamHTMLSurface::EHTMLKeyModifiers*/ ) { - _pi.ISteamHTMLSurface_KeyUp( unBrowserHandle.Value /*C*/, nNativeKeyCode /*C*/, eHTMLKeyModifiers /*C*/ ); + _pi.ISteamHTMLSurface_KeyUp( unBrowserHandle.Value, nNativeKeyCode, eHTMLKeyModifiers ); } // void public void LoadURL( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, string pchURL /*const char **/, string pchPostData /*const char **/ ) { - _pi.ISteamHTMLSurface_LoadURL( unBrowserHandle.Value /*C*/, pchURL /*C*/, pchPostData /*C*/ ); + _pi.ISteamHTMLSurface_LoadURL( unBrowserHandle.Value, pchURL, pchPostData ); } // void public void MouseDoubleClick( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, HTMLMouseButton eMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ ) { - _pi.ISteamHTMLSurface_MouseDoubleClick( unBrowserHandle.Value /*C*/, eMouseButton /*C*/ ); + _pi.ISteamHTMLSurface_MouseDoubleClick( unBrowserHandle.Value, eMouseButton ); } // void public void MouseDown( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, HTMLMouseButton eMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ ) { - _pi.ISteamHTMLSurface_MouseDown( unBrowserHandle.Value /*C*/, eMouseButton /*C*/ ); + _pi.ISteamHTMLSurface_MouseDown( unBrowserHandle.Value, eMouseButton ); } // void public void MouseMove( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, int x /*int*/, int y /*int*/ ) { - _pi.ISteamHTMLSurface_MouseMove( unBrowserHandle.Value /*C*/, x /*C*/, y /*C*/ ); + _pi.ISteamHTMLSurface_MouseMove( unBrowserHandle.Value, x, y ); } // void public void MouseUp( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, HTMLMouseButton eMouseButton /*ISteamHTMLSurface::EHTMLMouseButton*/ ) { - _pi.ISteamHTMLSurface_MouseUp( unBrowserHandle.Value /*C*/, eMouseButton /*C*/ ); + _pi.ISteamHTMLSurface_MouseUp( unBrowserHandle.Value, eMouseButton ); } // void public void MouseWheel( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, int nDelta /*int32*/ ) { - _pi.ISteamHTMLSurface_MouseWheel( unBrowserHandle.Value /*C*/, nDelta /*C*/ ); + _pi.ISteamHTMLSurface_MouseWheel( unBrowserHandle.Value, nDelta ); } // void public void PasteFromClipboard( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_PasteFromClipboard( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_PasteFromClipboard( unBrowserHandle.Value ); } // void public void Reload( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_Reload( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_Reload( unBrowserHandle.Value ); } // void public void RemoveBrowser( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_RemoveBrowser( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_RemoveBrowser( unBrowserHandle.Value ); } // void public void SetBackgroundMode( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, bool bBackgroundMode /*bool*/ ) { - _pi.ISteamHTMLSurface_SetBackgroundMode( unBrowserHandle.Value /*C*/, bBackgroundMode /*C*/ ); + _pi.ISteamHTMLSurface_SetBackgroundMode( unBrowserHandle.Value, bBackgroundMode ); } // void public void SetCookie( string pchHostname /*const char **/, string pchKey /*const char **/, string pchValue /*const char **/, string pchPath /*const char **/, RTime32 nExpires /*RTime32*/, bool bSecure /*bool*/, bool bHTTPOnly /*bool*/ ) { - _pi.ISteamHTMLSurface_SetCookie( pchHostname /*C*/, pchKey /*C*/, pchValue /*C*/, pchPath /*C*/, nExpires.Value /*C*/, bSecure /*C*/, bHTTPOnly /*C*/ ); + _pi.ISteamHTMLSurface_SetCookie( pchHostname, pchKey, pchValue, pchPath, nExpires.Value, bSecure, bHTTPOnly ); } // void public void SetHorizontalScroll( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, uint nAbsolutePixelScroll /*uint32*/ ) { - _pi.ISteamHTMLSurface_SetHorizontalScroll( unBrowserHandle.Value /*C*/, nAbsolutePixelScroll /*C*/ ); + _pi.ISteamHTMLSurface_SetHorizontalScroll( unBrowserHandle.Value, nAbsolutePixelScroll ); } // void public void SetKeyFocus( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, bool bHasKeyFocus /*bool*/ ) { - _pi.ISteamHTMLSurface_SetKeyFocus( unBrowserHandle.Value /*C*/, bHasKeyFocus /*C*/ ); + _pi.ISteamHTMLSurface_SetKeyFocus( unBrowserHandle.Value, bHasKeyFocus ); } // void public void SetPageScaleFactor( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, float flZoom /*float*/, int nPointX /*int*/, int nPointY /*int*/ ) { - _pi.ISteamHTMLSurface_SetPageScaleFactor( unBrowserHandle.Value /*C*/, flZoom /*C*/, nPointX /*C*/, nPointY /*C*/ ); + _pi.ISteamHTMLSurface_SetPageScaleFactor( unBrowserHandle.Value, flZoom, nPointX, nPointY ); } // void public void SetSize( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, uint unWidth /*uint32*/, uint unHeight /*uint32*/ ) { - _pi.ISteamHTMLSurface_SetSize( unBrowserHandle.Value /*C*/, unWidth /*C*/, unHeight /*C*/ ); + _pi.ISteamHTMLSurface_SetSize( unBrowserHandle.Value, unWidth, unHeight ); } // void public void SetVerticalScroll( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/, uint nAbsolutePixelScroll /*uint32*/ ) { - _pi.ISteamHTMLSurface_SetVerticalScroll( unBrowserHandle.Value /*C*/, nAbsolutePixelScroll /*C*/ ); + _pi.ISteamHTMLSurface_SetVerticalScroll( unBrowserHandle.Value, nAbsolutePixelScroll ); } // bool @@ -234,19 +234,19 @@ namespace SteamNative // void public void StopFind( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_StopFind( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_StopFind( unBrowserHandle.Value ); } // void public void StopLoad( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_StopLoad( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_StopLoad( unBrowserHandle.Value ); } // void public void ViewSource( HHTMLBrowser unBrowserHandle /*HHTMLBrowser*/ ) { - _pi.ISteamHTMLSurface_ViewSource( unBrowserHandle.Value /*C*/ ); + _pi.ISteamHTMLSurface_ViewSource( unBrowserHandle.Value ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTTP.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTTP.cs index b8ca175..bb4300e 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTTP.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamHTTP.cs @@ -42,151 +42,151 @@ namespace SteamNative // HTTPCookieContainerHandle public HTTPCookieContainerHandle CreateCookieContainer( bool bAllowResponsesToModify /*bool*/ ) { - return _pi.ISteamHTTP_CreateCookieContainer( bAllowResponsesToModify /*C*/ ); + return _pi.ISteamHTTP_CreateCookieContainer( bAllowResponsesToModify ); } // HTTPRequestHandle public HTTPRequestHandle CreateHTTPRequest( HTTPMethod eHTTPRequestMethod /*EHTTPMethod*/, string pchAbsoluteURL /*const char **/ ) { - return _pi.ISteamHTTP_CreateHTTPRequest( eHTTPRequestMethod /*C*/, pchAbsoluteURL /*C*/ ); + return _pi.ISteamHTTP_CreateHTTPRequest( eHTTPRequestMethod, pchAbsoluteURL ); } // bool public bool DeferHTTPRequest( HTTPRequestHandle hRequest /*HTTPRequestHandle*/ ) { - return _pi.ISteamHTTP_DeferHTTPRequest( hRequest.Value /*C*/ ); + return _pi.ISteamHTTP_DeferHTTPRequest( hRequest.Value ); } // bool public bool GetHTTPDownloadProgressPct( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, out float pflPercentOut /*float **/ ) { - return _pi.ISteamHTTP_GetHTTPDownloadProgressPct( hRequest.Value /*C*/, out pflPercentOut /*B*/ ); + return _pi.ISteamHTTP_GetHTTPDownloadProgressPct( hRequest.Value, out pflPercentOut ); } // bool public bool GetHTTPRequestWasTimedOut( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, ref bool pbWasTimedOut /*bool **/ ) { - return _pi.ISteamHTTP_GetHTTPRequestWasTimedOut( hRequest.Value /*C*/, ref pbWasTimedOut /*A*/ ); + return _pi.ISteamHTTP_GetHTTPRequestWasTimedOut( hRequest.Value, ref pbWasTimedOut ); } // bool public bool GetHTTPResponseBodyData( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, out byte pBodyDataBuffer /*uint8 **/, uint unBufferSize /*uint32*/ ) { - return _pi.ISteamHTTP_GetHTTPResponseBodyData( hRequest.Value /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/ ); + return _pi.ISteamHTTP_GetHTTPResponseBodyData( hRequest.Value, out pBodyDataBuffer, unBufferSize ); } // bool public bool GetHTTPResponseBodySize( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, out uint unBodySize /*uint32 **/ ) { - return _pi.ISteamHTTP_GetHTTPResponseBodySize( hRequest.Value /*C*/, out unBodySize /*B*/ ); + return _pi.ISteamHTTP_GetHTTPResponseBodySize( hRequest.Value, out unBodySize ); } // bool public bool GetHTTPResponseHeaderSize( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, string pchHeaderName /*const char **/, out uint unResponseHeaderSize /*uint32 **/ ) { - return _pi.ISteamHTTP_GetHTTPResponseHeaderSize( hRequest.Value /*C*/, pchHeaderName /*C*/, out unResponseHeaderSize /*B*/ ); + return _pi.ISteamHTTP_GetHTTPResponseHeaderSize( hRequest.Value, pchHeaderName, out unResponseHeaderSize ); } // bool public bool GetHTTPResponseHeaderValue( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, string pchHeaderName /*const char **/, out byte pHeaderValueBuffer /*uint8 **/, uint unBufferSize /*uint32*/ ) { - return _pi.ISteamHTTP_GetHTTPResponseHeaderValue( hRequest.Value /*C*/, pchHeaderName /*C*/, out pHeaderValueBuffer /*B*/, unBufferSize /*C*/ ); + return _pi.ISteamHTTP_GetHTTPResponseHeaderValue( hRequest.Value, pchHeaderName, out pHeaderValueBuffer, unBufferSize ); } // bool public bool GetHTTPStreamingResponseBodyData( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, uint cOffset /*uint32*/, out byte pBodyDataBuffer /*uint8 **/, uint unBufferSize /*uint32*/ ) { - return _pi.ISteamHTTP_GetHTTPStreamingResponseBodyData( hRequest.Value /*C*/, cOffset /*C*/, out pBodyDataBuffer /*B*/, unBufferSize /*C*/ ); + return _pi.ISteamHTTP_GetHTTPStreamingResponseBodyData( hRequest.Value, cOffset, out pBodyDataBuffer, unBufferSize ); } // bool public bool PrioritizeHTTPRequest( HTTPRequestHandle hRequest /*HTTPRequestHandle*/ ) { - return _pi.ISteamHTTP_PrioritizeHTTPRequest( hRequest.Value /*C*/ ); + return _pi.ISteamHTTP_PrioritizeHTTPRequest( hRequest.Value ); } // bool public bool ReleaseCookieContainer( HTTPCookieContainerHandle hCookieContainer /*HTTPCookieContainerHandle*/ ) { - return _pi.ISteamHTTP_ReleaseCookieContainer( hCookieContainer.Value /*C*/ ); + return _pi.ISteamHTTP_ReleaseCookieContainer( hCookieContainer.Value ); } // bool public bool ReleaseHTTPRequest( HTTPRequestHandle hRequest /*HTTPRequestHandle*/ ) { - return _pi.ISteamHTTP_ReleaseHTTPRequest( hRequest.Value /*C*/ ); + return _pi.ISteamHTTP_ReleaseHTTPRequest( hRequest.Value ); } // bool public bool SendHTTPRequest( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, ref SteamAPICall_t pCallHandle /*SteamAPICall_t **/ ) { - return _pi.ISteamHTTP_SendHTTPRequest( hRequest.Value /*C*/, ref pCallHandle.Value /*A*/ ); + return _pi.ISteamHTTP_SendHTTPRequest( hRequest.Value, ref pCallHandle.Value ); } // bool public bool SendHTTPRequestAndStreamResponse( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, ref SteamAPICall_t pCallHandle /*SteamAPICall_t **/ ) { - return _pi.ISteamHTTP_SendHTTPRequestAndStreamResponse( hRequest.Value /*C*/, ref pCallHandle.Value /*A*/ ); + return _pi.ISteamHTTP_SendHTTPRequestAndStreamResponse( hRequest.Value, ref pCallHandle.Value ); } // bool public bool SetCookie( HTTPCookieContainerHandle hCookieContainer /*HTTPCookieContainerHandle*/, string pchHost /*const char **/, string pchUrl /*const char **/, string pchCookie /*const char **/ ) { - return _pi.ISteamHTTP_SetCookie( hCookieContainer.Value /*C*/, pchHost /*C*/, pchUrl /*C*/, pchCookie /*C*/ ); + return _pi.ISteamHTTP_SetCookie( hCookieContainer.Value, pchHost, pchUrl, pchCookie ); } // bool public bool SetHTTPRequestAbsoluteTimeoutMS( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, uint unMilliseconds /*uint32*/ ) { - return _pi.ISteamHTTP_SetHTTPRequestAbsoluteTimeoutMS( hRequest.Value /*C*/, unMilliseconds /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestAbsoluteTimeoutMS( hRequest.Value, unMilliseconds ); } // bool public bool SetHTTPRequestContextValue( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, ulong ulContextValue /*uint64*/ ) { - return _pi.ISteamHTTP_SetHTTPRequestContextValue( hRequest.Value /*C*/, ulContextValue /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestContextValue( hRequest.Value, ulContextValue ); } // bool public bool SetHTTPRequestCookieContainer( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, HTTPCookieContainerHandle hCookieContainer /*HTTPCookieContainerHandle*/ ) { - return _pi.ISteamHTTP_SetHTTPRequestCookieContainer( hRequest.Value /*C*/, hCookieContainer.Value /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestCookieContainer( hRequest.Value, hCookieContainer.Value ); } // bool public bool SetHTTPRequestGetOrPostParameter( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, string pchParamName /*const char **/, string pchParamValue /*const char **/ ) { - return _pi.ISteamHTTP_SetHTTPRequestGetOrPostParameter( hRequest.Value /*C*/, pchParamName /*C*/, pchParamValue /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestGetOrPostParameter( hRequest.Value, pchParamName, pchParamValue ); } // bool public bool SetHTTPRequestHeaderValue( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, string pchHeaderName /*const char **/, string pchHeaderValue /*const char **/ ) { - return _pi.ISteamHTTP_SetHTTPRequestHeaderValue( hRequest.Value /*C*/, pchHeaderName /*C*/, pchHeaderValue /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestHeaderValue( hRequest.Value, pchHeaderName, pchHeaderValue ); } // bool public bool SetHTTPRequestNetworkActivityTimeout( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, uint unTimeoutSeconds /*uint32*/ ) { - return _pi.ISteamHTTP_SetHTTPRequestNetworkActivityTimeout( hRequest.Value /*C*/, unTimeoutSeconds /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestNetworkActivityTimeout( hRequest.Value, unTimeoutSeconds ); } // bool public bool SetHTTPRequestRawPostBody( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, string pchContentType /*const char **/, out byte pubBody /*uint8 **/, uint unBodyLen /*uint32*/ ) { - return _pi.ISteamHTTP_SetHTTPRequestRawPostBody( hRequest.Value /*C*/, pchContentType /*C*/, out pubBody /*B*/, unBodyLen /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestRawPostBody( hRequest.Value, pchContentType, out pubBody, unBodyLen ); } // bool public bool SetHTTPRequestRequiresVerifiedCertificate( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, bool bRequireVerifiedCertificate /*bool*/ ) { - return _pi.ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate( hRequest.Value /*C*/, bRequireVerifiedCertificate /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestRequiresVerifiedCertificate( hRequest.Value, bRequireVerifiedCertificate ); } // bool public bool SetHTTPRequestUserAgentInfo( HTTPRequestHandle hRequest /*HTTPRequestHandle*/, string pchUserAgentInfo /*const char **/ ) { - return _pi.ISteamHTTP_SetHTTPRequestUserAgentInfo( hRequest.Value /*C*/, pchUserAgentInfo /*C*/ ); + return _pi.ISteamHTTP_SetHTTPRequestUserAgentInfo( hRequest.Value, pchUserAgentInfo ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamInventory.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamInventory.cs index 07bbbc4..b99be90 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamInventory.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamInventory.cs @@ -42,55 +42,55 @@ namespace SteamNative // bool public bool AddPromoItem( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, SteamItemDef_t itemDef /*SteamItemDef_t*/ ) { - return _pi.ISteamInventory_AddPromoItem( ref pResultHandle.Value /*A*/, itemDef.Value /*C*/ ); + return _pi.ISteamInventory_AddPromoItem( ref pResultHandle.Value, itemDef.Value ); } // bool public bool AddPromoItems( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, IntPtr pArrayItemDefs /*const SteamItemDef_t **/, uint unArrayLength /*uint32*/ ) { - return _pi.ISteamInventory_AddPromoItems( ref pResultHandle.Value /*A*/, (IntPtr) pArrayItemDefs, unArrayLength /*C*/ ); + return _pi.ISteamInventory_AddPromoItems( ref pResultHandle.Value, (IntPtr) pArrayItemDefs, unArrayLength ); } // bool public bool CheckResultSteamID( SteamInventoryResult_t resultHandle /*SteamInventoryResult_t*/, CSteamID steamIDExpected /*class CSteamID*/ ) { - return _pi.ISteamInventory_CheckResultSteamID( resultHandle.Value /*C*/, steamIDExpected.Value /*C*/ ); + return _pi.ISteamInventory_CheckResultSteamID( resultHandle.Value, steamIDExpected.Value ); } // bool public bool ConsumeItem( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, SteamItemInstanceID_t itemConsume /*SteamItemInstanceID_t*/, uint unQuantity /*uint32*/ ) { - return _pi.ISteamInventory_ConsumeItem( ref pResultHandle.Value /*A*/, itemConsume.Value /*C*/, unQuantity /*C*/ ); + return _pi.ISteamInventory_ConsumeItem( ref pResultHandle.Value, itemConsume.Value, unQuantity ); } // bool public bool DeserializeResult( ref SteamInventoryResult_t pOutResultHandle /*SteamInventoryResult_t **/, IntPtr pBuffer /*const void **/, uint unBufferSize /*uint32*/, bool bRESERVED_MUST_BE_FALSE /*bool*/ ) { - return _pi.ISteamInventory_DeserializeResult( ref pOutResultHandle.Value /*A*/, (IntPtr) pBuffer /*C*/, unBufferSize /*C*/, bRESERVED_MUST_BE_FALSE /*C*/ ); + return _pi.ISteamInventory_DeserializeResult( ref pOutResultHandle.Value, (IntPtr) pBuffer, unBufferSize, bRESERVED_MUST_BE_FALSE ); } // void public void DestroyResult( SteamInventoryResult_t resultHandle /*SteamInventoryResult_t*/ ) { - _pi.ISteamInventory_DestroyResult( resultHandle.Value /*C*/ ); + _pi.ISteamInventory_DestroyResult( resultHandle.Value ); } // bool public bool ExchangeItems( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, ref SteamItemDef_t pArrayGenerate /*const SteamItemDef_t **/, out uint punArrayGenerateQuantity /*const uint32 **/, uint unArrayGenerateLength /*uint32*/, IntPtr pArrayDestroy /*const SteamItemInstanceID_t **/, IntPtr punArrayDestroyQuantity /*const uint32 **/, uint unArrayDestroyLength /*uint32*/ ) { - return _pi.ISteamInventory_ExchangeItems( ref pResultHandle.Value /*A*/, ref pArrayGenerate.Value /*A*/, out punArrayGenerateQuantity /*B*/, unArrayGenerateLength /*C*/, (IntPtr) pArrayDestroy, (IntPtr) punArrayDestroyQuantity, unArrayDestroyLength /*C*/ ); + return _pi.ISteamInventory_ExchangeItems( ref pResultHandle.Value, ref pArrayGenerate.Value, out punArrayGenerateQuantity, unArrayGenerateLength, (IntPtr) pArrayDestroy, (IntPtr) punArrayDestroyQuantity, unArrayDestroyLength ); } // bool public bool GenerateItems( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, IntPtr pArrayItemDefs /*const SteamItemDef_t **/, out uint punArrayQuantity /*const uint32 **/, uint unArrayLength /*uint32*/ ) { - return _pi.ISteamInventory_GenerateItems( ref pResultHandle.Value /*A*/, (IntPtr) pArrayItemDefs, out punArrayQuantity /*B*/, unArrayLength /*C*/ ); + return _pi.ISteamInventory_GenerateItems( ref pResultHandle.Value, (IntPtr) pArrayItemDefs, out punArrayQuantity, unArrayLength ); } // bool public bool GetAllItems( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/ ) { - return _pi.ISteamInventory_GetAllItems( ref pResultHandle.Value /*A*/ ); + return _pi.ISteamInventory_GetAllItems( ref pResultHandle.Value ); } // bool @@ -100,13 +100,13 @@ namespace SteamNative uint punItemDefIDsArraySize = 0; bool success = false; - success = _pi.ISteamInventory_GetItemDefinitionIDs( IntPtr.Zero, out punItemDefIDsArraySize /*B*/ ); + success = _pi.ISteamInventory_GetItemDefinitionIDs( IntPtr.Zero, out punItemDefIDsArraySize ); if ( !success || punItemDefIDsArraySize == 0) return null; var pItemDefIDs = new SteamItemDef_t[punItemDefIDsArraySize]; fixed ( void* pItemDefIDs_ptr = pItemDefIDs ) { - success = _pi.ISteamInventory_GetItemDefinitionIDs( (IntPtr) pItemDefIDs_ptr /*C*/, out punItemDefIDsArraySize /*B*/ ); + success = _pi.ISteamInventory_GetItemDefinitionIDs( (IntPtr) pItemDefIDs_ptr, out punItemDefIDsArraySize ); if ( !success ) return null; return pItemDefIDs; } @@ -120,7 +120,7 @@ namespace SteamNative pchValueBuffer = string.Empty; System.Text.StringBuilder pchValueBuffer_sb = new System.Text.StringBuilder( 4096 ); uint punValueBufferSize = 4096; - bSuccess = _pi.ISteamInventory_GetItemDefinitionProperty( iDefinition.Value /*C*/, pchPropertyName /*C*/, pchValueBuffer_sb /*C*/, out punValueBufferSize /*B*/ ); + bSuccess = _pi.ISteamInventory_GetItemDefinitionProperty( iDefinition.Value, pchPropertyName, pchValueBuffer_sb, out punValueBufferSize ); if ( !bSuccess ) return bSuccess; pchValueBuffer = pchValueBuffer_sb.ToString(); return bSuccess; @@ -129,7 +129,7 @@ namespace SteamNative // bool public bool GetItemsByID( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, IntPtr pInstanceIDs /*const SteamItemInstanceID_t **/, uint unCountInstanceIDs /*uint32*/ ) { - return _pi.ISteamInventory_GetItemsByID( ref pResultHandle.Value /*A*/, (IntPtr) pInstanceIDs, unCountInstanceIDs /*C*/ ); + return _pi.ISteamInventory_GetItemsByID( ref pResultHandle.Value, (IntPtr) pInstanceIDs, unCountInstanceIDs ); } // bool @@ -139,13 +139,13 @@ namespace SteamNative uint punOutItemsArraySize = 0; bool success = false; - success = _pi.ISteamInventory_GetResultItems( resultHandle.Value /*C*/, IntPtr.Zero, out punOutItemsArraySize /*B*/ ); + success = _pi.ISteamInventory_GetResultItems( resultHandle.Value, IntPtr.Zero, out punOutItemsArraySize ); if ( !success || punOutItemsArraySize == 0) return null; var pOutItemsArray = new SteamItemDetails_t[punOutItemsArraySize]; fixed ( void* pOutItemsArray_ptr = pOutItemsArray ) { - success = _pi.ISteamInventory_GetResultItems( resultHandle.Value /*C*/, (IntPtr) pOutItemsArray_ptr /*C*/, out punOutItemsArraySize /*B*/ ); + success = _pi.ISteamInventory_GetResultItems( resultHandle.Value, (IntPtr) pOutItemsArray_ptr, out punOutItemsArraySize ); if ( !success ) return null; return pOutItemsArray; } @@ -154,19 +154,19 @@ namespace SteamNative // Result public Result GetResultStatus( SteamInventoryResult_t resultHandle /*SteamInventoryResult_t*/ ) { - return _pi.ISteamInventory_GetResultStatus( resultHandle.Value /*C*/ ); + return _pi.ISteamInventory_GetResultStatus( resultHandle.Value ); } // uint public uint GetResultTimestamp( SteamInventoryResult_t resultHandle /*SteamInventoryResult_t*/ ) { - return _pi.ISteamInventory_GetResultTimestamp( resultHandle.Value /*C*/ ); + return _pi.ISteamInventory_GetResultTimestamp( resultHandle.Value ); } // bool public bool GrantPromoItems( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/ ) { - return _pi.ISteamInventory_GrantPromoItems( ref pResultHandle.Value /*A*/ ); + return _pi.ISteamInventory_GrantPromoItems( ref pResultHandle.Value ); } // bool @@ -184,25 +184,25 @@ namespace SteamNative // bool public bool SerializeResult( SteamInventoryResult_t resultHandle /*SteamInventoryResult_t*/, IntPtr pOutBuffer /*void **/, out uint punOutBufferSize /*uint32 **/ ) { - return _pi.ISteamInventory_SerializeResult( resultHandle.Value /*C*/, (IntPtr) pOutBuffer /*C*/, out punOutBufferSize /*B*/ ); + return _pi.ISteamInventory_SerializeResult( resultHandle.Value, (IntPtr) pOutBuffer, out punOutBufferSize ); } // bool public bool TradeItems( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, CSteamID steamIDTradePartner /*class CSteamID*/, ref SteamItemInstanceID_t pArrayGive /*const SteamItemInstanceID_t **/, out uint pArrayGiveQuantity /*const uint32 **/, uint nArrayGiveLength /*uint32*/, ref SteamItemInstanceID_t pArrayGet /*const SteamItemInstanceID_t **/, out uint pArrayGetQuantity /*const uint32 **/, uint nArrayGetLength /*uint32*/ ) { - return _pi.ISteamInventory_TradeItems( ref pResultHandle.Value /*A*/, steamIDTradePartner.Value /*C*/, ref pArrayGive.Value /*A*/, out pArrayGiveQuantity /*B*/, nArrayGiveLength /*C*/, ref pArrayGet.Value /*A*/, out pArrayGetQuantity /*B*/, nArrayGetLength /*C*/ ); + return _pi.ISteamInventory_TradeItems( ref pResultHandle.Value, steamIDTradePartner.Value, ref pArrayGive.Value, out pArrayGiveQuantity, nArrayGiveLength, ref pArrayGet.Value, out pArrayGetQuantity, nArrayGetLength ); } // bool public bool TransferItemQuantity( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, SteamItemInstanceID_t itemIdSource /*SteamItemInstanceID_t*/, uint unQuantity /*uint32*/, SteamItemInstanceID_t itemIdDest /*SteamItemInstanceID_t*/ ) { - return _pi.ISteamInventory_TransferItemQuantity( ref pResultHandle.Value /*A*/, itemIdSource.Value /*C*/, unQuantity /*C*/, itemIdDest.Value /*C*/ ); + return _pi.ISteamInventory_TransferItemQuantity( ref pResultHandle.Value, itemIdSource.Value, unQuantity, itemIdDest.Value ); } // bool public bool TriggerItemDrop( ref SteamInventoryResult_t pResultHandle /*SteamInventoryResult_t **/, SteamItemDef_t dropListDefinition /*SteamItemDef_t*/ ) { - return _pi.ISteamInventory_TriggerItemDrop( ref pResultHandle.Value /*A*/, dropListDefinition.Value /*C*/ ); + return _pi.ISteamInventory_TriggerItemDrop( ref pResultHandle.Value, dropListDefinition.Value ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmaking.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmaking.cs index 806bebc..88780e8 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmaking.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmaking.cs @@ -42,67 +42,67 @@ namespace SteamNative // int public int AddFavoriteGame( AppId_t nAppID /*AppId_t*/, uint nIP /*uint32*/, ushort nConnPort /*uint16*/, ushort nQueryPort /*uint16*/, uint unFlags /*uint32*/, uint rTime32LastPlayedOnServer /*uint32*/ ) { - return _pi.ISteamMatchmaking_AddFavoriteGame( nAppID.Value /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/, rTime32LastPlayedOnServer /*C*/ ); + return _pi.ISteamMatchmaking_AddFavoriteGame( nAppID.Value, nIP, nConnPort, nQueryPort, unFlags, rTime32LastPlayedOnServer ); } // void public void AddRequestLobbyListCompatibleMembersFilter( CSteamID steamIDLobby /*class CSteamID*/ ) { - _pi.ISteamMatchmaking_AddRequestLobbyListCompatibleMembersFilter( steamIDLobby.Value /*C*/ ); + _pi.ISteamMatchmaking_AddRequestLobbyListCompatibleMembersFilter( steamIDLobby.Value ); } // void public void AddRequestLobbyListDistanceFilter( LobbyDistanceFilter eLobbyDistanceFilter /*ELobbyDistanceFilter*/ ) { - _pi.ISteamMatchmaking_AddRequestLobbyListDistanceFilter( eLobbyDistanceFilter /*C*/ ); + _pi.ISteamMatchmaking_AddRequestLobbyListDistanceFilter( eLobbyDistanceFilter ); } // void public void AddRequestLobbyListFilterSlotsAvailable( int nSlotsAvailable /*int*/ ) { - _pi.ISteamMatchmaking_AddRequestLobbyListFilterSlotsAvailable( nSlotsAvailable /*C*/ ); + _pi.ISteamMatchmaking_AddRequestLobbyListFilterSlotsAvailable( nSlotsAvailable ); } // void public void AddRequestLobbyListNearValueFilter( string pchKeyToMatch /*const char **/, int nValueToBeCloseTo /*int*/ ) { - _pi.ISteamMatchmaking_AddRequestLobbyListNearValueFilter( pchKeyToMatch /*C*/, nValueToBeCloseTo /*C*/ ); + _pi.ISteamMatchmaking_AddRequestLobbyListNearValueFilter( pchKeyToMatch, nValueToBeCloseTo ); } // void public void AddRequestLobbyListNumericalFilter( string pchKeyToMatch /*const char **/, int nValueToMatch /*int*/, LobbyComparison eComparisonType /*ELobbyComparison*/ ) { - _pi.ISteamMatchmaking_AddRequestLobbyListNumericalFilter( pchKeyToMatch /*C*/, nValueToMatch /*C*/, eComparisonType /*C*/ ); + _pi.ISteamMatchmaking_AddRequestLobbyListNumericalFilter( pchKeyToMatch, nValueToMatch, eComparisonType ); } // void public void AddRequestLobbyListResultCountFilter( int cMaxResults /*int*/ ) { - _pi.ISteamMatchmaking_AddRequestLobbyListResultCountFilter( cMaxResults /*C*/ ); + _pi.ISteamMatchmaking_AddRequestLobbyListResultCountFilter( cMaxResults ); } // void public void AddRequestLobbyListStringFilter( string pchKeyToMatch /*const char **/, string pchValueToMatch /*const char **/, LobbyComparison eComparisonType /*ELobbyComparison*/ ) { - _pi.ISteamMatchmaking_AddRequestLobbyListStringFilter( pchKeyToMatch /*C*/, pchValueToMatch /*C*/, eComparisonType /*C*/ ); + _pi.ISteamMatchmaking_AddRequestLobbyListStringFilter( pchKeyToMatch, pchValueToMatch, eComparisonType ); } // SteamAPICall_t public SteamAPICall_t CreateLobby( LobbyType eLobbyType /*ELobbyType*/, int cMaxMembers /*int*/ ) { - return _pi.ISteamMatchmaking_CreateLobby( eLobbyType /*C*/, cMaxMembers /*C*/ ); + return _pi.ISteamMatchmaking_CreateLobby( eLobbyType, cMaxMembers ); } // bool public bool DeleteLobbyData( CSteamID steamIDLobby /*class CSteamID*/, string pchKey /*const char **/ ) { - return _pi.ISteamMatchmaking_DeleteLobbyData( steamIDLobby.Value /*C*/, pchKey /*C*/ ); + return _pi.ISteamMatchmaking_DeleteLobbyData( steamIDLobby.Value, pchKey ); } // bool public bool GetFavoriteGame( int iGame /*int*/, ref AppId_t pnAppID /*AppId_t **/, out uint pnIP /*uint32 **/, out ushort pnConnPort /*uint16 **/, out ushort pnQueryPort /*uint16 **/, IntPtr punFlags /*uint32 **/, out uint pRTime32LastPlayedOnServer /*uint32 **/ ) { - return _pi.ISteamMatchmaking_GetFavoriteGame( iGame /*C*/, ref pnAppID.Value /*A*/, out pnIP /*B*/, out pnConnPort /*B*/, out pnQueryPort /*B*/, (IntPtr) punFlags, out pRTime32LastPlayedOnServer /*B*/ ); + return _pi.ISteamMatchmaking_GetFavoriteGame( iGame, ref pnAppID.Value, out pnIP, out pnConnPort, out pnQueryPort, (IntPtr) punFlags, out pRTime32LastPlayedOnServer ); } // int @@ -114,13 +114,13 @@ namespace SteamNative // ulong public ulong GetLobbyByIndex( int iLobby /*int*/ ) { - return _pi.ISteamMatchmaking_GetLobbyByIndex( iLobby /*C*/ ); + return _pi.ISteamMatchmaking_GetLobbyByIndex( iLobby ); } // int public int GetLobbyChatEntry( CSteamID steamIDLobby /*class CSteamID*/, int iChatID /*int*/, out CSteamID pSteamIDUser /*class CSteamID **/, IntPtr pvData /*void **/, int cubData /*int*/, out ChatEntryType peChatEntryType /*EChatEntryType **/ ) { - return _pi.ISteamMatchmaking_GetLobbyChatEntry( steamIDLobby.Value /*C*/, iChatID /*C*/, out pSteamIDUser.Value /*B*/, (IntPtr) pvData /*C*/, cubData /*C*/, out peChatEntryType /*B*/ ); + return _pi.ISteamMatchmaking_GetLobbyChatEntry( steamIDLobby.Value, iChatID, out pSteamIDUser.Value, (IntPtr) pvData, cubData, out peChatEntryType ); } // string @@ -128,7 +128,7 @@ namespace SteamNative public string GetLobbyData( CSteamID steamIDLobby /*class CSteamID*/, string pchKey /*const char **/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamMatchmaking_GetLobbyData( steamIDLobby.Value /*C*/, pchKey /*C*/ ); + string_pointer = _pi.ISteamMatchmaking_GetLobbyData( steamIDLobby.Value, pchKey ); return Marshal.PtrToStringAnsi( string_pointer ); } @@ -144,7 +144,7 @@ namespace SteamNative pchValue = string.Empty; System.Text.StringBuilder pchValue_sb = new System.Text.StringBuilder( 4096 ); int cchValueBufferSize = 4096; - bSuccess = _pi.ISteamMatchmaking_GetLobbyDataByIndex( steamIDLobby.Value /*C*/, iLobbyData /*C*/, pchKey_sb /*C*/, cchKeyBufferSize /*C*/, pchValue_sb /*C*/, cchValueBufferSize /*C*/ ); + bSuccess = _pi.ISteamMatchmaking_GetLobbyDataByIndex( steamIDLobby.Value, iLobbyData, pchKey_sb, cchKeyBufferSize, pchValue_sb, cchValueBufferSize ); if ( !bSuccess ) return bSuccess; pchValue = pchValue_sb.ToString(); if ( !bSuccess ) return bSuccess; @@ -155,19 +155,19 @@ namespace SteamNative // int public int GetLobbyDataCount( CSteamID steamIDLobby /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_GetLobbyDataCount( steamIDLobby.Value /*C*/ ); + return _pi.ISteamMatchmaking_GetLobbyDataCount( steamIDLobby.Value ); } // bool public bool GetLobbyGameServer( CSteamID steamIDLobby /*class CSteamID*/, out uint punGameServerIP /*uint32 **/, out ushort punGameServerPort /*uint16 **/, out CSteamID psteamIDGameServer /*class CSteamID **/ ) { - return _pi.ISteamMatchmaking_GetLobbyGameServer( steamIDLobby.Value /*C*/, out punGameServerIP /*B*/, out punGameServerPort /*B*/, out psteamIDGameServer.Value /*B*/ ); + return _pi.ISteamMatchmaking_GetLobbyGameServer( steamIDLobby.Value, out punGameServerIP, out punGameServerPort, out psteamIDGameServer.Value ); } // ulong public ulong GetLobbyMemberByIndex( CSteamID steamIDLobby /*class CSteamID*/, int iMember /*int*/ ) { - return _pi.ISteamMatchmaking_GetLobbyMemberByIndex( steamIDLobby.Value /*C*/, iMember /*C*/ ); + return _pi.ISteamMatchmaking_GetLobbyMemberByIndex( steamIDLobby.Value, iMember ); } // string @@ -175,56 +175,56 @@ namespace SteamNative public string GetLobbyMemberData( CSteamID steamIDLobby /*class CSteamID*/, CSteamID steamIDUser /*class CSteamID*/, string pchKey /*const char **/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamMatchmaking_GetLobbyMemberData( steamIDLobby.Value /*C*/, steamIDUser.Value /*C*/, pchKey /*C*/ ); + string_pointer = _pi.ISteamMatchmaking_GetLobbyMemberData( steamIDLobby.Value, steamIDUser.Value, pchKey ); return Marshal.PtrToStringAnsi( string_pointer ); } // int public int GetLobbyMemberLimit( CSteamID steamIDLobby /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_GetLobbyMemberLimit( steamIDLobby.Value /*C*/ ); + return _pi.ISteamMatchmaking_GetLobbyMemberLimit( steamIDLobby.Value ); } // ulong public ulong GetLobbyOwner( CSteamID steamIDLobby /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_GetLobbyOwner( steamIDLobby.Value /*C*/ ); + return _pi.ISteamMatchmaking_GetLobbyOwner( steamIDLobby.Value ); } // int public int GetNumLobbyMembers( CSteamID steamIDLobby /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_GetNumLobbyMembers( steamIDLobby.Value /*C*/ ); + return _pi.ISteamMatchmaking_GetNumLobbyMembers( steamIDLobby.Value ); } // bool public bool InviteUserToLobby( CSteamID steamIDLobby /*class CSteamID*/, CSteamID steamIDInvitee /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_InviteUserToLobby( steamIDLobby.Value /*C*/, steamIDInvitee.Value /*C*/ ); + return _pi.ISteamMatchmaking_InviteUserToLobby( steamIDLobby.Value, steamIDInvitee.Value ); } // SteamAPICall_t public SteamAPICall_t JoinLobby( CSteamID steamIDLobby /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_JoinLobby( steamIDLobby.Value /*C*/ ); + return _pi.ISteamMatchmaking_JoinLobby( steamIDLobby.Value ); } // void public void LeaveLobby( CSteamID steamIDLobby /*class CSteamID*/ ) { - _pi.ISteamMatchmaking_LeaveLobby( steamIDLobby.Value /*C*/ ); + _pi.ISteamMatchmaking_LeaveLobby( steamIDLobby.Value ); } // bool public bool RemoveFavoriteGame( AppId_t nAppID /*AppId_t*/, uint nIP /*uint32*/, ushort nConnPort /*uint16*/, ushort nQueryPort /*uint16*/, uint unFlags /*uint32*/ ) { - return _pi.ISteamMatchmaking_RemoveFavoriteGame( nAppID.Value /*C*/, nIP /*C*/, nConnPort /*C*/, nQueryPort /*C*/, unFlags /*C*/ ); + return _pi.ISteamMatchmaking_RemoveFavoriteGame( nAppID.Value, nIP, nConnPort, nQueryPort, unFlags ); } // bool public bool RequestLobbyData( CSteamID steamIDLobby /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_RequestLobbyData( steamIDLobby.Value /*C*/ ); + return _pi.ISteamMatchmaking_RequestLobbyData( steamIDLobby.Value ); } // SteamAPICall_t @@ -236,55 +236,55 @@ namespace SteamNative // bool public bool SendLobbyChatMsg( CSteamID steamIDLobby /*class CSteamID*/, IntPtr pvMsgBody /*const void **/, int cubMsgBody /*int*/ ) { - return _pi.ISteamMatchmaking_SendLobbyChatMsg( steamIDLobby.Value /*C*/, (IntPtr) pvMsgBody /*C*/, cubMsgBody /*C*/ ); + return _pi.ISteamMatchmaking_SendLobbyChatMsg( steamIDLobby.Value, (IntPtr) pvMsgBody, cubMsgBody ); } // bool public bool SetLinkedLobby( CSteamID steamIDLobby /*class CSteamID*/, CSteamID steamIDLobbyDependent /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_SetLinkedLobby( steamIDLobby.Value /*C*/, steamIDLobbyDependent.Value /*C*/ ); + return _pi.ISteamMatchmaking_SetLinkedLobby( steamIDLobby.Value, steamIDLobbyDependent.Value ); } // bool public bool SetLobbyData( CSteamID steamIDLobby /*class CSteamID*/, string pchKey /*const char **/, string pchValue /*const char **/ ) { - return _pi.ISteamMatchmaking_SetLobbyData( steamIDLobby.Value /*C*/, pchKey /*C*/, pchValue /*C*/ ); + return _pi.ISteamMatchmaking_SetLobbyData( steamIDLobby.Value, pchKey, pchValue ); } // void public void SetLobbyGameServer( CSteamID steamIDLobby /*class CSteamID*/, uint unGameServerIP /*uint32*/, ushort unGameServerPort /*uint16*/, CSteamID steamIDGameServer /*class CSteamID*/ ) { - _pi.ISteamMatchmaking_SetLobbyGameServer( steamIDLobby.Value /*C*/, unGameServerIP /*C*/, unGameServerPort /*C*/, steamIDGameServer.Value /*C*/ ); + _pi.ISteamMatchmaking_SetLobbyGameServer( steamIDLobby.Value, unGameServerIP, unGameServerPort, steamIDGameServer.Value ); } // bool public bool SetLobbyJoinable( CSteamID steamIDLobby /*class CSteamID*/, bool bLobbyJoinable /*bool*/ ) { - return _pi.ISteamMatchmaking_SetLobbyJoinable( steamIDLobby.Value /*C*/, bLobbyJoinable /*C*/ ); + return _pi.ISteamMatchmaking_SetLobbyJoinable( steamIDLobby.Value, bLobbyJoinable ); } // void public void SetLobbyMemberData( CSteamID steamIDLobby /*class CSteamID*/, string pchKey /*const char **/, string pchValue /*const char **/ ) { - _pi.ISteamMatchmaking_SetLobbyMemberData( steamIDLobby.Value /*C*/, pchKey /*C*/, pchValue /*C*/ ); + _pi.ISteamMatchmaking_SetLobbyMemberData( steamIDLobby.Value, pchKey, pchValue ); } // bool public bool SetLobbyMemberLimit( CSteamID steamIDLobby /*class CSteamID*/, int cMaxMembers /*int*/ ) { - return _pi.ISteamMatchmaking_SetLobbyMemberLimit( steamIDLobby.Value /*C*/, cMaxMembers /*C*/ ); + return _pi.ISteamMatchmaking_SetLobbyMemberLimit( steamIDLobby.Value, cMaxMembers ); } // bool public bool SetLobbyOwner( CSteamID steamIDLobby /*class CSteamID*/, CSteamID steamIDNewOwner /*class CSteamID*/ ) { - return _pi.ISteamMatchmaking_SetLobbyOwner( steamIDLobby.Value /*C*/, steamIDNewOwner.Value /*C*/ ); + return _pi.ISteamMatchmaking_SetLobbyOwner( steamIDLobby.Value, steamIDNewOwner.Value ); } // bool public bool SetLobbyType( CSteamID steamIDLobby /*class CSteamID*/, LobbyType eLobbyType /*ELobbyType*/ ) { - return _pi.ISteamMatchmaking_SetLobbyType( steamIDLobby.Value /*C*/, eLobbyType /*C*/ ); + return _pi.ISteamMatchmaking_SetLobbyType( steamIDLobby.Value, eLobbyType ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmakingServers.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmakingServers.cs index 0b48140..3c177bc 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmakingServers.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMatchmakingServers.cs @@ -42,19 +42,19 @@ namespace SteamNative // void public void CancelQuery( HServerListRequest hRequest /*HServerListRequest*/ ) { - _pi.ISteamMatchmakingServers_CancelQuery( hRequest.Value /*C*/ ); + _pi.ISteamMatchmakingServers_CancelQuery( hRequest.Value ); } // void public void CancelServerQuery( HServerQuery hServerQuery /*HServerQuery*/ ) { - _pi.ISteamMatchmakingServers_CancelServerQuery( hServerQuery.Value /*C*/ ); + _pi.ISteamMatchmakingServers_CancelServerQuery( hServerQuery.Value ); } // int public int GetServerCount( HServerListRequest hRequest /*HServerListRequest*/ ) { - return _pi.ISteamMatchmakingServers_GetServerCount( hRequest.Value /*C*/ ); + return _pi.ISteamMatchmakingServers_GetServerCount( hRequest.Value ); } // gameserveritem_t * @@ -62,7 +62,7 @@ namespace SteamNative public gameserveritem_t GetServerDetails( HServerListRequest hRequest /*HServerListRequest*/, int iServer /*int*/ ) { IntPtr struct_pointer; - struct_pointer = _pi.ISteamMatchmakingServers_GetServerDetails( hRequest.Value /*C*/, iServer /*C*/ ); + struct_pointer = _pi.ISteamMatchmakingServers_GetServerDetails( hRequest.Value, iServer ); if ( struct_pointer == IntPtr.Zero ) return default(gameserveritem_t); return gameserveritem_t.FromPointer( struct_pointer ); } @@ -70,84 +70,84 @@ namespace SteamNative // bool public bool IsRefreshing( HServerListRequest hRequest /*HServerListRequest*/ ) { - return _pi.ISteamMatchmakingServers_IsRefreshing( hRequest.Value /*C*/ ); + return _pi.ISteamMatchmakingServers_IsRefreshing( hRequest.Value ); } // HServerQuery public HServerQuery PingServer( uint unIP /*uint32*/, ushort usPort /*uint16*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingPingResponse **/ ) { - return _pi.ISteamMatchmakingServers_PingServer( unIP /*C*/, usPort /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_PingServer( unIP, usPort, (IntPtr) pRequestServersResponse ); } // HServerQuery public HServerQuery PlayerDetails( uint unIP /*uint32*/, ushort usPort /*uint16*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingPlayersResponse **/ ) { - return _pi.ISteamMatchmakingServers_PlayerDetails( unIP /*C*/, usPort /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_PlayerDetails( unIP, usPort, (IntPtr) pRequestServersResponse ); } // void public void RefreshQuery( HServerListRequest hRequest /*HServerListRequest*/ ) { - _pi.ISteamMatchmakingServers_RefreshQuery( hRequest.Value /*C*/ ); + _pi.ISteamMatchmakingServers_RefreshQuery( hRequest.Value ); } // void public void RefreshServer( HServerListRequest hRequest /*HServerListRequest*/, int iServer /*int*/ ) { - _pi.ISteamMatchmakingServers_RefreshServer( hRequest.Value /*C*/, iServer /*C*/ ); + _pi.ISteamMatchmakingServers_RefreshServer( hRequest.Value, iServer ); } // void public void ReleaseRequest( HServerListRequest hServerListRequest /*HServerListRequest*/ ) { - _pi.ISteamMatchmakingServers_ReleaseRequest( hServerListRequest.Value /*C*/ ); + _pi.ISteamMatchmakingServers_ReleaseRequest( hServerListRequest.Value ); } // HServerListRequest // with: Detect_MatchmakingFilters public HServerListRequest RequestFavoritesServerList( AppId_t iApp /*AppId_t*/, IntPtr ppchFilters /*struct MatchMakingKeyValuePair_t ***/, uint nFilters /*uint32*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingServerListResponse **/ ) { - return _pi.ISteamMatchmakingServers_RequestFavoritesServerList( iApp.Value /*C*/, (IntPtr) ppchFilters, nFilters /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_RequestFavoritesServerList( iApp.Value, (IntPtr) ppchFilters, nFilters, (IntPtr) pRequestServersResponse ); } // HServerListRequest // with: Detect_MatchmakingFilters public HServerListRequest RequestFriendsServerList( AppId_t iApp /*AppId_t*/, IntPtr ppchFilters /*struct MatchMakingKeyValuePair_t ***/, uint nFilters /*uint32*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingServerListResponse **/ ) { - return _pi.ISteamMatchmakingServers_RequestFriendsServerList( iApp.Value /*C*/, (IntPtr) ppchFilters, nFilters /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_RequestFriendsServerList( iApp.Value, (IntPtr) ppchFilters, nFilters, (IntPtr) pRequestServersResponse ); } // HServerListRequest // with: Detect_MatchmakingFilters public HServerListRequest RequestHistoryServerList( AppId_t iApp /*AppId_t*/, IntPtr ppchFilters /*struct MatchMakingKeyValuePair_t ***/, uint nFilters /*uint32*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingServerListResponse **/ ) { - return _pi.ISteamMatchmakingServers_RequestHistoryServerList( iApp.Value /*C*/, (IntPtr) ppchFilters, nFilters /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_RequestHistoryServerList( iApp.Value, (IntPtr) ppchFilters, nFilters, (IntPtr) pRequestServersResponse ); } // HServerListRequest // with: Detect_MatchmakingFilters public HServerListRequest RequestInternetServerList( AppId_t iApp /*AppId_t*/, IntPtr ppchFilters /*struct MatchMakingKeyValuePair_t ***/, uint nFilters /*uint32*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingServerListResponse **/ ) { - return _pi.ISteamMatchmakingServers_RequestInternetServerList( iApp.Value /*C*/, (IntPtr) ppchFilters, nFilters /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_RequestInternetServerList( iApp.Value, (IntPtr) ppchFilters, nFilters, (IntPtr) pRequestServersResponse ); } // HServerListRequest public HServerListRequest RequestLANServerList( AppId_t iApp /*AppId_t*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingServerListResponse **/ ) { - return _pi.ISteamMatchmakingServers_RequestLANServerList( iApp.Value /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_RequestLANServerList( iApp.Value, (IntPtr) pRequestServersResponse ); } // HServerListRequest // with: Detect_MatchmakingFilters public HServerListRequest RequestSpectatorServerList( AppId_t iApp /*AppId_t*/, IntPtr ppchFilters /*struct MatchMakingKeyValuePair_t ***/, uint nFilters /*uint32*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingServerListResponse **/ ) { - return _pi.ISteamMatchmakingServers_RequestSpectatorServerList( iApp.Value /*C*/, (IntPtr) ppchFilters, nFilters /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_RequestSpectatorServerList( iApp.Value, (IntPtr) ppchFilters, nFilters, (IntPtr) pRequestServersResponse ); } // HServerQuery public HServerQuery ServerRules( uint unIP /*uint32*/, ushort usPort /*uint16*/, IntPtr pRequestServersResponse /*class ISteamMatchmakingRulesResponse **/ ) { - return _pi.ISteamMatchmakingServers_ServerRules( unIP /*C*/, usPort /*C*/, (IntPtr) pRequestServersResponse /*C*/ ); + return _pi.ISteamMatchmakingServers_ServerRules( unIP, usPort, (IntPtr) pRequestServersResponse ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusic.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusic.cs index 1120a45..3ae066f 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusic.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusic.cs @@ -90,7 +90,7 @@ namespace SteamNative // void public void SetVolume( float flVolume /*float*/ ) { - _pi.ISteamMusic_SetVolume( flVolume /*C*/ ); + _pi.ISteamMusic_SetVolume( flVolume ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusicRemote.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusicRemote.cs index 337a325..3a80957 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusicRemote.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamMusicRemote.cs @@ -42,7 +42,7 @@ namespace SteamNative // bool public bool BActivationSuccess( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_BActivationSuccess( bValue /*C*/ ); + return _pi.ISteamMusicRemote_BActivationSuccess( bValue ); } // bool @@ -60,7 +60,7 @@ namespace SteamNative // bool public bool CurrentEntryIsAvailable( bool bAvailable /*bool*/ ) { - return _pi.ISteamMusicRemote_CurrentEntryIsAvailable( bAvailable /*C*/ ); + return _pi.ISteamMusicRemote_CurrentEntryIsAvailable( bAvailable ); } // bool @@ -78,37 +78,37 @@ namespace SteamNative // bool public bool EnableLooped( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_EnableLooped( bValue /*C*/ ); + return _pi.ISteamMusicRemote_EnableLooped( bValue ); } // bool public bool EnablePlaylists( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_EnablePlaylists( bValue /*C*/ ); + return _pi.ISteamMusicRemote_EnablePlaylists( bValue ); } // bool public bool EnablePlayNext( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_EnablePlayNext( bValue /*C*/ ); + return _pi.ISteamMusicRemote_EnablePlayNext( bValue ); } // bool public bool EnablePlayPrevious( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_EnablePlayPrevious( bValue /*C*/ ); + return _pi.ISteamMusicRemote_EnablePlayPrevious( bValue ); } // bool public bool EnableQueue( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_EnableQueue( bValue /*C*/ ); + return _pi.ISteamMusicRemote_EnableQueue( bValue ); } // bool public bool EnableShuffled( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_EnableShuffled( bValue /*C*/ ); + return _pi.ISteamMusicRemote_EnableShuffled( bValue ); } // bool @@ -138,7 +138,7 @@ namespace SteamNative // bool public bool RegisterSteamMusicRemote( string pchName /*const char **/ ) { - return _pi.ISteamMusicRemote_RegisterSteamMusicRemote( pchName /*C*/ ); + return _pi.ISteamMusicRemote_RegisterSteamMusicRemote( pchName ); } // bool @@ -156,79 +156,79 @@ namespace SteamNative // bool public bool SetCurrentPlaylistEntry( int nID /*int*/ ) { - return _pi.ISteamMusicRemote_SetCurrentPlaylistEntry( nID /*C*/ ); + return _pi.ISteamMusicRemote_SetCurrentPlaylistEntry( nID ); } // bool public bool SetCurrentQueueEntry( int nID /*int*/ ) { - return _pi.ISteamMusicRemote_SetCurrentQueueEntry( nID /*C*/ ); + return _pi.ISteamMusicRemote_SetCurrentQueueEntry( nID ); } // bool public bool SetDisplayName( string pchDisplayName /*const char **/ ) { - return _pi.ISteamMusicRemote_SetDisplayName( pchDisplayName /*C*/ ); + return _pi.ISteamMusicRemote_SetDisplayName( pchDisplayName ); } // bool public bool SetPlaylistEntry( int nID /*int*/, int nPosition /*int*/, string pchEntryText /*const char **/ ) { - return _pi.ISteamMusicRemote_SetPlaylistEntry( nID /*C*/, nPosition /*C*/, pchEntryText /*C*/ ); + return _pi.ISteamMusicRemote_SetPlaylistEntry( nID, nPosition, pchEntryText ); } // bool public bool SetPNGIcon_64x64( IntPtr pvBuffer /*void **/, uint cbBufferLength /*uint32*/ ) { - return _pi.ISteamMusicRemote_SetPNGIcon_64x64( (IntPtr) pvBuffer /*C*/, cbBufferLength /*C*/ ); + return _pi.ISteamMusicRemote_SetPNGIcon_64x64( (IntPtr) pvBuffer, cbBufferLength ); } // bool public bool SetQueueEntry( int nID /*int*/, int nPosition /*int*/, string pchEntryText /*const char **/ ) { - return _pi.ISteamMusicRemote_SetQueueEntry( nID /*C*/, nPosition /*C*/, pchEntryText /*C*/ ); + return _pi.ISteamMusicRemote_SetQueueEntry( nID, nPosition, pchEntryText ); } // bool public bool UpdateCurrentEntryCoverArt( IntPtr pvBuffer /*void **/, uint cbBufferLength /*uint32*/ ) { - return _pi.ISteamMusicRemote_UpdateCurrentEntryCoverArt( (IntPtr) pvBuffer /*C*/, cbBufferLength /*C*/ ); + return _pi.ISteamMusicRemote_UpdateCurrentEntryCoverArt( (IntPtr) pvBuffer, cbBufferLength ); } // bool public bool UpdateCurrentEntryElapsedSeconds( int nValue /*int*/ ) { - return _pi.ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds( nValue /*C*/ ); + return _pi.ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds( nValue ); } // bool public bool UpdateCurrentEntryText( string pchText /*const char **/ ) { - return _pi.ISteamMusicRemote_UpdateCurrentEntryText( pchText /*C*/ ); + return _pi.ISteamMusicRemote_UpdateCurrentEntryText( pchText ); } // bool public bool UpdateLooped( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_UpdateLooped( bValue /*C*/ ); + return _pi.ISteamMusicRemote_UpdateLooped( bValue ); } // bool public bool UpdatePlaybackStatus( AudioPlayback_Status nStatus /*AudioPlayback_Status*/ ) { - return _pi.ISteamMusicRemote_UpdatePlaybackStatus( nStatus /*C*/ ); + return _pi.ISteamMusicRemote_UpdatePlaybackStatus( nStatus ); } // bool public bool UpdateShuffled( bool bValue /*bool*/ ) { - return _pi.ISteamMusicRemote_UpdateShuffled( bValue /*C*/ ); + return _pi.ISteamMusicRemote_UpdateShuffled( bValue ); } // bool public bool UpdateVolume( float flValue /*float*/ ) { - return _pi.ISteamMusicRemote_UpdateVolume( flValue /*C*/ ); + return _pi.ISteamMusicRemote_UpdateVolume( flValue ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamNetworking.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamNetworking.cs index 2ca124d..839951e 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamNetworking.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamNetworking.cs @@ -42,133 +42,133 @@ namespace SteamNative // bool public bool AcceptP2PSessionWithUser( CSteamID steamIDRemote /*class CSteamID*/ ) { - return _pi.ISteamNetworking_AcceptP2PSessionWithUser( steamIDRemote.Value /*C*/ ); + return _pi.ISteamNetworking_AcceptP2PSessionWithUser( steamIDRemote.Value ); } // bool public bool AllowP2PPacketRelay( bool bAllow /*bool*/ ) { - return _pi.ISteamNetworking_AllowP2PPacketRelay( bAllow /*C*/ ); + return _pi.ISteamNetworking_AllowP2PPacketRelay( bAllow ); } // bool public bool CloseP2PChannelWithUser( CSteamID steamIDRemote /*class CSteamID*/, int nChannel /*int*/ ) { - return _pi.ISteamNetworking_CloseP2PChannelWithUser( steamIDRemote.Value /*C*/, nChannel /*C*/ ); + return _pi.ISteamNetworking_CloseP2PChannelWithUser( steamIDRemote.Value, nChannel ); } // bool public bool CloseP2PSessionWithUser( CSteamID steamIDRemote /*class CSteamID*/ ) { - return _pi.ISteamNetworking_CloseP2PSessionWithUser( steamIDRemote.Value /*C*/ ); + return _pi.ISteamNetworking_CloseP2PSessionWithUser( steamIDRemote.Value ); } // SNetSocket_t public SNetSocket_t CreateConnectionSocket( uint nIP /*uint32*/, ushort nPort /*uint16*/, int nTimeoutSec /*int*/ ) { - return _pi.ISteamNetworking_CreateConnectionSocket( nIP /*C*/, nPort /*C*/, nTimeoutSec /*C*/ ); + return _pi.ISteamNetworking_CreateConnectionSocket( nIP, nPort, nTimeoutSec ); } // SNetListenSocket_t public SNetListenSocket_t CreateListenSocket( int nVirtualP2PPort /*int*/, uint nIP /*uint32*/, ushort nPort /*uint16*/, bool bAllowUseOfPacketRelay /*bool*/ ) { - return _pi.ISteamNetworking_CreateListenSocket( nVirtualP2PPort /*C*/, nIP /*C*/, nPort /*C*/, bAllowUseOfPacketRelay /*C*/ ); + return _pi.ISteamNetworking_CreateListenSocket( nVirtualP2PPort, nIP, nPort, bAllowUseOfPacketRelay ); } // SNetSocket_t public SNetSocket_t CreateP2PConnectionSocket( CSteamID steamIDTarget /*class CSteamID*/, int nVirtualPort /*int*/, int nTimeoutSec /*int*/, bool bAllowUseOfPacketRelay /*bool*/ ) { - return _pi.ISteamNetworking_CreateP2PConnectionSocket( steamIDTarget.Value /*C*/, nVirtualPort /*C*/, nTimeoutSec /*C*/, bAllowUseOfPacketRelay /*C*/ ); + return _pi.ISteamNetworking_CreateP2PConnectionSocket( steamIDTarget.Value, nVirtualPort, nTimeoutSec, bAllowUseOfPacketRelay ); } // bool public bool DestroyListenSocket( SNetListenSocket_t hSocket /*SNetListenSocket_t*/, bool bNotifyRemoteEnd /*bool*/ ) { - return _pi.ISteamNetworking_DestroyListenSocket( hSocket.Value /*C*/, bNotifyRemoteEnd /*C*/ ); + return _pi.ISteamNetworking_DestroyListenSocket( hSocket.Value, bNotifyRemoteEnd ); } // bool public bool DestroySocket( SNetSocket_t hSocket /*SNetSocket_t*/, bool bNotifyRemoteEnd /*bool*/ ) { - return _pi.ISteamNetworking_DestroySocket( hSocket.Value /*C*/, bNotifyRemoteEnd /*C*/ ); + return _pi.ISteamNetworking_DestroySocket( hSocket.Value, bNotifyRemoteEnd ); } // bool public bool GetListenSocketInfo( SNetListenSocket_t hListenSocket /*SNetListenSocket_t*/, out uint pnIP /*uint32 **/, out ushort pnPort /*uint16 **/ ) { - return _pi.ISteamNetworking_GetListenSocketInfo( hListenSocket.Value /*C*/, out pnIP /*B*/, out pnPort /*B*/ ); + return _pi.ISteamNetworking_GetListenSocketInfo( hListenSocket.Value, out pnIP, out pnPort ); } // int public int GetMaxPacketSize( SNetSocket_t hSocket /*SNetSocket_t*/ ) { - return _pi.ISteamNetworking_GetMaxPacketSize( hSocket.Value /*C*/ ); + return _pi.ISteamNetworking_GetMaxPacketSize( hSocket.Value ); } // bool public bool GetP2PSessionState( CSteamID steamIDRemote /*class CSteamID*/, ref P2PSessionState_t pConnectionState /*struct P2PSessionState_t **/ ) { - return _pi.ISteamNetworking_GetP2PSessionState( steamIDRemote.Value /*C*/, ref pConnectionState /*A*/ ); + return _pi.ISteamNetworking_GetP2PSessionState( steamIDRemote.Value, ref pConnectionState ); } // SNetSocketConnectionType public SNetSocketConnectionType GetSocketConnectionType( SNetSocket_t hSocket /*SNetSocket_t*/ ) { - return _pi.ISteamNetworking_GetSocketConnectionType( hSocket.Value /*C*/ ); + return _pi.ISteamNetworking_GetSocketConnectionType( hSocket.Value ); } // bool public bool GetSocketInfo( SNetSocket_t hSocket /*SNetSocket_t*/, out CSteamID pSteamIDRemote /*class CSteamID **/, IntPtr peSocketStatus /*int **/, out uint punIPRemote /*uint32 **/, out ushort punPortRemote /*uint16 **/ ) { - return _pi.ISteamNetworking_GetSocketInfo( hSocket.Value /*C*/, out pSteamIDRemote.Value /*B*/, (IntPtr) peSocketStatus, out punIPRemote /*B*/, out punPortRemote /*B*/ ); + return _pi.ISteamNetworking_GetSocketInfo( hSocket.Value, out pSteamIDRemote.Value, (IntPtr) peSocketStatus, out punIPRemote, out punPortRemote ); } // bool public bool IsDataAvailable( SNetListenSocket_t hListenSocket /*SNetListenSocket_t*/, out uint pcubMsgSize /*uint32 **/, ref SNetSocket_t phSocket /*SNetSocket_t **/ ) { - return _pi.ISteamNetworking_IsDataAvailable( hListenSocket.Value /*C*/, out pcubMsgSize /*B*/, ref phSocket.Value /*A*/ ); + return _pi.ISteamNetworking_IsDataAvailable( hListenSocket.Value, out pcubMsgSize, ref phSocket.Value ); } // bool public bool IsDataAvailableOnSocket( SNetSocket_t hSocket /*SNetSocket_t*/, out uint pcubMsgSize /*uint32 **/ ) { - return _pi.ISteamNetworking_IsDataAvailableOnSocket( hSocket.Value /*C*/, out pcubMsgSize /*B*/ ); + return _pi.ISteamNetworking_IsDataAvailableOnSocket( hSocket.Value, out pcubMsgSize ); } // bool public bool IsP2PPacketAvailable( out uint pcubMsgSize /*uint32 **/, int nChannel /*int*/ ) { - return _pi.ISteamNetworking_IsP2PPacketAvailable( out pcubMsgSize /*B*/, nChannel /*C*/ ); + return _pi.ISteamNetworking_IsP2PPacketAvailable( out pcubMsgSize, nChannel ); } // bool public bool ReadP2PPacket( IntPtr pubDest /*void **/, uint cubDest /*uint32*/, out uint pcubMsgSize /*uint32 **/, out CSteamID psteamIDRemote /*class CSteamID **/, int nChannel /*int*/ ) { - return _pi.ISteamNetworking_ReadP2PPacket( (IntPtr) pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, out psteamIDRemote.Value /*B*/, nChannel /*C*/ ); + return _pi.ISteamNetworking_ReadP2PPacket( (IntPtr) pubDest, cubDest, out pcubMsgSize, out psteamIDRemote.Value, nChannel ); } // bool public bool RetrieveData( SNetListenSocket_t hListenSocket /*SNetListenSocket_t*/, IntPtr pubDest /*void **/, uint cubDest /*uint32*/, out uint pcubMsgSize /*uint32 **/, ref SNetSocket_t phSocket /*SNetSocket_t **/ ) { - return _pi.ISteamNetworking_RetrieveData( hListenSocket.Value /*C*/, (IntPtr) pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/, ref phSocket.Value /*A*/ ); + return _pi.ISteamNetworking_RetrieveData( hListenSocket.Value, (IntPtr) pubDest, cubDest, out pcubMsgSize, ref phSocket.Value ); } // bool public bool RetrieveDataFromSocket( SNetSocket_t hSocket /*SNetSocket_t*/, IntPtr pubDest /*void **/, uint cubDest /*uint32*/, out uint pcubMsgSize /*uint32 **/ ) { - return _pi.ISteamNetworking_RetrieveDataFromSocket( hSocket.Value /*C*/, (IntPtr) pubDest /*C*/, cubDest /*C*/, out pcubMsgSize /*B*/ ); + return _pi.ISteamNetworking_RetrieveDataFromSocket( hSocket.Value, (IntPtr) pubDest, cubDest, out pcubMsgSize ); } // bool public bool SendDataOnSocket( SNetSocket_t hSocket /*SNetSocket_t*/, IntPtr pubData /*void **/, uint cubData /*uint32*/, bool bReliable /*bool*/ ) { - return _pi.ISteamNetworking_SendDataOnSocket( hSocket.Value /*C*/, (IntPtr) pubData /*C*/, cubData /*C*/, bReliable /*C*/ ); + return _pi.ISteamNetworking_SendDataOnSocket( hSocket.Value, (IntPtr) pubData, cubData, bReliable ); } // bool public bool SendP2PPacket( CSteamID steamIDRemote /*class CSteamID*/, IntPtr pubData /*const void **/, uint cubData /*uint32*/, P2PSend eP2PSendType /*EP2PSend*/, int nChannel /*int*/ ) { - return _pi.ISteamNetworking_SendP2PPacket( steamIDRemote.Value /*C*/, (IntPtr) pubData /*C*/, cubData /*C*/, eP2PSendType /*C*/, nChannel /*C*/ ); + return _pi.ISteamNetworking_SendP2PPacket( steamIDRemote.Value, (IntPtr) pubData, cubData, eP2PSendType, nChannel ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamRemoteStorage.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamRemoteStorage.cs index c40920a..ea1e753 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamRemoteStorage.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamRemoteStorage.cs @@ -42,133 +42,133 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t CommitPublishedFileUpdate( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/ ) { - return _pi.ISteamRemoteStorage_CommitPublishedFileUpdate( updateHandle.Value /*C*/ ); + return _pi.ISteamRemoteStorage_CommitPublishedFileUpdate( updateHandle.Value ); } // PublishedFileUpdateHandle_t public PublishedFileUpdateHandle_t CreatePublishedFileUpdateRequest( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/ ) { - return _pi.ISteamRemoteStorage_CreatePublishedFileUpdateRequest( unPublishedFileId.Value /*C*/ ); + return _pi.ISteamRemoteStorage_CreatePublishedFileUpdateRequest( unPublishedFileId.Value ); } // SteamAPICall_t public SteamAPICall_t DeletePublishedFile( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/ ) { - return _pi.ISteamRemoteStorage_DeletePublishedFile( unPublishedFileId.Value /*C*/ ); + return _pi.ISteamRemoteStorage_DeletePublishedFile( unPublishedFileId.Value ); } // SteamAPICall_t public SteamAPICall_t EnumeratePublishedFilesByUserAction( WorkshopFileAction eAction /*EWorkshopFileAction*/, uint unStartIndex /*uint32*/ ) { - return _pi.ISteamRemoteStorage_EnumeratePublishedFilesByUserAction( eAction /*C*/, unStartIndex /*C*/ ); + return _pi.ISteamRemoteStorage_EnumeratePublishedFilesByUserAction( eAction, unStartIndex ); } // SteamAPICall_t public SteamAPICall_t EnumeratePublishedWorkshopFiles( WorkshopEnumerationType eEnumerationType /*EWorkshopEnumerationType*/, uint unStartIndex /*uint32*/, uint unCount /*uint32*/, uint unDays /*uint32*/, IntPtr pTags /*struct SteamParamStringArray_t **/, IntPtr pUserTags /*struct SteamParamStringArray_t **/ ) { - return _pi.ISteamRemoteStorage_EnumeratePublishedWorkshopFiles( eEnumerationType /*C*/, unStartIndex /*C*/, unCount /*C*/, unDays /*C*/, (IntPtr) pTags, (IntPtr) pUserTags ); + return _pi.ISteamRemoteStorage_EnumeratePublishedWorkshopFiles( eEnumerationType, unStartIndex, unCount, unDays, (IntPtr) pTags, (IntPtr) pUserTags ); } // SteamAPICall_t public SteamAPICall_t EnumerateUserPublishedFiles( uint unStartIndex /*uint32*/ ) { - return _pi.ISteamRemoteStorage_EnumerateUserPublishedFiles( unStartIndex /*C*/ ); + return _pi.ISteamRemoteStorage_EnumerateUserPublishedFiles( unStartIndex ); } // SteamAPICall_t public SteamAPICall_t EnumerateUserSharedWorkshopFiles( CSteamID steamId /*class CSteamID*/, uint unStartIndex /*uint32*/, IntPtr pRequiredTags /*struct SteamParamStringArray_t **/, IntPtr pExcludedTags /*struct SteamParamStringArray_t **/ ) { - return _pi.ISteamRemoteStorage_EnumerateUserSharedWorkshopFiles( steamId.Value /*C*/, unStartIndex /*C*/, (IntPtr) pRequiredTags, (IntPtr) pExcludedTags ); + return _pi.ISteamRemoteStorage_EnumerateUserSharedWorkshopFiles( steamId.Value, unStartIndex, (IntPtr) pRequiredTags, (IntPtr) pExcludedTags ); } // SteamAPICall_t public SteamAPICall_t EnumerateUserSubscribedFiles( uint unStartIndex /*uint32*/ ) { - return _pi.ISteamRemoteStorage_EnumerateUserSubscribedFiles( unStartIndex /*C*/ ); + return _pi.ISteamRemoteStorage_EnumerateUserSubscribedFiles( unStartIndex ); } // bool public bool FileDelete( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_FileDelete( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_FileDelete( pchFile ); } // bool public bool FileExists( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_FileExists( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_FileExists( pchFile ); } // bool public bool FileForget( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_FileForget( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_FileForget( pchFile ); } // bool public bool FilePersisted( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_FilePersisted( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_FilePersisted( pchFile ); } // int public int FileRead( string pchFile /*const char **/, IntPtr pvData /*void **/, int cubDataToRead /*int32*/ ) { - return _pi.ISteamRemoteStorage_FileRead( pchFile /*C*/, (IntPtr) pvData /*C*/, cubDataToRead /*C*/ ); + return _pi.ISteamRemoteStorage_FileRead( pchFile, (IntPtr) pvData, cubDataToRead ); } // SteamAPICall_t public SteamAPICall_t FileReadAsync( string pchFile /*const char **/, uint nOffset /*uint32*/, uint cubToRead /*uint32*/ ) { - return _pi.ISteamRemoteStorage_FileReadAsync( pchFile /*C*/, nOffset /*C*/, cubToRead /*C*/ ); + return _pi.ISteamRemoteStorage_FileReadAsync( pchFile, nOffset, cubToRead ); } // bool public bool FileReadAsyncComplete( SteamAPICall_t hReadCall /*SteamAPICall_t*/, IntPtr pvBuffer /*void **/, uint cubToRead /*uint32*/ ) { - return _pi.ISteamRemoteStorage_FileReadAsyncComplete( hReadCall.Value /*C*/, (IntPtr) pvBuffer /*C*/, cubToRead /*C*/ ); + return _pi.ISteamRemoteStorage_FileReadAsyncComplete( hReadCall.Value, (IntPtr) pvBuffer, cubToRead ); } // SteamAPICall_t public SteamAPICall_t FileShare( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_FileShare( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_FileShare( pchFile ); } // bool public bool FileWrite( string pchFile /*const char **/, IntPtr pvData /*const void **/, int cubData /*int32*/ ) { - return _pi.ISteamRemoteStorage_FileWrite( pchFile /*C*/, (IntPtr) pvData /*C*/, cubData /*C*/ ); + return _pi.ISteamRemoteStorage_FileWrite( pchFile, (IntPtr) pvData, cubData ); } // SteamAPICall_t public SteamAPICall_t FileWriteAsync( string pchFile /*const char **/, IntPtr pvData /*const void **/, uint cubData /*uint32*/ ) { - return _pi.ISteamRemoteStorage_FileWriteAsync( pchFile /*C*/, (IntPtr) pvData /*C*/, cubData /*C*/ ); + return _pi.ISteamRemoteStorage_FileWriteAsync( pchFile, (IntPtr) pvData, cubData ); } // bool public bool FileWriteStreamCancel( UGCFileWriteStreamHandle_t writeHandle /*UGCFileWriteStreamHandle_t*/ ) { - return _pi.ISteamRemoteStorage_FileWriteStreamCancel( writeHandle.Value /*C*/ ); + return _pi.ISteamRemoteStorage_FileWriteStreamCancel( writeHandle.Value ); } // bool public bool FileWriteStreamClose( UGCFileWriteStreamHandle_t writeHandle /*UGCFileWriteStreamHandle_t*/ ) { - return _pi.ISteamRemoteStorage_FileWriteStreamClose( writeHandle.Value /*C*/ ); + return _pi.ISteamRemoteStorage_FileWriteStreamClose( writeHandle.Value ); } // UGCFileWriteStreamHandle_t public UGCFileWriteStreamHandle_t FileWriteStreamOpen( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_FileWriteStreamOpen( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_FileWriteStreamOpen( pchFile ); } // bool public bool FileWriteStreamWriteChunk( UGCFileWriteStreamHandle_t writeHandle /*UGCFileWriteStreamHandle_t*/, IntPtr pvData /*const void **/, int cubData /*int32*/ ) { - return _pi.ISteamRemoteStorage_FileWriteStreamWriteChunk( writeHandle.Value /*C*/, (IntPtr) pvData /*C*/, cubData /*C*/ ); + return _pi.ISteamRemoteStorage_FileWriteStreamWriteChunk( writeHandle.Value, (IntPtr) pvData, cubData ); } // int @@ -180,7 +180,7 @@ namespace SteamNative // UGCHandle_t public UGCHandle_t GetCachedUGCHandle( int iCachedContent /*int32*/ ) { - return _pi.ISteamRemoteStorage_GetCachedUGCHandle( iCachedContent /*C*/ ); + return _pi.ISteamRemoteStorage_GetCachedUGCHandle( iCachedContent ); } // int @@ -194,32 +194,32 @@ namespace SteamNative public string GetFileNameAndSize( int iFile /*int*/, IntPtr pnFileSizeInBytes /*int32 **/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamRemoteStorage_GetFileNameAndSize( iFile /*C*/, (IntPtr) pnFileSizeInBytes ); + string_pointer = _pi.ISteamRemoteStorage_GetFileNameAndSize( iFile, (IntPtr) pnFileSizeInBytes ); return Marshal.PtrToStringAnsi( string_pointer ); } // int public int GetFileSize( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_GetFileSize( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_GetFileSize( pchFile ); } // long public long GetFileTimestamp( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_GetFileTimestamp( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_GetFileTimestamp( pchFile ); } // SteamAPICall_t public SteamAPICall_t GetPublishedFileDetails( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/, uint unMaxSecondsOld /*uint32*/ ) { - return _pi.ISteamRemoteStorage_GetPublishedFileDetails( unPublishedFileId.Value /*C*/, unMaxSecondsOld /*C*/ ); + return _pi.ISteamRemoteStorage_GetPublishedFileDetails( unPublishedFileId.Value, unMaxSecondsOld ); } // SteamAPICall_t public SteamAPICall_t GetPublishedItemVoteDetails( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/ ) { - return _pi.ISteamRemoteStorage_GetPublishedItemVoteDetails( unPublishedFileId.Value /*C*/ ); + return _pi.ISteamRemoteStorage_GetPublishedItemVoteDetails( unPublishedFileId.Value ); } // bool @@ -231,7 +231,7 @@ namespace SteamNative // RemoteStoragePlatform public RemoteStoragePlatform GetSyncPlatforms( string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_GetSyncPlatforms( pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_GetSyncPlatforms( pchFile ); } // bool @@ -242,7 +242,7 @@ namespace SteamNative ppchName = string.Empty; System.Text.StringBuilder ppchName_sb = new System.Text.StringBuilder( 4096 ); int pnFileSizeInBytes = 4096; - bSuccess = _pi.ISteamRemoteStorage_GetUGCDetails( hContent.Value /*C*/, ref pnAppID.Value /*A*/, ppchName_sb /*C*/, (IntPtr) pnFileSizeInBytes, out pSteamIDOwner.Value /*B*/ ); + bSuccess = _pi.ISteamRemoteStorage_GetUGCDetails( hContent.Value, ref pnAppID.Value, ppchName_sb, (IntPtr) pnFileSizeInBytes, out pSteamIDOwner.Value ); if ( !bSuccess ) return bSuccess; ppchName = ppchName_sb.ToString(); return bSuccess; @@ -251,13 +251,13 @@ namespace SteamNative // bool public bool GetUGCDownloadProgress( UGCHandle_t hContent /*UGCHandle_t*/, out int pnBytesDownloaded /*int32 **/, out int pnBytesExpected /*int32 **/ ) { - return _pi.ISteamRemoteStorage_GetUGCDownloadProgress( hContent.Value /*C*/, out pnBytesDownloaded /*B*/, out pnBytesExpected /*B*/ ); + return _pi.ISteamRemoteStorage_GetUGCDownloadProgress( hContent.Value, out pnBytesDownloaded, out pnBytesExpected ); } // SteamAPICall_t public SteamAPICall_t GetUserPublishedItemVoteDetails( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/ ) { - return _pi.ISteamRemoteStorage_GetUserPublishedItemVoteDetails( unPublishedFileId.Value /*C*/ ); + return _pi.ISteamRemoteStorage_GetUserPublishedItemVoteDetails( unPublishedFileId.Value ); } // bool @@ -275,109 +275,109 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t PublishVideo( WorkshopVideoProvider eVideoProvider /*EWorkshopVideoProvider*/, string pchVideoAccount /*const char **/, string pchVideoIdentifier /*const char **/, string pchPreviewFile /*const char **/, AppId_t nConsumerAppId /*AppId_t*/, string pchTitle /*const char **/, string pchDescription /*const char **/, RemoteStoragePublishedFileVisibility eVisibility /*ERemoteStoragePublishedFileVisibility*/, IntPtr pTags /*struct SteamParamStringArray_t **/ ) { - return _pi.ISteamRemoteStorage_PublishVideo( eVideoProvider /*C*/, pchVideoAccount /*C*/, pchVideoIdentifier /*C*/, pchPreviewFile /*C*/, nConsumerAppId.Value /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, (IntPtr) pTags ); + return _pi.ISteamRemoteStorage_PublishVideo( eVideoProvider, pchVideoAccount, pchVideoIdentifier, pchPreviewFile, nConsumerAppId.Value, pchTitle, pchDescription, eVisibility, (IntPtr) pTags ); } // SteamAPICall_t public SteamAPICall_t PublishWorkshopFile( string pchFile /*const char **/, string pchPreviewFile /*const char **/, AppId_t nConsumerAppId /*AppId_t*/, string pchTitle /*const char **/, string pchDescription /*const char **/, RemoteStoragePublishedFileVisibility eVisibility /*ERemoteStoragePublishedFileVisibility*/, IntPtr pTags /*struct SteamParamStringArray_t **/, WorkshopFileType eWorkshopFileType /*EWorkshopFileType*/ ) { - return _pi.ISteamRemoteStorage_PublishWorkshopFile( pchFile /*C*/, pchPreviewFile /*C*/, nConsumerAppId.Value /*C*/, pchTitle /*C*/, pchDescription /*C*/, eVisibility /*C*/, (IntPtr) pTags, eWorkshopFileType /*C*/ ); + return _pi.ISteamRemoteStorage_PublishWorkshopFile( pchFile, pchPreviewFile, nConsumerAppId.Value, pchTitle, pchDescription, eVisibility, (IntPtr) pTags, eWorkshopFileType ); } // void public void SetCloudEnabledForApp( bool bEnabled /*bool*/ ) { - _pi.ISteamRemoteStorage_SetCloudEnabledForApp( bEnabled /*C*/ ); + _pi.ISteamRemoteStorage_SetCloudEnabledForApp( bEnabled ); } // bool public bool SetSyncPlatforms( string pchFile /*const char **/, RemoteStoragePlatform eRemoteStoragePlatform /*ERemoteStoragePlatform*/ ) { - return _pi.ISteamRemoteStorage_SetSyncPlatforms( pchFile /*C*/, eRemoteStoragePlatform /*C*/ ); + return _pi.ISteamRemoteStorage_SetSyncPlatforms( pchFile, eRemoteStoragePlatform ); } // SteamAPICall_t public SteamAPICall_t SetUserPublishedFileAction( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/, WorkshopFileAction eAction /*EWorkshopFileAction*/ ) { - return _pi.ISteamRemoteStorage_SetUserPublishedFileAction( unPublishedFileId.Value /*C*/, eAction /*C*/ ); + return _pi.ISteamRemoteStorage_SetUserPublishedFileAction( unPublishedFileId.Value, eAction ); } // SteamAPICall_t public SteamAPICall_t SubscribePublishedFile( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/ ) { - return _pi.ISteamRemoteStorage_SubscribePublishedFile( unPublishedFileId.Value /*C*/ ); + return _pi.ISteamRemoteStorage_SubscribePublishedFile( unPublishedFileId.Value ); } // SteamAPICall_t public SteamAPICall_t UGCDownload( UGCHandle_t hContent /*UGCHandle_t*/, uint unPriority /*uint32*/ ) { - return _pi.ISteamRemoteStorage_UGCDownload( hContent.Value /*C*/, unPriority /*C*/ ); + return _pi.ISteamRemoteStorage_UGCDownload( hContent.Value, unPriority ); } // SteamAPICall_t public SteamAPICall_t UGCDownloadToLocation( UGCHandle_t hContent /*UGCHandle_t*/, string pchLocation /*const char **/, uint unPriority /*uint32*/ ) { - return _pi.ISteamRemoteStorage_UGCDownloadToLocation( hContent.Value /*C*/, pchLocation /*C*/, unPriority /*C*/ ); + return _pi.ISteamRemoteStorage_UGCDownloadToLocation( hContent.Value, pchLocation, unPriority ); } // int public int UGCRead( UGCHandle_t hContent /*UGCHandle_t*/, IntPtr pvData /*void **/, int cubDataToRead /*int32*/, uint cOffset /*uint32*/, UGCReadAction eAction /*EUGCReadAction*/ ) { - return _pi.ISteamRemoteStorage_UGCRead( hContent.Value /*C*/, (IntPtr) pvData /*C*/, cubDataToRead /*C*/, cOffset /*C*/, eAction /*C*/ ); + return _pi.ISteamRemoteStorage_UGCRead( hContent.Value, (IntPtr) pvData, cubDataToRead, cOffset, eAction ); } // SteamAPICall_t public SteamAPICall_t UnsubscribePublishedFile( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/ ) { - return _pi.ISteamRemoteStorage_UnsubscribePublishedFile( unPublishedFileId.Value /*C*/ ); + return _pi.ISteamRemoteStorage_UnsubscribePublishedFile( unPublishedFileId.Value ); } // bool public bool UpdatePublishedFileDescription( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/, string pchDescription /*const char **/ ) { - return _pi.ISteamRemoteStorage_UpdatePublishedFileDescription( updateHandle.Value /*C*/, pchDescription /*C*/ ); + return _pi.ISteamRemoteStorage_UpdatePublishedFileDescription( updateHandle.Value, pchDescription ); } // bool public bool UpdatePublishedFileFile( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/, string pchFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_UpdatePublishedFileFile( updateHandle.Value /*C*/, pchFile /*C*/ ); + return _pi.ISteamRemoteStorage_UpdatePublishedFileFile( updateHandle.Value, pchFile ); } // bool public bool UpdatePublishedFilePreviewFile( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/, string pchPreviewFile /*const char **/ ) { - return _pi.ISteamRemoteStorage_UpdatePublishedFilePreviewFile( updateHandle.Value /*C*/, pchPreviewFile /*C*/ ); + return _pi.ISteamRemoteStorage_UpdatePublishedFilePreviewFile( updateHandle.Value, pchPreviewFile ); } // bool public bool UpdatePublishedFileSetChangeDescription( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/, string pchChangeDescription /*const char **/ ) { - return _pi.ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription( updateHandle.Value /*C*/, pchChangeDescription /*C*/ ); + return _pi.ISteamRemoteStorage_UpdatePublishedFileSetChangeDescription( updateHandle.Value, pchChangeDescription ); } // bool public bool UpdatePublishedFileTags( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/, IntPtr pTags /*struct SteamParamStringArray_t **/ ) { - return _pi.ISteamRemoteStorage_UpdatePublishedFileTags( updateHandle.Value /*C*/, (IntPtr) pTags ); + return _pi.ISteamRemoteStorage_UpdatePublishedFileTags( updateHandle.Value, (IntPtr) pTags ); } // bool public bool UpdatePublishedFileTitle( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/, string pchTitle /*const char **/ ) { - return _pi.ISteamRemoteStorage_UpdatePublishedFileTitle( updateHandle.Value /*C*/, pchTitle /*C*/ ); + return _pi.ISteamRemoteStorage_UpdatePublishedFileTitle( updateHandle.Value, pchTitle ); } // bool public bool UpdatePublishedFileVisibility( PublishedFileUpdateHandle_t updateHandle /*PublishedFileUpdateHandle_t*/, RemoteStoragePublishedFileVisibility eVisibility /*ERemoteStoragePublishedFileVisibility*/ ) { - return _pi.ISteamRemoteStorage_UpdatePublishedFileVisibility( updateHandle.Value /*C*/, eVisibility /*C*/ ); + return _pi.ISteamRemoteStorage_UpdatePublishedFileVisibility( updateHandle.Value, eVisibility ); } // SteamAPICall_t public SteamAPICall_t UpdateUserPublishedItemVote( PublishedFileId_t unPublishedFileId /*PublishedFileId_t*/, bool bVoteUp /*bool*/ ) { - return _pi.ISteamRemoteStorage_UpdateUserPublishedItemVote( unPublishedFileId.Value /*C*/, bVoteUp /*C*/ ); + return _pi.ISteamRemoteStorage_UpdateUserPublishedItemVote( unPublishedFileId.Value, bVoteUp ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamScreenshots.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamScreenshots.cs index 2f50169..faa12fd 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamScreenshots.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamScreenshots.cs @@ -42,31 +42,31 @@ namespace SteamNative // ScreenshotHandle public ScreenshotHandle AddScreenshotToLibrary( string pchFilename /*const char **/, string pchThumbnailFilename /*const char **/, int nWidth /*int*/, int nHeight /*int*/ ) { - return _pi.ISteamScreenshots_AddScreenshotToLibrary( pchFilename /*C*/, pchThumbnailFilename /*C*/, nWidth /*C*/, nHeight /*C*/ ); + return _pi.ISteamScreenshots_AddScreenshotToLibrary( pchFilename, pchThumbnailFilename, nWidth, nHeight ); } // void public void HookScreenshots( bool bHook /*bool*/ ) { - _pi.ISteamScreenshots_HookScreenshots( bHook /*C*/ ); + _pi.ISteamScreenshots_HookScreenshots( bHook ); } // bool public bool SetLocation( ScreenshotHandle hScreenshot /*ScreenshotHandle*/, string pchLocation /*const char **/ ) { - return _pi.ISteamScreenshots_SetLocation( hScreenshot.Value /*C*/, pchLocation /*C*/ ); + return _pi.ISteamScreenshots_SetLocation( hScreenshot.Value, pchLocation ); } // bool public bool TagPublishedFile( ScreenshotHandle hScreenshot /*ScreenshotHandle*/, PublishedFileId_t unPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamScreenshots_TagPublishedFile( hScreenshot.Value /*C*/, unPublishedFileID.Value /*C*/ ); + return _pi.ISteamScreenshots_TagPublishedFile( hScreenshot.Value, unPublishedFileID.Value ); } // bool public bool TagUser( ScreenshotHandle hScreenshot /*ScreenshotHandle*/, CSteamID steamID /*class CSteamID*/ ) { - return _pi.ISteamScreenshots_TagUser( hScreenshot.Value /*C*/, steamID.Value /*C*/ ); + return _pi.ISteamScreenshots_TagUser( hScreenshot.Value, steamID.Value ); } // void @@ -78,7 +78,7 @@ namespace SteamNative // ScreenshotHandle public ScreenshotHandle WriteScreenshot( IntPtr pubRGB /*void **/, uint cubRGB /*uint32*/, int nWidth /*int*/, int nHeight /*int*/ ) { - return _pi.ISteamScreenshots_WriteScreenshot( (IntPtr) pubRGB /*C*/, cubRGB /*C*/, nWidth /*C*/, nHeight /*C*/ ); + return _pi.ISteamScreenshots_WriteScreenshot( (IntPtr) pubRGB, cubRGB, nWidth, nHeight ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUGC.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUGC.cs index 932c11b..8011a94 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUGC.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUGC.cs @@ -42,61 +42,61 @@ namespace SteamNative // bool public bool AddExcludedTag( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, string pTagName /*const char **/ ) { - return _pi.ISteamUGC_AddExcludedTag( handle.Value /*C*/, pTagName /*C*/ ); + return _pi.ISteamUGC_AddExcludedTag( handle.Value, pTagName ); } // bool public bool AddItemKeyValueTag( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pchKey /*const char **/, string pchValue /*const char **/ ) { - return _pi.ISteamUGC_AddItemKeyValueTag( handle.Value /*C*/, pchKey /*C*/, pchValue /*C*/ ); + return _pi.ISteamUGC_AddItemKeyValueTag( handle.Value, pchKey, pchValue ); } // bool public bool AddItemPreviewFile( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pszPreviewFile /*const char **/, ItemPreviewType type /*EItemPreviewType*/ ) { - return _pi.ISteamUGC_AddItemPreviewFile( handle.Value /*C*/, pszPreviewFile /*C*/, type /*C*/ ); + return _pi.ISteamUGC_AddItemPreviewFile( handle.Value, pszPreviewFile, type ); } // bool public bool AddItemPreviewVideo( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pszVideoID /*const char **/ ) { - return _pi.ISteamUGC_AddItemPreviewVideo( handle.Value /*C*/, pszVideoID /*C*/ ); + return _pi.ISteamUGC_AddItemPreviewVideo( handle.Value, pszVideoID ); } // SteamAPICall_t public SteamAPICall_t AddItemToFavorites( AppId_t nAppId /*AppId_t*/, PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamUGC_AddItemToFavorites( nAppId.Value /*C*/, nPublishedFileID.Value /*C*/ ); + return _pi.ISteamUGC_AddItemToFavorites( nAppId.Value, nPublishedFileID.Value ); } // bool public bool AddRequiredKeyValueTag( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, string pKey /*const char **/, string pValue /*const char **/ ) { - return _pi.ISteamUGC_AddRequiredKeyValueTag( handle.Value /*C*/, pKey /*C*/, pValue /*C*/ ); + return _pi.ISteamUGC_AddRequiredKeyValueTag( handle.Value, pKey, pValue ); } // bool public bool AddRequiredTag( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, string pTagName /*const char **/ ) { - return _pi.ISteamUGC_AddRequiredTag( handle.Value /*C*/, pTagName /*C*/ ); + return _pi.ISteamUGC_AddRequiredTag( handle.Value, pTagName ); } // bool public bool BInitWorkshopForGameServer( DepotId_t unWorkshopDepotID /*DepotId_t*/, string pszFolder /*const char **/ ) { - return _pi.ISteamUGC_BInitWorkshopForGameServer( unWorkshopDepotID.Value /*C*/, pszFolder /*C*/ ); + return _pi.ISteamUGC_BInitWorkshopForGameServer( unWorkshopDepotID.Value, pszFolder ); } // SteamAPICall_t public SteamAPICall_t CreateItem( AppId_t nConsumerAppId /*AppId_t*/, WorkshopFileType eFileType /*EWorkshopFileType*/ ) { - return _pi.ISteamUGC_CreateItem( nConsumerAppId.Value /*C*/, eFileType /*C*/ ); + return _pi.ISteamUGC_CreateItem( nConsumerAppId.Value, eFileType ); } // UGCQueryHandle_t public UGCQueryHandle_t CreateQueryAllUGCRequest( UGCQuery eQueryType /*EUGCQuery*/, UGCMatchingUGCType eMatchingeMatchingUGCTypeFileType /*EUGCMatchingUGCType*/, AppId_t nCreatorAppID /*AppId_t*/, AppId_t nConsumerAppID /*AppId_t*/, uint unPage /*uint32*/ ) { - return _pi.ISteamUGC_CreateQueryAllUGCRequest( eQueryType /*C*/, eMatchingeMatchingUGCTypeFileType /*C*/, nCreatorAppID.Value /*C*/, nConsumerAppID.Value /*C*/, unPage /*C*/ ); + return _pi.ISteamUGC_CreateQueryAllUGCRequest( eQueryType, eMatchingeMatchingUGCTypeFileType, nCreatorAppID.Value, nConsumerAppID.Value, unPage ); } // with: Detect_VectorReturn @@ -106,26 +106,26 @@ namespace SteamNative var unNumPublishedFileIDs = (uint) pvecPublishedFileID.Length; fixed ( PublishedFileId_t* pvecPublishedFileID_ptr = pvecPublishedFileID ) { - return _pi.ISteamUGC_CreateQueryUGCDetailsRequest( (IntPtr) pvecPublishedFileID_ptr /*C*/, unNumPublishedFileIDs /*C*/ ); + return _pi.ISteamUGC_CreateQueryUGCDetailsRequest( (IntPtr) pvecPublishedFileID_ptr, unNumPublishedFileIDs ); } } // UGCQueryHandle_t public UGCQueryHandle_t CreateQueryUserUGCRequest( AccountID_t unAccountID /*AccountID_t*/, UserUGCList eListType /*EUserUGCList*/, UGCMatchingUGCType eMatchingUGCType /*EUGCMatchingUGCType*/, UserUGCListSortOrder eSortOrder /*EUserUGCListSortOrder*/, AppId_t nCreatorAppID /*AppId_t*/, AppId_t nConsumerAppID /*AppId_t*/, uint unPage /*uint32*/ ) { - return _pi.ISteamUGC_CreateQueryUserUGCRequest( unAccountID.Value /*C*/, eListType /*C*/, eMatchingUGCType /*C*/, eSortOrder /*C*/, nCreatorAppID.Value /*C*/, nConsumerAppID.Value /*C*/, unPage /*C*/ ); + return _pi.ISteamUGC_CreateQueryUserUGCRequest( unAccountID.Value, eListType, eMatchingUGCType, eSortOrder, nCreatorAppID.Value, nConsumerAppID.Value, unPage ); } // bool public bool DownloadItem( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/, bool bHighPriority /*bool*/ ) { - return _pi.ISteamUGC_DownloadItem( nPublishedFileID.Value /*C*/, bHighPriority /*C*/ ); + return _pi.ISteamUGC_DownloadItem( nPublishedFileID.Value, bHighPriority ); } // bool public bool GetItemDownloadInfo( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/, out ulong punBytesDownloaded /*uint64 **/, out ulong punBytesTotal /*uint64 **/ ) { - return _pi.ISteamUGC_GetItemDownloadInfo( nPublishedFileID.Value /*C*/, out punBytesDownloaded /*B*/, out punBytesTotal /*B*/ ); + return _pi.ISteamUGC_GetItemDownloadInfo( nPublishedFileID.Value, out punBytesDownloaded, out punBytesTotal ); } // bool @@ -136,7 +136,7 @@ namespace SteamNative pchFolder = string.Empty; System.Text.StringBuilder pchFolder_sb = new System.Text.StringBuilder( 4096 ); uint cchFolderSize = 4096; - bSuccess = _pi.ISteamUGC_GetItemInstallInfo( nPublishedFileID.Value /*C*/, out punSizeOnDisk /*B*/, pchFolder_sb /*C*/, cchFolderSize /*C*/, out punTimeStamp /*B*/ ); + bSuccess = _pi.ISteamUGC_GetItemInstallInfo( nPublishedFileID.Value, out punSizeOnDisk, pchFolder_sb, cchFolderSize, out punTimeStamp ); if ( !bSuccess ) return bSuccess; pchFolder = pchFolder_sb.ToString(); return bSuccess; @@ -145,13 +145,13 @@ namespace SteamNative // uint public uint GetItemState( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamUGC_GetItemState( nPublishedFileID.Value /*C*/ ); + return _pi.ISteamUGC_GetItemState( nPublishedFileID.Value ); } // ItemUpdateStatus public ItemUpdateStatus GetItemUpdateProgress( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, out ulong punBytesProcessed /*uint64 **/, out ulong punBytesTotal /*uint64 **/ ) { - return _pi.ISteamUGC_GetItemUpdateProgress( handle.Value /*C*/, out punBytesProcessed /*B*/, out punBytesTotal /*B*/ ); + return _pi.ISteamUGC_GetItemUpdateProgress( handle.Value, out punBytesProcessed, out punBytesTotal ); } // uint @@ -172,7 +172,7 @@ namespace SteamNative pchOriginalFileName = string.Empty; System.Text.StringBuilder pchOriginalFileName_sb = new System.Text.StringBuilder( 4096 ); uint cchOriginalFileNameSize = 4096; - bSuccess = _pi.ISteamUGC_GetQueryUGCAdditionalPreview( handle.Value /*C*/, index /*C*/, previewIndex /*C*/, pchURLOrVideoID_sb /*C*/, cchURLSize /*C*/, pchOriginalFileName_sb /*C*/, cchOriginalFileNameSize /*C*/, out pPreviewType /*B*/ ); + bSuccess = _pi.ISteamUGC_GetQueryUGCAdditionalPreview( handle.Value, index, previewIndex, pchURLOrVideoID_sb, cchURLSize, pchOriginalFileName_sb, cchOriginalFileNameSize, out pPreviewType ); if ( !bSuccess ) return bSuccess; pchOriginalFileName = pchOriginalFileName_sb.ToString(); if ( !bSuccess ) return bSuccess; @@ -183,7 +183,7 @@ namespace SteamNative // bool public bool GetQueryUGCChildren( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, uint index /*uint32*/, PublishedFileId_t* pvecPublishedFileID /*PublishedFileId_t **/, uint cMaxEntries /*uint32*/ ) { - return _pi.ISteamUGC_GetQueryUGCChildren( handle.Value /*C*/, index /*C*/, (IntPtr) pvecPublishedFileID /*C*/, cMaxEntries /*C*/ ); + return _pi.ISteamUGC_GetQueryUGCChildren( handle.Value, index, (IntPtr) pvecPublishedFileID, cMaxEntries ); } // bool @@ -198,7 +198,7 @@ namespace SteamNative pchValue = string.Empty; System.Text.StringBuilder pchValue_sb = new System.Text.StringBuilder( 4096 ); uint cchValueSize = 4096; - bSuccess = _pi.ISteamUGC_GetQueryUGCKeyValueTag( handle.Value /*C*/, index /*C*/, keyValueTagIndex /*C*/, pchKey_sb /*C*/, cchKeySize /*C*/, pchValue_sb /*C*/, cchValueSize /*C*/ ); + bSuccess = _pi.ISteamUGC_GetQueryUGCKeyValueTag( handle.Value, index, keyValueTagIndex, pchKey_sb, cchKeySize, pchValue_sb, cchValueSize ); if ( !bSuccess ) return bSuccess; pchValue = pchValue_sb.ToString(); if ( !bSuccess ) return bSuccess; @@ -214,7 +214,7 @@ namespace SteamNative pchMetadata = string.Empty; System.Text.StringBuilder pchMetadata_sb = new System.Text.StringBuilder( 4096 ); uint cchMetadatasize = 4096; - bSuccess = _pi.ISteamUGC_GetQueryUGCMetadata( handle.Value /*C*/, index /*C*/, pchMetadata_sb /*C*/, cchMetadatasize /*C*/ ); + bSuccess = _pi.ISteamUGC_GetQueryUGCMetadata( handle.Value, index, pchMetadata_sb, cchMetadatasize ); if ( !bSuccess ) return bSuccess; pchMetadata = pchMetadata_sb.ToString(); return bSuccess; @@ -223,13 +223,13 @@ namespace SteamNative // uint public uint GetQueryUGCNumAdditionalPreviews( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, uint index /*uint32*/ ) { - return _pi.ISteamUGC_GetQueryUGCNumAdditionalPreviews( handle.Value /*C*/, index /*C*/ ); + return _pi.ISteamUGC_GetQueryUGCNumAdditionalPreviews( handle.Value, index ); } // uint public uint GetQueryUGCNumKeyValueTags( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, uint index /*uint32*/ ) { - return _pi.ISteamUGC_GetQueryUGCNumKeyValueTags( handle.Value /*C*/, index /*C*/ ); + return _pi.ISteamUGC_GetQueryUGCNumKeyValueTags( handle.Value, index ); } // bool @@ -240,7 +240,7 @@ namespace SteamNative pchURL = string.Empty; System.Text.StringBuilder pchURL_sb = new System.Text.StringBuilder( 4096 ); uint cchURLSize = 4096; - bSuccess = _pi.ISteamUGC_GetQueryUGCPreviewURL( handle.Value /*C*/, index /*C*/, pchURL_sb /*C*/, cchURLSize /*C*/ ); + bSuccess = _pi.ISteamUGC_GetQueryUGCPreviewURL( handle.Value, index, pchURL_sb, cchURLSize ); if ( !bSuccess ) return bSuccess; pchURL = pchURL_sb.ToString(); return bSuccess; @@ -249,229 +249,229 @@ namespace SteamNative // bool public bool GetQueryUGCResult( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, uint index /*uint32*/, ref SteamUGCDetails_t pDetails /*struct SteamUGCDetails_t **/ ) { - return _pi.ISteamUGC_GetQueryUGCResult( handle.Value /*C*/, index /*C*/, ref pDetails /*A*/ ); + return _pi.ISteamUGC_GetQueryUGCResult( handle.Value, index, ref pDetails ); } // bool public bool GetQueryUGCStatistic( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, uint index /*uint32*/, ItemStatistic eStatType /*EItemStatistic*/, out uint pStatValue /*uint32 **/ ) { - return _pi.ISteamUGC_GetQueryUGCStatistic( handle.Value /*C*/, index /*C*/, eStatType /*C*/, out pStatValue /*B*/ ); + return _pi.ISteamUGC_GetQueryUGCStatistic( handle.Value, index, eStatType, out pStatValue ); } // uint public uint GetSubscribedItems( PublishedFileId_t* pvecPublishedFileID /*PublishedFileId_t **/, uint cMaxEntries /*uint32*/ ) { - return _pi.ISteamUGC_GetSubscribedItems( (IntPtr) pvecPublishedFileID /*C*/, cMaxEntries /*C*/ ); + return _pi.ISteamUGC_GetSubscribedItems( (IntPtr) pvecPublishedFileID, cMaxEntries ); } // SteamAPICall_t public SteamAPICall_t GetUserItemVote( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamUGC_GetUserItemVote( nPublishedFileID.Value /*C*/ ); + return _pi.ISteamUGC_GetUserItemVote( nPublishedFileID.Value ); } // bool public bool ReleaseQueryUGCRequest( UGCQueryHandle_t handle /*UGCQueryHandle_t*/ ) { - return _pi.ISteamUGC_ReleaseQueryUGCRequest( handle.Value /*C*/ ); + return _pi.ISteamUGC_ReleaseQueryUGCRequest( handle.Value ); } // SteamAPICall_t public SteamAPICall_t RemoveItemFromFavorites( AppId_t nAppId /*AppId_t*/, PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamUGC_RemoveItemFromFavorites( nAppId.Value /*C*/, nPublishedFileID.Value /*C*/ ); + return _pi.ISteamUGC_RemoveItemFromFavorites( nAppId.Value, nPublishedFileID.Value ); } // bool public bool RemoveItemKeyValueTags( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pchKey /*const char **/ ) { - return _pi.ISteamUGC_RemoveItemKeyValueTags( handle.Value /*C*/, pchKey /*C*/ ); + return _pi.ISteamUGC_RemoveItemKeyValueTags( handle.Value, pchKey ); } // bool public bool RemoveItemPreview( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, uint index /*uint32*/ ) { - return _pi.ISteamUGC_RemoveItemPreview( handle.Value /*C*/, index /*C*/ ); + return _pi.ISteamUGC_RemoveItemPreview( handle.Value, index ); } // SteamAPICall_t public SteamAPICall_t RequestUGCDetails( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/, uint unMaxAgeSeconds /*uint32*/ ) { - return _pi.ISteamUGC_RequestUGCDetails( nPublishedFileID.Value /*C*/, unMaxAgeSeconds /*C*/ ); + return _pi.ISteamUGC_RequestUGCDetails( nPublishedFileID.Value, unMaxAgeSeconds ); } // SteamAPICall_t public SteamAPICall_t SendQueryUGCRequest( UGCQueryHandle_t handle /*UGCQueryHandle_t*/ ) { - return _pi.ISteamUGC_SendQueryUGCRequest( handle.Value /*C*/ ); + return _pi.ISteamUGC_SendQueryUGCRequest( handle.Value ); } // bool public bool SetAllowCachedResponse( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, uint unMaxAgeSeconds /*uint32*/ ) { - return _pi.ISteamUGC_SetAllowCachedResponse( handle.Value /*C*/, unMaxAgeSeconds /*C*/ ); + return _pi.ISteamUGC_SetAllowCachedResponse( handle.Value, unMaxAgeSeconds ); } // bool public bool SetCloudFileNameFilter( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, string pMatchCloudFileName /*const char **/ ) { - return _pi.ISteamUGC_SetCloudFileNameFilter( handle.Value /*C*/, pMatchCloudFileName /*C*/ ); + return _pi.ISteamUGC_SetCloudFileNameFilter( handle.Value, pMatchCloudFileName ); } // bool public bool SetItemContent( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pszContentFolder /*const char **/ ) { - return _pi.ISteamUGC_SetItemContent( handle.Value /*C*/, pszContentFolder /*C*/ ); + return _pi.ISteamUGC_SetItemContent( handle.Value, pszContentFolder ); } // bool public bool SetItemDescription( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pchDescription /*const char **/ ) { - return _pi.ISteamUGC_SetItemDescription( handle.Value /*C*/, pchDescription /*C*/ ); + return _pi.ISteamUGC_SetItemDescription( handle.Value, pchDescription ); } // bool public bool SetItemMetadata( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pchMetaData /*const char **/ ) { - return _pi.ISteamUGC_SetItemMetadata( handle.Value /*C*/, pchMetaData /*C*/ ); + return _pi.ISteamUGC_SetItemMetadata( handle.Value, pchMetaData ); } // bool public bool SetItemPreview( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pszPreviewFile /*const char **/ ) { - return _pi.ISteamUGC_SetItemPreview( handle.Value /*C*/, pszPreviewFile /*C*/ ); + return _pi.ISteamUGC_SetItemPreview( handle.Value, pszPreviewFile ); } // bool public bool SetItemTags( UGCUpdateHandle_t updateHandle /*UGCUpdateHandle_t*/, IntPtr pTags /*const struct SteamParamStringArray_t **/ ) { - return _pi.ISteamUGC_SetItemTags( updateHandle.Value /*C*/, (IntPtr) pTags ); + return _pi.ISteamUGC_SetItemTags( updateHandle.Value, (IntPtr) pTags ); } // bool public bool SetItemTitle( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pchTitle /*const char **/ ) { - return _pi.ISteamUGC_SetItemTitle( handle.Value /*C*/, pchTitle /*C*/ ); + return _pi.ISteamUGC_SetItemTitle( handle.Value, pchTitle ); } // bool public bool SetItemUpdateLanguage( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pchLanguage /*const char **/ ) { - return _pi.ISteamUGC_SetItemUpdateLanguage( handle.Value /*C*/, pchLanguage /*C*/ ); + return _pi.ISteamUGC_SetItemUpdateLanguage( handle.Value, pchLanguage ); } // bool public bool SetItemVisibility( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, RemoteStoragePublishedFileVisibility eVisibility /*ERemoteStoragePublishedFileVisibility*/ ) { - return _pi.ISteamUGC_SetItemVisibility( handle.Value /*C*/, eVisibility /*C*/ ); + return _pi.ISteamUGC_SetItemVisibility( handle.Value, eVisibility ); } // bool public bool SetLanguage( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, string pchLanguage /*const char **/ ) { - return _pi.ISteamUGC_SetLanguage( handle.Value /*C*/, pchLanguage /*C*/ ); + return _pi.ISteamUGC_SetLanguage( handle.Value, pchLanguage ); } // bool public bool SetMatchAnyTag( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, bool bMatchAnyTag /*bool*/ ) { - return _pi.ISteamUGC_SetMatchAnyTag( handle.Value /*C*/, bMatchAnyTag /*C*/ ); + return _pi.ISteamUGC_SetMatchAnyTag( handle.Value, bMatchAnyTag ); } // bool public bool SetRankedByTrendDays( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, uint unDays /*uint32*/ ) { - return _pi.ISteamUGC_SetRankedByTrendDays( handle.Value /*C*/, unDays /*C*/ ); + return _pi.ISteamUGC_SetRankedByTrendDays( handle.Value, unDays ); } // bool public bool SetReturnAdditionalPreviews( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, bool bReturnAdditionalPreviews /*bool*/ ) { - return _pi.ISteamUGC_SetReturnAdditionalPreviews( handle.Value /*C*/, bReturnAdditionalPreviews /*C*/ ); + return _pi.ISteamUGC_SetReturnAdditionalPreviews( handle.Value, bReturnAdditionalPreviews ); } // bool public bool SetReturnChildren( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, bool bReturnChildren /*bool*/ ) { - return _pi.ISteamUGC_SetReturnChildren( handle.Value /*C*/, bReturnChildren /*C*/ ); + return _pi.ISteamUGC_SetReturnChildren( handle.Value, bReturnChildren ); } // bool public bool SetReturnKeyValueTags( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, bool bReturnKeyValueTags /*bool*/ ) { - return _pi.ISteamUGC_SetReturnKeyValueTags( handle.Value /*C*/, bReturnKeyValueTags /*C*/ ); + return _pi.ISteamUGC_SetReturnKeyValueTags( handle.Value, bReturnKeyValueTags ); } // bool public bool SetReturnLongDescription( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, bool bReturnLongDescription /*bool*/ ) { - return _pi.ISteamUGC_SetReturnLongDescription( handle.Value /*C*/, bReturnLongDescription /*C*/ ); + return _pi.ISteamUGC_SetReturnLongDescription( handle.Value, bReturnLongDescription ); } // bool public bool SetReturnMetadata( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, bool bReturnMetadata /*bool*/ ) { - return _pi.ISteamUGC_SetReturnMetadata( handle.Value /*C*/, bReturnMetadata /*C*/ ); + return _pi.ISteamUGC_SetReturnMetadata( handle.Value, bReturnMetadata ); } // bool public bool SetReturnTotalOnly( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, bool bReturnTotalOnly /*bool*/ ) { - return _pi.ISteamUGC_SetReturnTotalOnly( handle.Value /*C*/, bReturnTotalOnly /*C*/ ); + return _pi.ISteamUGC_SetReturnTotalOnly( handle.Value, bReturnTotalOnly ); } // bool public bool SetSearchText( UGCQueryHandle_t handle /*UGCQueryHandle_t*/, string pSearchText /*const char **/ ) { - return _pi.ISteamUGC_SetSearchText( handle.Value /*C*/, pSearchText /*C*/ ); + return _pi.ISteamUGC_SetSearchText( handle.Value, pSearchText ); } // SteamAPICall_t public SteamAPICall_t SetUserItemVote( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/, bool bVoteUp /*bool*/ ) { - return _pi.ISteamUGC_SetUserItemVote( nPublishedFileID.Value /*C*/, bVoteUp /*C*/ ); + return _pi.ISteamUGC_SetUserItemVote( nPublishedFileID.Value, bVoteUp ); } // UGCUpdateHandle_t public UGCUpdateHandle_t StartItemUpdate( AppId_t nConsumerAppId /*AppId_t*/, PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamUGC_StartItemUpdate( nConsumerAppId.Value /*C*/, nPublishedFileID.Value /*C*/ ); + return _pi.ISteamUGC_StartItemUpdate( nConsumerAppId.Value, nPublishedFileID.Value ); } // SteamAPICall_t public SteamAPICall_t SubmitItemUpdate( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, string pchChangeNote /*const char **/ ) { - return _pi.ISteamUGC_SubmitItemUpdate( handle.Value /*C*/, pchChangeNote /*C*/ ); + return _pi.ISteamUGC_SubmitItemUpdate( handle.Value, pchChangeNote ); } // SteamAPICall_t public SteamAPICall_t SubscribeItem( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamUGC_SubscribeItem( nPublishedFileID.Value /*C*/ ); + return _pi.ISteamUGC_SubscribeItem( nPublishedFileID.Value ); } // void public void SuspendDownloads( bool bSuspend /*bool*/ ) { - _pi.ISteamUGC_SuspendDownloads( bSuspend /*C*/ ); + _pi.ISteamUGC_SuspendDownloads( bSuspend ); } // SteamAPICall_t public SteamAPICall_t UnsubscribeItem( PublishedFileId_t nPublishedFileID /*PublishedFileId_t*/ ) { - return _pi.ISteamUGC_UnsubscribeItem( nPublishedFileID.Value /*C*/ ); + return _pi.ISteamUGC_UnsubscribeItem( nPublishedFileID.Value ); } // bool public bool UpdateItemPreviewFile( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, uint index /*uint32*/, string pszPreviewFile /*const char **/ ) { - return _pi.ISteamUGC_UpdateItemPreviewFile( handle.Value /*C*/, index /*C*/, pszPreviewFile /*C*/ ); + return _pi.ISteamUGC_UpdateItemPreviewFile( handle.Value, index, pszPreviewFile ); } // bool public bool UpdateItemPreviewVideo( UGCUpdateHandle_t handle /*UGCUpdateHandle_t*/, uint index /*uint32*/, string pszVideoID /*const char **/ ) { - return _pi.ISteamUGC_UpdateItemPreviewVideo( handle.Value /*C*/, index /*C*/, pszVideoID /*C*/ ); + return _pi.ISteamUGC_UpdateItemPreviewVideo( handle.Value, index, pszVideoID ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUnifiedMessages.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUnifiedMessages.cs index 34628a2..4574b9d 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUnifiedMessages.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUnifiedMessages.cs @@ -42,31 +42,31 @@ namespace SteamNative // bool public bool GetMethodResponseData( ClientUnifiedMessageHandle hHandle /*ClientUnifiedMessageHandle*/, IntPtr pResponseBuffer /*void **/, uint unResponseBufferSize /*uint32*/, bool bAutoRelease /*bool*/ ) { - return _pi.ISteamUnifiedMessages_GetMethodResponseData( hHandle.Value /*C*/, (IntPtr) pResponseBuffer /*C*/, unResponseBufferSize /*C*/, bAutoRelease /*C*/ ); + return _pi.ISteamUnifiedMessages_GetMethodResponseData( hHandle.Value, (IntPtr) pResponseBuffer, unResponseBufferSize, bAutoRelease ); } // bool public bool GetMethodResponseInfo( ClientUnifiedMessageHandle hHandle /*ClientUnifiedMessageHandle*/, out uint punResponseSize /*uint32 **/, out Result peResult /*EResult **/ ) { - return _pi.ISteamUnifiedMessages_GetMethodResponseInfo( hHandle.Value /*C*/, out punResponseSize /*B*/, out peResult /*B*/ ); + return _pi.ISteamUnifiedMessages_GetMethodResponseInfo( hHandle.Value, out punResponseSize, out peResult ); } // bool public bool ReleaseMethod( ClientUnifiedMessageHandle hHandle /*ClientUnifiedMessageHandle*/ ) { - return _pi.ISteamUnifiedMessages_ReleaseMethod( hHandle.Value /*C*/ ); + return _pi.ISteamUnifiedMessages_ReleaseMethod( hHandle.Value ); } // ClientUnifiedMessageHandle public ClientUnifiedMessageHandle SendMethod( string pchServiceMethod /*const char **/, IntPtr pRequestBuffer /*const void **/, uint unRequestBufferSize /*uint32*/, ulong unContext /*uint64*/ ) { - return _pi.ISteamUnifiedMessages_SendMethod( pchServiceMethod /*C*/, (IntPtr) pRequestBuffer /*C*/, unRequestBufferSize /*C*/, unContext /*C*/ ); + return _pi.ISteamUnifiedMessages_SendMethod( pchServiceMethod, (IntPtr) pRequestBuffer, unRequestBufferSize, unContext ); } // bool public bool SendNotification( string pchServiceNotification /*const char **/, IntPtr pNotificationBuffer /*const void **/, uint unNotificationBufferSize /*uint32*/ ) { - return _pi.ISteamUnifiedMessages_SendNotification( pchServiceNotification /*C*/, (IntPtr) pNotificationBuffer /*C*/, unNotificationBufferSize /*C*/ ); + return _pi.ISteamUnifiedMessages_SendNotification( pchServiceNotification, (IntPtr) pNotificationBuffer, unNotificationBufferSize ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUser.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUser.cs index 56d8d3a..c3a1f10 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUser.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUser.cs @@ -42,13 +42,13 @@ namespace SteamNative // void public void AdvertiseGame( CSteamID steamIDGameServer /*class CSteamID*/, uint unIPServer /*uint32*/, ushort usPortServer /*uint16*/ ) { - _pi.ISteamUser_AdvertiseGame( steamIDGameServer.Value /*C*/, unIPServer /*C*/, usPortServer /*C*/ ); + _pi.ISteamUser_AdvertiseGame( steamIDGameServer.Value, unIPServer, usPortServer ); } // BeginAuthSessionResult public BeginAuthSessionResult BeginAuthSession( IntPtr pAuthTicket /*const void **/, int cbAuthTicket /*int*/, CSteamID steamID /*class CSteamID*/ ) { - return _pi.ISteamUser_BeginAuthSession( (IntPtr) pAuthTicket /*C*/, cbAuthTicket /*C*/, steamID.Value /*C*/ ); + return _pi.ISteamUser_BeginAuthSession( (IntPtr) pAuthTicket, cbAuthTicket, steamID.Value ); } // bool @@ -78,43 +78,43 @@ namespace SteamNative // void public void CancelAuthTicket( HAuthTicket hAuthTicket /*HAuthTicket*/ ) { - _pi.ISteamUser_CancelAuthTicket( hAuthTicket.Value /*C*/ ); + _pi.ISteamUser_CancelAuthTicket( hAuthTicket.Value ); } // VoiceResult public VoiceResult DecompressVoice( IntPtr pCompressed /*const void **/, uint cbCompressed /*uint32*/, IntPtr pDestBuffer /*void **/, uint cbDestBufferSize /*uint32*/, out uint nBytesWritten /*uint32 **/, uint nDesiredSampleRate /*uint32*/ ) { - return _pi.ISteamUser_DecompressVoice( (IntPtr) pCompressed /*C*/, cbCompressed /*C*/, (IntPtr) pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, nDesiredSampleRate /*C*/ ); + return _pi.ISteamUser_DecompressVoice( (IntPtr) pCompressed, cbCompressed, (IntPtr) pDestBuffer, cbDestBufferSize, out nBytesWritten, nDesiredSampleRate ); } // void public void EndAuthSession( CSteamID steamID /*class CSteamID*/ ) { - _pi.ISteamUser_EndAuthSession( steamID.Value /*C*/ ); + _pi.ISteamUser_EndAuthSession( steamID.Value ); } // HAuthTicket public HAuthTicket GetAuthSessionTicket( IntPtr pTicket /*void **/, int cbMaxTicket /*int*/, out uint pcbTicket /*uint32 **/ ) { - return _pi.ISteamUser_GetAuthSessionTicket( (IntPtr) pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/ ); + return _pi.ISteamUser_GetAuthSessionTicket( (IntPtr) pTicket, cbMaxTicket, out pcbTicket ); } // VoiceResult public VoiceResult GetAvailableVoice( out uint pcbCompressed /*uint32 **/, out uint pcbUncompressed /*uint32 **/, uint nUncompressedVoiceDesiredSampleRate /*uint32*/ ) { - return _pi.ISteamUser_GetAvailableVoice( out pcbCompressed /*B*/, out pcbUncompressed /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/ ); + return _pi.ISteamUser_GetAvailableVoice( out pcbCompressed, out pcbUncompressed, nUncompressedVoiceDesiredSampleRate ); } // bool public bool GetEncryptedAppTicket( IntPtr pTicket /*void **/, int cbMaxTicket /*int*/, out uint pcbTicket /*uint32 **/ ) { - return _pi.ISteamUser_GetEncryptedAppTicket( (IntPtr) pTicket /*C*/, cbMaxTicket /*C*/, out pcbTicket /*B*/ ); + return _pi.ISteamUser_GetEncryptedAppTicket( (IntPtr) pTicket, cbMaxTicket, out pcbTicket ); } // int public int GetGameBadgeLevel( int nSeries /*int*/, bool bFoil /*bool*/ ) { - return _pi.ISteamUser_GetGameBadgeLevel( nSeries /*C*/, bFoil /*C*/ ); + return _pi.ISteamUser_GetGameBadgeLevel( nSeries, bFoil ); } // HSteamUser @@ -142,7 +142,7 @@ namespace SteamNative bool bSuccess = default( bool ); System.Text.StringBuilder pchBuffer_sb = new System.Text.StringBuilder( 4096 ); int cubBuffer = 4096; - bSuccess = _pi.ISteamUser_GetUserDataFolder( pchBuffer_sb /*C*/, cubBuffer /*C*/ ); + bSuccess = _pi.ISteamUser_GetUserDataFolder( pchBuffer_sb, cubBuffer ); if ( !bSuccess ) return null; return pchBuffer_sb.ToString(); } @@ -150,7 +150,7 @@ namespace SteamNative // VoiceResult public VoiceResult GetVoice( bool bWantCompressed /*bool*/, IntPtr pDestBuffer /*void **/, uint cbDestBufferSize /*uint32*/, out uint nBytesWritten /*uint32 **/, bool bWantUncompressed /*bool*/, IntPtr pUncompressedDestBuffer /*void **/, uint cbUncompressedDestBufferSize /*uint32*/, out uint nUncompressBytesWritten /*uint32 **/, uint nUncompressedVoiceDesiredSampleRate /*uint32*/ ) { - return _pi.ISteamUser_GetVoice( bWantCompressed /*C*/, (IntPtr) pDestBuffer /*C*/, cbDestBufferSize /*C*/, out nBytesWritten /*B*/, bWantUncompressed /*C*/, (IntPtr) pUncompressedDestBuffer /*C*/, cbUncompressedDestBufferSize /*C*/, out nUncompressBytesWritten /*B*/, nUncompressedVoiceDesiredSampleRate /*C*/ ); + return _pi.ISteamUser_GetVoice( bWantCompressed, (IntPtr) pDestBuffer, cbDestBufferSize, out nBytesWritten, bWantUncompressed, (IntPtr) pUncompressedDestBuffer, cbUncompressedDestBufferSize, out nUncompressBytesWritten, nUncompressedVoiceDesiredSampleRate ); } // uint @@ -162,19 +162,19 @@ namespace SteamNative // int public int InitiateGameConnection( IntPtr pAuthBlob /*void **/, int cbMaxAuthBlob /*int*/, CSteamID steamIDGameServer /*class CSteamID*/, uint unIPServer /*uint32*/, ushort usPortServer /*uint16*/, bool bSecure /*bool*/ ) { - return _pi.ISteamUser_InitiateGameConnection( (IntPtr) pAuthBlob /*C*/, cbMaxAuthBlob /*C*/, steamIDGameServer.Value /*C*/, unIPServer /*C*/, usPortServer /*C*/, bSecure /*C*/ ); + return _pi.ISteamUser_InitiateGameConnection( (IntPtr) pAuthBlob, cbMaxAuthBlob, steamIDGameServer.Value, unIPServer, usPortServer, bSecure ); } // SteamAPICall_t public SteamAPICall_t RequestEncryptedAppTicket( IntPtr pDataToInclude /*void **/, int cbDataToInclude /*int*/ ) { - return _pi.ISteamUser_RequestEncryptedAppTicket( (IntPtr) pDataToInclude /*C*/, cbDataToInclude /*C*/ ); + return _pi.ISteamUser_RequestEncryptedAppTicket( (IntPtr) pDataToInclude, cbDataToInclude ); } // SteamAPICall_t public SteamAPICall_t RequestStoreAuthURL( string pchRedirectURL /*const char **/ ) { - return _pi.ISteamUser_RequestStoreAuthURL( pchRedirectURL /*C*/ ); + return _pi.ISteamUser_RequestStoreAuthURL( pchRedirectURL ); } // void @@ -192,19 +192,19 @@ namespace SteamNative // void public void TerminateGameConnection( uint unIPServer /*uint32*/, ushort usPortServer /*uint16*/ ) { - _pi.ISteamUser_TerminateGameConnection( unIPServer /*C*/, usPortServer /*C*/ ); + _pi.ISteamUser_TerminateGameConnection( unIPServer, usPortServer ); } // void public void TrackAppUsageEvent( CGameID gameID /*class CGameID*/, int eAppUsageEvent /*int*/, string pchExtraInfo /*const char **/ ) { - _pi.ISteamUser_TrackAppUsageEvent( gameID.Value /*C*/, eAppUsageEvent /*C*/, pchExtraInfo /*C*/ ); + _pi.ISteamUser_TrackAppUsageEvent( gameID.Value, eAppUsageEvent, pchExtraInfo ); } // UserHasLicenseForAppResult public UserHasLicenseForAppResult UserHasLicenseForApp( CSteamID steamID /*class CSteamID*/, AppId_t appID /*AppId_t*/ ) { - return _pi.ISteamUser_UserHasLicenseForApp( steamID.Value /*C*/, appID.Value /*C*/ ); + return _pi.ISteamUser_UserHasLicenseForApp( steamID.Value, appID.Value ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUserStats.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUserStats.cs index f1e1469..e8f20e5 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUserStats.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUserStats.cs @@ -42,55 +42,55 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t AttachLeaderboardUGC( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/, UGCHandle_t hUGC /*UGCHandle_t*/ ) { - return _pi.ISteamUserStats_AttachLeaderboardUGC( hSteamLeaderboard.Value /*C*/, hUGC.Value /*C*/ ); + return _pi.ISteamUserStats_AttachLeaderboardUGC( hSteamLeaderboard.Value, hUGC.Value ); } // bool public bool ClearAchievement( string pchName /*const char **/ ) { - return _pi.ISteamUserStats_ClearAchievement( pchName /*C*/ ); + return _pi.ISteamUserStats_ClearAchievement( pchName ); } // SteamAPICall_t public SteamAPICall_t DownloadLeaderboardEntries( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/, LeaderboardDataRequest eLeaderboardDataRequest /*ELeaderboardDataRequest*/, int nRangeStart /*int*/, int nRangeEnd /*int*/ ) { - return _pi.ISteamUserStats_DownloadLeaderboardEntries( hSteamLeaderboard.Value /*C*/, eLeaderboardDataRequest /*C*/, nRangeStart /*C*/, nRangeEnd /*C*/ ); + return _pi.ISteamUserStats_DownloadLeaderboardEntries( hSteamLeaderboard.Value, eLeaderboardDataRequest, nRangeStart, nRangeEnd ); } // SteamAPICall_t public SteamAPICall_t DownloadLeaderboardEntriesForUsers( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/, IntPtr prgUsers /*class CSteamID **/, int cUsers /*int*/ ) { - return _pi.ISteamUserStats_DownloadLeaderboardEntriesForUsers( hSteamLeaderboard.Value /*C*/, (IntPtr) prgUsers, cUsers /*C*/ ); + return _pi.ISteamUserStats_DownloadLeaderboardEntriesForUsers( hSteamLeaderboard.Value, (IntPtr) prgUsers, cUsers ); } // SteamAPICall_t public SteamAPICall_t FindLeaderboard( string pchLeaderboardName /*const char **/ ) { - return _pi.ISteamUserStats_FindLeaderboard( pchLeaderboardName /*C*/ ); + return _pi.ISteamUserStats_FindLeaderboard( pchLeaderboardName ); } // SteamAPICall_t public SteamAPICall_t FindOrCreateLeaderboard( string pchLeaderboardName /*const char **/, LeaderboardSortMethod eLeaderboardSortMethod /*ELeaderboardSortMethod*/, LeaderboardDisplayType eLeaderboardDisplayType /*ELeaderboardDisplayType*/ ) { - return _pi.ISteamUserStats_FindOrCreateLeaderboard( pchLeaderboardName /*C*/, eLeaderboardSortMethod /*C*/, eLeaderboardDisplayType /*C*/ ); + return _pi.ISteamUserStats_FindOrCreateLeaderboard( pchLeaderboardName, eLeaderboardSortMethod, eLeaderboardDisplayType ); } // bool public bool GetAchievement( string pchName /*const char **/, ref bool pbAchieved /*bool **/ ) { - return _pi.ISteamUserStats_GetAchievement( pchName /*C*/, ref pbAchieved /*A*/ ); + return _pi.ISteamUserStats_GetAchievement( pchName, ref pbAchieved ); } // bool public bool GetAchievementAchievedPercent( string pchName /*const char **/, out float pflPercent /*float **/ ) { - return _pi.ISteamUserStats_GetAchievementAchievedPercent( pchName /*C*/, out pflPercent /*B*/ ); + return _pi.ISteamUserStats_GetAchievementAchievedPercent( pchName, out pflPercent ); } // bool public bool GetAchievementAndUnlockTime( string pchName /*const char **/, ref bool pbAchieved /*bool **/, out uint punUnlockTime /*uint32 **/ ) { - return _pi.ISteamUserStats_GetAchievementAndUnlockTime( pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/ ); + return _pi.ISteamUserStats_GetAchievementAndUnlockTime( pchName, ref pbAchieved, out punUnlockTime ); } // string @@ -98,14 +98,14 @@ namespace SteamNative public string GetAchievementDisplayAttribute( string pchName /*const char **/, string pchKey /*const char **/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamUserStats_GetAchievementDisplayAttribute( pchName /*C*/, pchKey /*C*/ ); + string_pointer = _pi.ISteamUserStats_GetAchievementDisplayAttribute( pchName, pchKey ); return Marshal.PtrToStringAnsi( string_pointer ); } // int public int GetAchievementIcon( string pchName /*const char **/ ) { - return _pi.ISteamUserStats_GetAchievementIcon( pchName /*C*/ ); + return _pi.ISteamUserStats_GetAchievementIcon( pchName ); } // string @@ -113,50 +113,50 @@ namespace SteamNative public string GetAchievementName( uint iAchievement /*uint32*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamUserStats_GetAchievementName( iAchievement /*C*/ ); + string_pointer = _pi.ISteamUserStats_GetAchievementName( iAchievement ); return Marshal.PtrToStringAnsi( string_pointer ); } // bool public bool GetDownloadedLeaderboardEntry( SteamLeaderboardEntries_t hSteamLeaderboardEntries /*SteamLeaderboardEntries_t*/, int index /*int*/, ref LeaderboardEntry_t pLeaderboardEntry /*struct LeaderboardEntry_t **/, IntPtr pDetails /*int32 **/, int cDetailsMax /*int*/ ) { - return _pi.ISteamUserStats_GetDownloadedLeaderboardEntry( hSteamLeaderboardEntries.Value /*C*/, index /*C*/, ref pLeaderboardEntry /*A*/, (IntPtr) pDetails, cDetailsMax /*C*/ ); + return _pi.ISteamUserStats_GetDownloadedLeaderboardEntry( hSteamLeaderboardEntries.Value, index, ref pLeaderboardEntry, (IntPtr) pDetails, cDetailsMax ); } // bool public bool GetGlobalStat( string pchStatName /*const char **/, out long pData /*int64 **/ ) { - return _pi.ISteamUserStats_GetGlobalStat( pchStatName /*C*/, out pData /*B*/ ); + return _pi.ISteamUserStats_GetGlobalStat( pchStatName, out pData ); } // bool public bool GetGlobalStat0( string pchStatName /*const char **/, out double pData /*double **/ ) { - return _pi.ISteamUserStats_GetGlobalStat0( pchStatName /*C*/, out pData /*B*/ ); + return _pi.ISteamUserStats_GetGlobalStat0( pchStatName, out pData ); } // int public int GetGlobalStatHistory( string pchStatName /*const char **/, out long pData /*int64 **/, uint cubData /*uint32*/ ) { - return _pi.ISteamUserStats_GetGlobalStatHistory( pchStatName /*C*/, out pData /*B*/, cubData /*C*/ ); + return _pi.ISteamUserStats_GetGlobalStatHistory( pchStatName, out pData, cubData ); } // int public int GetGlobalStatHistory0( string pchStatName /*const char **/, out double pData /*double **/, uint cubData /*uint32*/ ) { - return _pi.ISteamUserStats_GetGlobalStatHistory0( pchStatName /*C*/, out pData /*B*/, cubData /*C*/ ); + return _pi.ISteamUserStats_GetGlobalStatHistory0( pchStatName, out pData, cubData ); } // LeaderboardDisplayType public LeaderboardDisplayType GetLeaderboardDisplayType( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/ ) { - return _pi.ISteamUserStats_GetLeaderboardDisplayType( hSteamLeaderboard.Value /*C*/ ); + return _pi.ISteamUserStats_GetLeaderboardDisplayType( hSteamLeaderboard.Value ); } // int public int GetLeaderboardEntryCount( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/ ) { - return _pi.ISteamUserStats_GetLeaderboardEntryCount( hSteamLeaderboard.Value /*C*/ ); + return _pi.ISteamUserStats_GetLeaderboardEntryCount( hSteamLeaderboard.Value ); } // string @@ -164,14 +164,14 @@ namespace SteamNative public string GetLeaderboardName( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/ ) { IntPtr string_pointer; - string_pointer = _pi.ISteamUserStats_GetLeaderboardName( hSteamLeaderboard.Value /*C*/ ); + string_pointer = _pi.ISteamUserStats_GetLeaderboardName( hSteamLeaderboard.Value ); return Marshal.PtrToStringAnsi( string_pointer ); } // LeaderboardSortMethod public LeaderboardSortMethod GetLeaderboardSortMethod( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/ ) { - return _pi.ISteamUserStats_GetLeaderboardSortMethod( hSteamLeaderboard.Value /*C*/ ); + return _pi.ISteamUserStats_GetLeaderboardSortMethod( hSteamLeaderboard.Value ); } // int @@ -182,7 +182,7 @@ namespace SteamNative pchName = string.Empty; System.Text.StringBuilder pchName_sb = new System.Text.StringBuilder( 4096 ); uint unNameBufLen = 4096; - bSuccess = _pi.ISteamUserStats_GetMostAchievedAchievementInfo( pchName_sb /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/ ); + bSuccess = _pi.ISteamUserStats_GetMostAchievedAchievementInfo( pchName_sb, unNameBufLen, out pflPercent, ref pbAchieved ); if ( bSuccess <= 0 ) return bSuccess; pchName = pchName_sb.ToString(); return bSuccess; @@ -196,7 +196,7 @@ namespace SteamNative pchName = string.Empty; System.Text.StringBuilder pchName_sb = new System.Text.StringBuilder( 4096 ); uint unNameBufLen = 4096; - bSuccess = _pi.ISteamUserStats_GetNextMostAchievedAchievementInfo( iIteratorPrevious /*C*/, pchName_sb /*C*/, unNameBufLen /*C*/, out pflPercent /*B*/, ref pbAchieved /*A*/ ); + bSuccess = _pi.ISteamUserStats_GetNextMostAchievedAchievementInfo( iIteratorPrevious, pchName_sb, unNameBufLen, out pflPercent, ref pbAchieved ); if ( bSuccess <= 0 ) return bSuccess; pchName = pchName_sb.ToString(); return bSuccess; @@ -217,43 +217,43 @@ namespace SteamNative // bool public bool GetStat( string pchName /*const char **/, out int pData /*int32 **/ ) { - return _pi.ISteamUserStats_GetStat( pchName /*C*/, out pData /*B*/ ); + return _pi.ISteamUserStats_GetStat( pchName, out pData ); } // bool public bool GetStat0( string pchName /*const char **/, out float pData /*float **/ ) { - return _pi.ISteamUserStats_GetStat0( pchName /*C*/, out pData /*B*/ ); + return _pi.ISteamUserStats_GetStat0( pchName, out pData ); } // bool public bool GetUserAchievement( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, ref bool pbAchieved /*bool **/ ) { - return _pi.ISteamUserStats_GetUserAchievement( steamIDUser.Value /*C*/, pchName /*C*/, ref pbAchieved /*A*/ ); + return _pi.ISteamUserStats_GetUserAchievement( steamIDUser.Value, pchName, ref pbAchieved ); } // bool public bool GetUserAchievementAndUnlockTime( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, ref bool pbAchieved /*bool **/, out uint punUnlockTime /*uint32 **/ ) { - return _pi.ISteamUserStats_GetUserAchievementAndUnlockTime( steamIDUser.Value /*C*/, pchName /*C*/, ref pbAchieved /*A*/, out punUnlockTime /*B*/ ); + return _pi.ISteamUserStats_GetUserAchievementAndUnlockTime( steamIDUser.Value, pchName, ref pbAchieved, out punUnlockTime ); } // bool public bool GetUserStat( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, out int pData /*int32 **/ ) { - return _pi.ISteamUserStats_GetUserStat( steamIDUser.Value /*C*/, pchName /*C*/, out pData /*B*/ ); + return _pi.ISteamUserStats_GetUserStat( steamIDUser.Value, pchName, out pData ); } // bool public bool GetUserStat0( CSteamID steamIDUser /*class CSteamID*/, string pchName /*const char **/, out float pData /*float **/ ) { - return _pi.ISteamUserStats_GetUserStat0( steamIDUser.Value /*C*/, pchName /*C*/, out pData /*B*/ ); + return _pi.ISteamUserStats_GetUserStat0( steamIDUser.Value, pchName, out pData ); } // bool public bool IndicateAchievementProgress( string pchName /*const char **/, uint nCurProgress /*uint32*/, uint nMaxProgress /*uint32*/ ) { - return _pi.ISteamUserStats_IndicateAchievementProgress( pchName /*C*/, nCurProgress /*C*/, nMaxProgress /*C*/ ); + return _pi.ISteamUserStats_IndicateAchievementProgress( pchName, nCurProgress, nMaxProgress ); } // bool @@ -271,37 +271,37 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t RequestGlobalStats( int nHistoryDays /*int*/ ) { - return _pi.ISteamUserStats_RequestGlobalStats( nHistoryDays /*C*/ ); + return _pi.ISteamUserStats_RequestGlobalStats( nHistoryDays ); } // SteamAPICall_t public SteamAPICall_t RequestUserStats( CSteamID steamIDUser /*class CSteamID*/ ) { - return _pi.ISteamUserStats_RequestUserStats( steamIDUser.Value /*C*/ ); + return _pi.ISteamUserStats_RequestUserStats( steamIDUser.Value ); } // bool public bool ResetAllStats( bool bAchievementsToo /*bool*/ ) { - return _pi.ISteamUserStats_ResetAllStats( bAchievementsToo /*C*/ ); + return _pi.ISteamUserStats_ResetAllStats( bAchievementsToo ); } // bool public bool SetAchievement( string pchName /*const char **/ ) { - return _pi.ISteamUserStats_SetAchievement( pchName /*C*/ ); + return _pi.ISteamUserStats_SetAchievement( pchName ); } // bool public bool SetStat( string pchName /*const char **/, int nData /*int32*/ ) { - return _pi.ISteamUserStats_SetStat( pchName /*C*/, nData /*C*/ ); + return _pi.ISteamUserStats_SetStat( pchName, nData ); } // bool public bool SetStat0( string pchName /*const char **/, float fData /*float*/ ) { - return _pi.ISteamUserStats_SetStat0( pchName /*C*/, fData /*C*/ ); + return _pi.ISteamUserStats_SetStat0( pchName, fData ); } // bool @@ -313,13 +313,13 @@ namespace SteamNative // bool public bool UpdateAvgRateStat( string pchName /*const char **/, float flCountThisSession /*float*/, double dSessionLength /*double*/ ) { - return _pi.ISteamUserStats_UpdateAvgRateStat( pchName /*C*/, flCountThisSession /*C*/, dSessionLength /*C*/ ); + return _pi.ISteamUserStats_UpdateAvgRateStat( pchName, flCountThisSession, dSessionLength ); } // SteamAPICall_t public SteamAPICall_t UploadLeaderboardScore( SteamLeaderboard_t hSteamLeaderboard /*SteamLeaderboard_t*/, LeaderboardUploadScoreMethod eLeaderboardUploadScoreMethod /*ELeaderboardUploadScoreMethod*/, int nScore /*int32*/, IntPtr pScoreDetails /*const int32 **/, int cScoreDetailsCount /*int*/ ) { - return _pi.ISteamUserStats_UploadLeaderboardScore( hSteamLeaderboard.Value /*C*/, eLeaderboardUploadScoreMethod /*C*/, nScore /*C*/, (IntPtr) pScoreDetails, cScoreDetailsCount /*C*/ ); + return _pi.ISteamUserStats_UploadLeaderboardScore( hSteamLeaderboard.Value, eLeaderboardUploadScoreMethod, nScore, (IntPtr) pScoreDetails, cScoreDetailsCount ); } } diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUtils.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUtils.cs index 3bc861c..20b9e95 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamUtils.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamUtils.cs @@ -48,19 +48,19 @@ namespace SteamNative // SteamAPICall_t public SteamAPICall_t CheckFileSignature( string szFileName /*const char **/ ) { - return _pi.ISteamUtils_CheckFileSignature( szFileName /*C*/ ); + return _pi.ISteamUtils_CheckFileSignature( szFileName ); } // SteamAPICallFailure public SteamAPICallFailure GetAPICallFailureReason( SteamAPICall_t hSteamAPICall /*SteamAPICall_t*/ ) { - return _pi.ISteamUtils_GetAPICallFailureReason( hSteamAPICall.Value /*C*/ ); + return _pi.ISteamUtils_GetAPICallFailureReason( hSteamAPICall.Value ); } // bool public bool GetAPICallResult( SteamAPICall_t hSteamAPICall /*SteamAPICall_t*/, IntPtr pCallback /*void **/, int cubCallback /*int*/, int iCallbackExpected /*int*/, ref bool pbFailed /*bool **/ ) { - return _pi.ISteamUtils_GetAPICallResult( hSteamAPICall.Value /*C*/, (IntPtr) pCallback /*C*/, cubCallback /*C*/, iCallbackExpected /*C*/, ref pbFailed /*A*/ ); + return _pi.ISteamUtils_GetAPICallResult( hSteamAPICall.Value, (IntPtr) pCallback, cubCallback, iCallbackExpected, ref pbFailed ); } // uint @@ -78,7 +78,7 @@ namespace SteamNative // bool public bool GetCSERIPPort( out uint unIP /*uint32 **/, out ushort usPort /*uint16 **/ ) { - return _pi.ISteamUtils_GetCSERIPPort( out unIP /*B*/, out usPort /*B*/ ); + return _pi.ISteamUtils_GetCSERIPPort( out unIP, out usPort ); } // byte @@ -94,7 +94,7 @@ namespace SteamNative bool bSuccess = default( bool ); System.Text.StringBuilder pchText_sb = new System.Text.StringBuilder( 4096 ); uint cchText = 4096; - bSuccess = _pi.ISteamUtils_GetEnteredGamepadTextInput( pchText_sb /*C*/, cchText /*C*/ ); + bSuccess = _pi.ISteamUtils_GetEnteredGamepadTextInput( pchText_sb, cchText ); if ( !bSuccess ) return null; return pchText_sb.ToString(); } @@ -108,13 +108,13 @@ namespace SteamNative // bool public bool GetImageRGBA( int iImage /*int*/, IntPtr pubDest /*uint8 **/, int nDestBufferSize /*int*/ ) { - return _pi.ISteamUtils_GetImageRGBA( iImage /*C*/, (IntPtr) pubDest, nDestBufferSize /*C*/ ); + return _pi.ISteamUtils_GetImageRGBA( iImage, (IntPtr) pubDest, nDestBufferSize ); } // bool public bool GetImageSize( int iImage /*int*/, out uint pnWidth /*uint32 **/, out uint pnHeight /*uint32 **/ ) { - return _pi.ISteamUtils_GetImageSize( iImage /*C*/, out pnWidth /*B*/, out pnHeight /*B*/ ); + return _pi.ISteamUtils_GetImageSize( iImage, out pnWidth, out pnHeight ); } // uint @@ -162,7 +162,7 @@ namespace SteamNative // bool public bool IsAPICallCompleted( SteamAPICall_t hSteamAPICall /*SteamAPICall_t*/, ref bool pbFailed /*bool **/ ) { - return _pi.ISteamUtils_IsAPICallCompleted( hSteamAPICall.Value /*C*/, ref pbFailed /*A*/ ); + return _pi.ISteamUtils_IsAPICallCompleted( hSteamAPICall.Value, ref pbFailed ); } // bool @@ -186,25 +186,25 @@ namespace SteamNative // void public void SetOverlayNotificationInset( int nHorizontalInset /*int*/, int nVerticalInset /*int*/ ) { - _pi.ISteamUtils_SetOverlayNotificationInset( nHorizontalInset /*C*/, nVerticalInset /*C*/ ); + _pi.ISteamUtils_SetOverlayNotificationInset( nHorizontalInset, nVerticalInset ); } // void public void SetOverlayNotificationPosition( NotificationPosition eNotificationPosition /*ENotificationPosition*/ ) { - _pi.ISteamUtils_SetOverlayNotificationPosition( eNotificationPosition /*C*/ ); + _pi.ISteamUtils_SetOverlayNotificationPosition( eNotificationPosition ); } // void public void SetWarningMessageHook( IntPtr pFunction /*SteamAPIWarningMessageHook_t*/ ) { - _pi.ISteamUtils_SetWarningMessageHook( (IntPtr) pFunction /*C*/ ); + _pi.ISteamUtils_SetWarningMessageHook( (IntPtr) pFunction ); } // bool public bool ShowGamepadTextInput( GamepadTextInputMode eInputMode /*EGamepadTextInputMode*/, GamepadTextInputLineMode eLineInputMode /*EGamepadTextInputLineMode*/, string pchDescription /*const char **/, uint unCharMax /*uint32*/, string pchExistingText /*const char **/ ) { - return _pi.ISteamUtils_ShowGamepadTextInput( eInputMode /*C*/, eLineInputMode /*C*/, pchDescription /*C*/, unCharMax /*C*/, pchExistingText /*C*/ ); + return _pi.ISteamUtils_ShowGamepadTextInput( eInputMode, eLineInputMode, pchDescription, unCharMax, pchExistingText ); } // void diff --git a/Facepunch.Steamworks/SteamNative/SteamNative.SteamVideo.cs b/Facepunch.Steamworks/SteamNative/SteamNative.SteamVideo.cs index dcfd143..cef2c45 100644 --- a/Facepunch.Steamworks/SteamNative/SteamNative.SteamVideo.cs +++ b/Facepunch.Steamworks/SteamNative/SteamNative.SteamVideo.cs @@ -42,7 +42,7 @@ namespace SteamNative // void public void GetVideoURL( AppId_t unVideoAppID /*AppId_t*/ ) { - _pi.ISteamVideo_GetVideoURL( unVideoAppID.Value /*C*/ ); + _pi.ISteamVideo_GetVideoURL( unVideoAppID.Value ); } // bool