HeroStats Libraries
StatsEngine.AddPendingBadge Method
[This is preliminary documentation and subject to change.]
Adds a badge to the pending badge list, for later use in updating badges on the web.
[Visual Basic]
Public Sub AddPendingBadge( _
ByVal
badgeName As
String _
)
[C#]
public
void AddPendingBadge(
string badgeName);
Parameters
-
badgeName
- Name of the badge to add
See Also
StatsEngine Class | HeroStats.StatsEngine Namespace