NPC Dialog Chat Bubbles: Difference between revisions
		
		
		
		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 | ||
| (One intermediate revision by the same user not shown) | |||
| 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 , searches the target object | ||
| **gemNPC::SendBehaviorMessage, executes this on the target object | |||
| *** on "talk" it calls: gemNPC::ShowPopupMenu | |||
| **** void NpcDialogMenu::ShowMenu | |||
Latest revision as of 15:40, 24 March 2018
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
 
 
- on "talk" it calls: gemNPC::ShowPopupMenu
 
- gemNPC::SendBehaviorMessage, executes this on the target object