NPC Dialog Chat Bubbles

From PSwiki
Jump to navigation Jump to search

Upon Client sending a user Action the following code is triggered:

  • EntityManager::HandleUserAction , searches the target object
    • gemNPC::SendBehaviorMessage, executes this on the target object
      • on "talk" it calls: gemNPC::ShowPopupMenu
        • void NpcDialogMenu::ShowMenu