]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/teamplay.qh
Teamplay: Fixed Domination.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / teamplay.qh
index 91b9bdd8b0637bba031bbf1fb3a4809b1ee69578..664a0eca404a8287629ff006b9f29ca84f6129e6 100644 (file)
@@ -71,7 +71,8 @@ int Entity_GetTeamIndex(entity this);
 
 /// \brief Returns the team entity of the given entity.
 /// \param[in] this Entity to check.
-/// \return Team entity of the given entity.
+/// \return Team entity of the given entity or NULL if the entity doesn't belong
+/// to any team.
 entity Entity_GetTeam(entity this);
 
 void SetPlayerColors(entity player, float _color);