diff options
author | madmaxoft <github@xoft.cz> | 2014-02-16 23:51:32 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-02-16 23:51:32 +0100 |
commit | ea55a22a71a6fd46877bc4b6b56d6205dd20608f (patch) | |
tree | 3effb7f1081a9930129d5f875af49d429c3a9211 /src/Entities | |
parent | Implemented cCompositeChat::ParseText(), incl. self-test. (diff) | |
download | cuberite-ea55a22a71a6fd46877bc4b6b56d6205dd20608f.tar cuberite-ea55a22a71a6fd46877bc4b6b56d6205dd20608f.tar.gz cuberite-ea55a22a71a6fd46877bc4b6b56d6205dd20608f.tar.bz2 cuberite-ea55a22a71a6fd46877bc4b6b56d6205dd20608f.tar.lz cuberite-ea55a22a71a6fd46877bc4b6b56d6205dd20608f.tar.xz cuberite-ea55a22a71a6fd46877bc4b6b56d6205dd20608f.tar.zst cuberite-ea55a22a71a6fd46877bc4b6b56d6205dd20608f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Entities/Player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index 53e4b56db..a795bb9eb 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -226,7 +226,8 @@ public: // tolua_begin - /// Returns the full color code to use for this player, based on their primary group or set in m_Color + /** Returns the full color code to use for this player, based on their primary group or set in m_Color. + The returned value includes the cChatColor::Delimiter. */ AString GetColor(void) const; /** tosses the item in the selected hotbar slot */ |