lastplayer

prop
SYNOPSIS
    object P_LAST_PLAYER  "LastPlayer"  -- read only

    object Query(P_LAST_PLAYER)
      or
    object QueryLastPlayer()

DESCRIPTION
    This property holds the last player object which caused the last call
    to id() to succeed.
    The value may be 0.

    It is for internal support of 'unit' or 'detail'-operations.

EXAMPLE
    write("Last player was "+to_string(Query(P_LAST_PLAYER))+"\n");

AVAILABILITY
    Include: <properties.h>

    Availability: /std/thing(/description) and descendants.

SEE ALSO
    thing(S), lastid(P), lastverb(P)