NPC Dialog Chat Bubbles: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Created page with "Upon Client sending a user Action the following code is triggered: EntityManager::HandleUserAction gemNPC::SendBehaviorMessage on "talk" it calls: gemNPC::ShowPo..."
 
No edit summary
Line 1: Line 1:
Upon Client sending a user Action the following code is triggered:
Upon Client sending a user Action the following code is triggered:


EntityManager::HandleUserAction
* EntityManager::HandleUserAction
 
**gemNPC::SendBehaviorMessage
  gemNPC::SendBehaviorMessage
*** on "talk" it calls: gemNPC::ShowPopupMenu
 
**** void NpcDialogMenu::ShowMenu
    on "talk" it calls:
    gemNPC::ShowPopupMenu
        void NpcDialogMenu::ShowMenu

Revision as of 15:25, 24 March 2018

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

  • EntityManager::HandleUserAction
    • gemNPC::SendBehaviorMessage
      • on "talk" it calls: gemNPC::ShowPopupMenu
        • void NpcDialogMenu::ShowMenu