Steamworks.NativeMethods.ISteamGameServerUGC_SetReturnLongDescription C# (CSharp) Method

ISteamGameServerUGC_SetReturnLongDescription() private method

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