| Modifier and Type | Method and Description |
|---|---|
CLSPlayer |
CLSScoreboardEntry.getPlayer() |
CLSPlayer |
CLSApiContext.GetPlayer(String playerApiReference)
Requests information about a specific player.
|
CLSPlayer |
CLSApiContext.RegisterPlayer()
Registers a new player at CLS.
|
CLSPlayer |
CLSApiContext.RegisterPlayer(String playerName)
Registers a new player with username at CLS.
|
CLSPlayer |
CLSApiContext.UpdatePlayer(CLSPlayer player,
String playerName,
String countryCode)
Updates player name or country code at CLS.
|
CLSPlayer |
CLSApiContext.UpdatePlayer(String playerApiReference,
String playerKey,
String playerName,
String countryCode)
Updates player name or country code at CLS.
|
| Modifier and Type | Method and Description |
|---|---|
CLSScoreboardEntry |
CLSApiContext.InsertScoreboardRecord(String scoreboardApiReference,
CLSPlayer player,
double value)
Records a new scoreboard entry.
|
void |
CLSApiContext.ReportPlayerActivity(CLSPlayer player)
Reports player activity for project analytics.
|
CLSPlayer |
CLSApiContext.UpdatePlayer(CLSPlayer player,
String playerName,
String countryCode)
Updates player name or country code at CLS.
|
Copyright © 2019. All rights reserved.