msghistory

prop
SYNOPSIS
        mixed * P_MSG_HISTORY  "MsgHistory"

        mixed * Set(P_MSG_HISTORY, mixed * value)
        mixed * Query(P_MSG_HISTORY )

DESCRIPTION
        This property holds the current message history of the player. It can
        be either 0, or an array of arrays. Each array entry has the following
        format:
        ({ <message>, <class>, <indent>, <time> })

        This property must not be modified manually except 0'ing it.

AVAILABILITY
        Include: <properties.h>

        Availability: /std/player(/message)

SEE ALSO