Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
Scoreboard.h File Reference
#include "FunctionRef.h"
Include dependency graph for Scoreboard.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cObjective
 
class  cScoreboard
 
class  cTeam
 

Typedefs

using cObjectiveCallback = cFunctionRef< bool(cObjective &)>
 
using cTeamCallback = cFunctionRef< bool(cTeam &)>
 

Typedef Documentation

Definition at line 21 of file Scoreboard.h.

using cTeamCallback = cFunctionRef<bool(cTeam &)>

Definition at line 22 of file Scoreboard.h.