Steamworks.NativeMethods.ISteamGameServerUGC_RemoveItemPreview C# (CSharp) Méthode

ISteamGameServerUGC_RemoveItemPreview() private méthode

private ISteamGameServerUGC_RemoveItemPreview ( UGCUpdateHandle_t handle, uint index ) : bool
handle UGCUpdateHandle_t
index uint
Résultat bool
		public static extern bool ISteamGameServerUGC_RemoveItemPreview(UGCUpdateHandle_t handle, uint index);
NativeMethods