mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-26 13:38:06 +03:00
Added WithDifferentApp to set consumer and creator App Id for UGCQuery
This commit is contained in:
parent
4463739be5
commit
fd124d461d
@ -203,6 +203,13 @@ namespace Steamworks.Ugc
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public QueryType WithDifferentApp( AppId consumerAppId, AppId creatorAppId )
|
||||||
|
{
|
||||||
|
consumerApp = consumerAppId;
|
||||||
|
creatorApp = creatorAppId;
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
void ApplyConstraints( UGCQueryHandle_t handle )
|
void ApplyConstraints( UGCQueryHandle_t handle )
|
||||||
{
|
{
|
||||||
if ( requiredTags != null )
|
if ( requiredTags != null )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user