Steamworks.NativeMethods.ISteamGameServerNetworking_CloseP2PSessionWithUser C# (CSharp) Méthode

ISteamGameServerNetworking_CloseP2PSessionWithUser() private méthode

private ISteamGameServerNetworking_CloseP2PSessionWithUser ( CSteamID steamIDRemote ) : bool
steamIDRemote CSteamID
Résultat bool
		public static extern bool ISteamGameServerNetworking_CloseP2PSessionWithUser(CSteamID steamIDRemote);
NativeMethods