Skip to content

NewgroundsIO.results.Medal.getList

PsychoGoldfishNG edited this page Aug 18, 2022 · 17 revisions

File: /results/Medal/getList.cs
Extends: NewgroundsIO.BaseResult

Public Properties

medals

Type: (List<NewgroundsIO.objects.Medal>)
An array of medal objects.

Public Methods

getList

constructor getList()

AddToPropertyList

void AddToPropertyList(string propName, NewgroundsIO.BaseObject obj)

Adds objects to their associated lists and casts them to their appropriate class.

Parameters:

SetCoreOnLists

void SetCoreOnLists(NewgroundsIO.Core ngio)

Links a Core instance to every object in our object lists.

Parameters:

clone

NewgroundsIO.results.Medal.getList clone(NewgroundsIO.results.Medal.getList cloneTo = null)

Clones the properties of this object to another (or new) object.

Parameters:

Returns NewgroundsIO.results.Medal.getList
The object that was cloned to.

Clone this wiki locally