Steamworks.NativeMethods.ISteamMatchmaking_CheckForPSNGameBootInvite C# (CSharp) Method

ISteamMatchmaking_CheckForPSNGameBootInvite() private method

private ISteamMatchmaking_CheckForPSNGameBootInvite ( uint iGameBootAttributes ) : void
iGameBootAttributes uint
return void
		public static extern void ISteamMatchmaking_CheckForPSNGameBootInvite(uint iGameBootAttributes);
#endif
NativeMethods