Steamworks.NativeMethods.ISteamFriends_SetInGameVoiceSpeaking C# (CSharp) Method

ISteamFriends_SetInGameVoiceSpeaking() private method

private ISteamFriends_SetInGameVoiceSpeaking ( CSteamID steamIDUser, [ bSpeaking ) : void
steamIDUser CSteamID
bSpeaking [
return void
		public static extern void ISteamFriends_SetInGameVoiceSpeaking(CSteamID steamIDUser, [MarshalAs(UnmanagedType.I1)] bool bSpeaking);
NativeMethods