Skip to content

Global Class "DailyChallengeMenu"⚓︎

Info

You can get this class by using the DailyChallengeMenu global table.

Note that to call these functions, you must use a . (period) instead of a : (colon)!

Example Code
1
local sprite = DailyChallengeMenu.GetSprite()

Functions⚓︎

GetSprite ()⚓︎

Sprite GetSprite ( )⚓︎


GetLeaderboardSprite ()⚓︎

Sprite GetLeaderboardSprite ( )⚓︎


GetLeaderboardScoreMenuSprite ()⚓︎

Sprite GetLeaderboardScoreMenuSprite ( )⚓︎


GetSelectedElement ()⚓︎

int GetSelectedElement ( )⚓︎


GetTimeLeftHours ()⚓︎

int GetTimeLeftHours ( )⚓︎


GetTimeLeftMinutes ()⚓︎

int GetTimeLeftMinutes ( )⚓︎


GetTimeLeftSeconds ()⚓︎

int GetTimeLeftSeconds ( )⚓︎


IsLeaderboardVisible ()⚓︎

boolean IsLeaderboardVisible ( )⚓︎


SetSelectedElement ()⚓︎

void SetSelectedElement ( int ElementID )⚓︎