mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +03:00
Added WithDifferentApp to set consumer and creator App Id for UGCQuery
This commit is contained in:
parent
4463739be5
commit
fd124d461d
@ -202,6 +202,13 @@ public QueryType WithoutTag( string tag )
|
||||
excludedTags.Add( tag );
|
||||
return this;
|
||||
}
|
||||
|
||||
public QueryType WithDifferentApp( AppId consumerAppId, AppId creatorAppId )
|
||||
{
|
||||
consumerApp = consumerAppId;
|
||||
creatorApp = creatorAppId;
|
||||
return this;
|
||||
}
|
||||
|
||||
void ApplyConstraints( UGCQueryHandle_t handle )
|
||||
{
|
||||
@ -317,4 +324,4 @@ private void ApplyReturns(UGCQueryHandle_t handle)
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user