NaN:NaN
NaN:NaN
--:-- / --:--
Newgrounds Background Image Theme

stfuangi just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Browse Sections

Newgrounds Wiki: loadFilesByRating

Usage

import com.newgrounds.API;
import com.newgrounds.SaveGroup;
import com.newgrounds.SaveFile;


API.loadFilesByViews(group_name:String, rating_name:String, sort_descending:Boolean, key_name:String, key_value:*);
  • group_name - The name of the save group to search in.
  • rating_name - The name of the rating to sort on.
  • sort_descending - If true, files with higher ratings will be listed first.
  • key_name - Optional. Use this if you want to filter results with a key.
  • key_value - Optional. The value of the key you want to filter on.


SaveGroupQuery


QUERY_COMPLETENote: This feature is still in BETA, support is limited