ActorTopicDatabaseclass | thing.t[10166], actor.t[2895], scenetopic.t[78] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Modified in actor.t[2895]:
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[2911] |
askTopics | actor.t[2905] |
commandTopics | actor.t[2915] |
defaultAgendaTopic | actor.t[3030] |
giveTopics | actor.t[2909] |
initiateTopics | actor.t[2913] |
miscTopics | actor.t[2914] |
queryTopics | actor.t[2908] |
sayTopics | actor.t[2907] |
sceneEndTopics | scenetopic.t[80] |
sceneStartTopics | scenetopic.t[79] |
showTopics | actor.t[2910] |
talkTopics | actor.t[2912] |
tellTopics | actor.t[2906] |
getListableTopics ( ) | actor.t[2944] |
initiateTopic (top) | actor.t[3034] |
listableTopics ( ) | actor.t[2924] |
suppressedList (lst) | actor.t[2998] |