Project OutFox Wiki
Project OutFox home View the OutFox Wiki source on GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

GradeDisplay

An ActorFrame containing AutoActors based on the number of grades available that are assigned by the theme (PlayerStageStats::NumGradeTiersUsed).

Def.GradeDisplay{
}

Attributes

This actor inherits the attributes from ActorFrame.

Functions

Load

(string sMetricsGroup)

Load the graphics from a defined “metrics” group. It will seek for grade images with the following format:

[sMetricsGroup] Grade
Internally it is called metrics, but this actor doesn’t use any kind of graphics directly, other than the ammount of grades defined by PlayerStageStats::NumGradeTiersUsed.

SetGrade

(Grade newGrade)

Set the grade to display. Requires Load to have been called before, otherwise it will fail.