NPC Dialog Chat Bubbles

From PSwiki
Revision as of 15:40, 24 March 2018 by Talad (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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