Steamworks.NativeMethods.ISteamGameServerUGC_SetReturnOnlyIDs C# (CSharp) Method

ISteamGameServerUGC_SetReturnOnlyIDs() private method

private ISteamGameServerUGC_SetReturnOnlyIDs ( UGCQueryHandle_t handle, [ bReturnOnlyIDs ) : bool
handle UGCQueryHandle_t
bReturnOnlyIDs [
return bool
		public static extern bool ISteamGameServerUGC_SetReturnOnlyIDs(UGCQueryHandle_t handle, [MarshalAs(UnmanagedType.I1)] bool bReturnOnlyIDs);
NativeMethods