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

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

private ISteamGameServerUGC_RemoveItemPreview ( UGCUpdateHandle_t handle, uint index ) : bool
handle UGCUpdateHandle_t
index uint
Результат bool
		public static extern bool ISteamGameServerUGC_RemoveItemPreview(UGCUpdateHandle_t handle, uint index);
NativeMethods