NPC Perception Design: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
<uml> | <uml> | ||
scale 0. | scale 0.25 | ||
class Perception | class Perception | ||
Perception <|-- RangePerception | Perception <|-- RangePerception |
Revision as of 19:16, 30 April 2011
See Behaviors_and_Reactions for User details about how to use Perceptions in the behavior.xml file.
This embodies any perception an NPC might have, or any game event of interest. Reaction objects below will subscribe to these events, and the networking system will publish them. Examples would be "attacked", "collided", "talked to", "hear cry".
NPC Perceptions
Class Hierarchy

Personal NPC Perceptions Sequence
Show the typical sequence for a Perception fired for a NPC, might be perceptions like Damage Perception.

Broadcast NPC Perceptions Sequence
Show the typical sequence for a broadcasted Perception. Examples of broadcasted perceptions is the SpellPerception.
