info

prop
SYNOPSIS
    string P_INFO  "Info"

    string Set(P_INFO, string value)
    string Query(P_INFO)

DESCRIPTION
    You can put a small information about the object here.
    Special objects for guilds and/or magic may require specific information
    here, too.

EXAMPLE
    Set(P_INFO, "Example object by Mateese");
    Set(P_VERSION, "1.2");

AVAILABILITY
    Include: <properties.h>

    Availability: all things.

SEE ALSO
    thing(S), version(P)