lastsave

prop
SYNOPSIS
        #include <properties.h>

        string P_LAST_SAVE  "LastSave"  -- read only

        string Query(P_LAST_SAVE)
         or
        string QueryLastSave()

DESCRIPTION
        This property holds the last time the player object got saved, which
        can also be used to query the logout time, as during logout the
        player object gets saved.

AVAILABILITY
        /std/player

SEE ALSO
        player(S)