npcDeferredMessagesDirectobject | msg_neu.t[2440] |
Superclass Tree | Property Summary | Method Summary | Property Details | Method Details |
Some messages will never be deferred:
commandNotHeard - if a command is not heard, it will never enter an actor's command queue; the error is given immediately in response to the command entry.
refuseCommandBusy - same as commandNotHeard
noMatchDisambig - interactive disambiguation will not happen in a deferred response situation, so it is impossible to have an interactive disambiguation failure.
disambigOrdinalOutOfRange - for the same reason noMatchDisambig can't be deferred.
askDisambig - if we couldn't display a message, we definitely couldn't perform interactive disambiguation.
askMissingObject - for the same reason that askDisambig can't be deferred
askUnknownWord - for the same reason that askDisambig can't be deferred.
npcDeferredMessagesDirect : npcDeferredMessages
npcDeferredMessagesDirect
npcDeferredMessages
object
ambiguousNounPhrase
askMissingObject
commandNotUnderstood
emptyNounPhrase
insufficientQuantity
noMatchCannotSee
noMatchForAll
noMatchForAllBut
noMatchNotAware
singleObjectRequired
uniqueObjectRequired
wordIsUnknown
zeroQuantity
ambiguousNounPhrase (actor, originalText, matchList, fullMatchList) | msg_neu.t[2509] |
askMissingObject (actor, action, which) | msg_neu.t[2516] |
commandNotUnderstood (actor) | msg_neu.t[2441] |
emptyNounPhrase (actor) | msg_neu.t[2471] |
insufficientQuantity (actor, txt, matchList, requiredNum) | msg_neu.t[2485] |
noMatchCannotSee (actor, txt) | msg_neu.t[2448] |
noMatchForAll (actor) | msg_neu.t[2458] |
noMatchForAllBut (actor) | msg_neu.t[2464] |
noMatchNotAware (actor, txt) | msg_neu.t[2452] |
singleObjectRequired (actor, txt) | msg_neu.t[2499] |
uniqueObjectRequired (actor, txt, matchList) | msg_neu.t[2492] |
wordIsUnknown (actor, txt) | msg_neu.t[2525] |
zeroQuantity (actor, txt) | msg_neu.t[2478] |