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.
QUERY_COMPLETENote: This feature is still in BETA, support is limited
