Steamworks.NativeMethods.ISteamFriends_SetListenForFriendsMessages C# (CSharp) Method

ISteamFriends_SetListenForFriendsMessages() private method

private ISteamFriends_SetListenForFriendsMessages ( [ bInterceptEnabled ) : bool
bInterceptEnabled [
return bool
		public static extern bool ISteamFriends_SetListenForFriendsMessages([MarshalAs(UnmanagedType.I1)] bool bInterceptEnabled);
NativeMethods