classcolors

prop
SYNOPSIS
        mapping P_CLASS_COLORS "ClassColors"

        mapping Set(P_CLASS_COLORS, mapping value )
        mapping Query(P_CLASS_COLORS)

DESCRIPTION
        This property holds the current class color definition of the player
        as a mapping. Keys of the mapping are the classes (CMSG_-defines at
        msgclass.h, plus -1 for the default color, all integer), values are
        arrays with three integers. The array-value has the following format: 
        ({ fg, bg, bold }), all value integer, fg and bg in the range 0-7,
        bold can be 0 or 1.

AVAILABILITY
        Include: <properties.h>

        Availability: /std/player(/message)

SEE ALSO