HBSteamUGCQuery

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

HBSteamUGCQuery

add_required_key_value_tag ( String key, String value )

HBSteamUGCQuery

allow_cached_response ( int max_age_seconds )

HBSteamUGCQuery

create_query ( UGCMatchingUGCType matching_type ) static

HBSteamUGCQuery

created_by_followed_users ( )

HBSteamUGCQuery

created_by_friends ( )

HBSteamUGCQuery

favorited_by_friends ( )

HBSteamUGCQuery

in_language ( String language )

HBSteamUGCQuery

match_all_tags ( )

HBSteamUGCQuery

match_any_tag ( )

HBSteamUGCQuery

not_yet_rated ( )

HBSteamUGCQuery

ranked_by_acceptance_date ( )

HBSteamUGCQuery

ranked_by_average_playtime_trend ( )

HBSteamUGCQuery

ranked_by_lifetime_average_playtime ( )

HBSteamUGCQuery

ranked_by_lifetime_playtime_sessions ( )

HBSteamUGCQuery

ranked_by_num_times_reported ( )

HBSteamUGCQuery

ranked_by_playtime_sessions_trend ( )

HBSteamUGCQuery

ranked_by_playtime_trend ( )

HBSteamUGCQuery

ranked_by_publication_date ( )

HBSteamUGCQuery

ranked_by_text_search ( )

HBSteamUGCQuery

ranked_by_total_playtime ( )

HBSteamUGCQuery

ranked_by_total_unique_subscriptions ( )

HBSteamUGCQuery

ranked_by_total_votes_asc ( )

HBSteamUGCQuery

ranked_by_trend ( )

HBSteamUGCQuery

ranked_by_vote ( )

void

request_page ( int page )

HBSteamUGCQuery

sort_by_creation_date ( )

HBSteamUGCQuery

sort_by_creation_date_asc ( )

HBSteamUGCQuery

sort_by_moderation ( )

HBSteamUGCQuery

sort_by_subscription_date ( )

HBSteamUGCQuery

sort_by_title_asc ( )

HBSteamUGCQuery

sort_by_update_date ( )

HBSteamUGCQuery

sort_by_vote_score ( )

HBSteamUGCQuery

where_search_text ( String search_text )

HBSteamUGCQuery

where_user_favorited ( )

HBSteamUGCQuery

where_user_followed ( )

HBSteamUGCQuery

where_user_published ( )

HBSteamUGCQuery

where_user_subscribed ( )

HBSteamUGCQuery

where_user_used_or_played ( )

HBSteamUGCQuery

where_user_voted_down ( )

HBSteamUGCQuery

where_user_voted_on ( )

HBSteamUGCQuery

where_user_voted_up ( )

HBSteamUGCQuery

where_user_will_vote_later ( )

HBSteamUGCQuery

with_additional_previews ( bool with_additional_previews )

HBSteamUGCQuery

with_children ( bool with_children )

HBSteamUGCQuery

with_file_ids ( PackedInt64Array file_ids )

HBSteamUGCQuery

with_key_value_tags ( bool with_key_value_tags )

HBSteamUGCQuery

with_long_description ( bool with_long_description )

HBSteamUGCQuery

with_metadata ( bool with_metadata )

HBSteamUGCQuery

with_only_ids ( bool with_only_ids )

HBSteamUGCQuery

with_playtime_stats ( bool with_playtime_stats )

HBSteamUGCQuery

with_tag ( String tag )

HBSteamUGCQuery

with_total_only ( bool with_total_only )

HBSteamUGCQuery

with_trend_days ( int trend_days )

HBSteamUGCQuery

with_type ( UGCMatchingUGCType matching_type )

HBSteamUGCQuery

without_tag ( String tag )


Signals

query_completed ( int page, HBSteamUGCQueryPageResult result )

There is currently no description for this signal. Please help us by contributing one!


Method Descriptions

HBSteamUGCQuery add_required_key_value_tag ( String key, String value )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery allow_cached_response ( int max_age_seconds )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery create_query ( UGCMatchingUGCType matching_type ) static

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery created_by_followed_users ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery created_by_friends ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery favorited_by_friends ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery in_language ( String language )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery match_all_tags ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery match_any_tag ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery not_yet_rated ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_acceptance_date ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_average_playtime_trend ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_lifetime_average_playtime ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_lifetime_playtime_sessions ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_num_times_reported ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_playtime_sessions_trend ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_playtime_trend ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_publication_date ( )

There is currently no description for this method. Please help us by contributing one!


There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_total_playtime ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_total_unique_subscriptions ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_total_votes_asc ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_trend ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery ranked_by_vote ( )

There is currently no description for this method. Please help us by contributing one!


void request_page ( int page )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery sort_by_creation_date ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery sort_by_creation_date_asc ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery sort_by_moderation ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery sort_by_subscription_date ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery sort_by_title_asc ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery sort_by_update_date ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery sort_by_vote_score ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_search_text ( String search_text )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_favorited ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_followed ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_published ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_subscribed ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_used_or_played ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_voted_down ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_voted_on ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_voted_up ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery where_user_will_vote_later ( )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_additional_previews ( bool with_additional_previews )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_children ( bool with_children )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_file_ids ( PackedInt64Array file_ids )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_key_value_tags ( bool with_key_value_tags )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_long_description ( bool with_long_description )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_metadata ( bool with_metadata )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_only_ids ( bool with_only_ids )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_playtime_stats ( bool with_playtime_stats )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_tag ( String tag )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_total_only ( bool with_total_only )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_trend_days ( int trend_days )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery with_type ( UGCMatchingUGCType matching_type )

There is currently no description for this method. Please help us by contributing one!


HBSteamUGCQuery without_tag ( String tag )

There is currently no description for this method. Please help us by contributing one!