Steamworks.NativeMethods.ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds C# (CSharp) Метод

ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds() приватный Метод

private ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool
nValue int
Результат bool
		public static extern bool ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds(int nValue);
NativeMethods