You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SteamUGCDetails_t.m_rtimeUpdated in Steam_UGC::set_details and,
the punTimeStamp returned from Steam_UGC::GetItemInstallInfo.
It would be nice to be able to set punTimeStamp separately. The reason behind this request is that punTimeStamp is the timeStamp of the cached copy of the user-generated-content, where as m_rtimeUpdated is the server-side last updated time. These differ when Steam hasn't yet downloaded the latest version of the user-generated-content. I'd like to be able to test my in-game mod code that checks to see if these values are the same or not (and then notifies the user that updates are available).
The text was updated successfully, but these errors were encountered:
mod.timeUpdated
is used to populate both:SteamUGCDetails_t.m_rtimeUpdated
inSteam_UGC::set_details
and,punTimeStamp
returned fromSteam_UGC::GetItemInstallInfo
.It would be nice to be able to set
punTimeStamp
separately. The reason behind this request is thatpunTimeStamp
is the timeStamp of the cached copy of the user-generated-content, where asm_rtimeUpdated
is the server-side last updated time. These differ when Steam hasn't yet downloaded the latest version of the user-generated-content. I'd like to be able to test my in-game mod code that checks to see if these values are the same or not (and then notifies the user that updates are available).The text was updated successfully, but these errors were encountered: