Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.HighscoreSubmittedEventArgs Class Reference

Provides information for events called when a Highscore is submitted. More...

Inheritance diagram for GameAPI.HighscoreSubmittedEventArgs:

Public Member Functions

 HighscoreSubmittedEventArgs (Highscore highscore)
 

Properties

Highscore Highscore [get]
 The Highscore that was submitted. More...
 

Detailed Description

Provides information for events called when a Highscore is submitted.

Constructor & Destructor Documentation

GameAPI.HighscoreSubmittedEventArgs.HighscoreSubmittedEventArgs ( Highscore  highscore)
inline

Property Documentation

Highscore GameAPI.HighscoreSubmittedEventArgs.Highscore
get

The Highscore that was submitted.