decaytime

prop
SYNOPSIS
    int P_DECAYTIME  "DecayTime"

    int Set(P_DECAYTIME, int value)
    int Query(P_DECAYTIME)
      or
    int SetDecayTime(int value)
    int QueryDecayTime()

DESCRIPTION
    The time in seconds between two decay steps of a corpse.

    Default value is 120 (2 minutes).

EXAMPLE
    Set(P_DECAY_TIME, 240);  -- e.g. for a troll corpse.


AVAILABILITY
    Include: <properties.h>

    Availability: /std/corpse and descendants.

SEE ALSO
    corpse(S), decay(P), name(P), race(P)