Steamworks.NativeMethods.ISteamMusicRemote_SetCurrentPlaylistEntry C# (CSharp) Method

ISteamMusicRemote_SetCurrentPlaylistEntry() private method

private ISteamMusicRemote_SetCurrentPlaylistEntry ( int nID ) : bool
nID int
return bool
		public static extern bool ISteamMusicRemote_SetCurrentPlaylistEntry(int nID);
NativeMethods