lastverb
propSYNOPSIS
string P_LAST_VERB "LastVerb" -- read only
string Query(P_LAST_VERB)
or
string QueryLastVerb()
DESCRIPTION
This property holds the last verb 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 verb was '"+Query(P_LAST_VERB)+"'\n");
AVAILABILITY
Include: <properties.h>
Availability: /std/thing(/description) and descendants.
SEE ALSO
thing(S), lastid(P), lastplayer(P)