ActorTopicDatabaseclass | thing.t[10484], actor.t[3115], scenetopic.t[78] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Modified in actor.t[3115]:
A TopicDatabase is an object that can contain TopicEntries and return the best match on request. ActorTopicDatabase is a specialization of TopicDatabase for use with the conversation system, and is used as a mix-in class in the list of classes from which Actor and ActorState inherit.
Modified in scenetopic.t[78]:
Modifications to ActorTopicDatabase for SceneTopic extension
class
ActorTopicDatabase : TopicDatabase
ActorTopicDatabase
TopicDatabase
object
ActorTopicDatabase
Actor
Player
ActorState
askForTopics
askTopics
commandTopics
defaultAgendaTopic
giveTopics
initiateTopics
miscTopics
queryTopics
sayTopics
sceneEndTopics
sceneStartTopics
showTopics
talkTopics
tellTopics
getListableTopics
initiateTopic
listableTopics
suppressedList
Inherited from TopicDatabase
:
addTopic
getBestMatch
askForTopics | actor.t[3131] |
askTopics | actor.t[3125] |
commandTopics | actor.t[3135] |
defaultAgendaTopic | actor.t[3250] |
giveTopics | actor.t[3129] |
initiateTopics | actor.t[3133] |
miscTopics | actor.t[3134] |
queryTopics | actor.t[3128] |
sayTopics | actor.t[3127] |
sceneEndTopics | scenetopic.t[80] |
sceneStartTopics | scenetopic.t[79] |
showTopics | actor.t[3130] |
talkTopics | actor.t[3132] |
tellTopics | actor.t[3126] |
getListableTopics ( ) | actor.t[3164] |
initiateTopic (top) | actor.t[3254] |
listableTopics ( ) | actor.t[3144] |
suppressedList (lst) | actor.t[3218] |