| ScoreBoard Constructor |
Create a scoreboard DTO
Namespace:
INF1771_GameClient.dto
Assembly:
INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ScoreBoard(
string name,
bool connected,
long score,
long energy,
Color color
)
public:
ScoreBoard(
String^ name,
bool connected,
long long score,
long long energy,
Color color
)
Parameters
- name
- Type: SystemString
Player name - connected
- Type: SystemBoolean
Is player still connected? - score
- Type: SystemInt64
Player score - energy
- Type: SystemInt64
Player energy - color
- Type: System.DrawingColor
Player color
See Also