Osiris/Shared/PROC GLOBAL DialogStartRequested AfterGenerics: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Osiris Helper Mod APIs)
 
No edit summary
Line 7: Line 7:
  checks regarding the generics system (such as low attitude).
  checks regarding the generics system (such as low attitude).
===== Return Values =====
===== Return Values =====
* '''PROC_GLOBAL_DialogStartRequested'''
* See [[Osiris/Shared/PROC_GLOBAL_DialogStartRequested|PROC_GLOBAL_DialogStartRequested]]
===== Notes =====
===== Notes =====
* /
* /
===== See Also =====
===== See Also =====
* [[Osiris/API/DialogStartRequested]]
* [[Osiris/API/DialogStartRequested|DialogStartRequested]]
* Helper [[Osiris/Shared/PROC_GLOBAL_DialogStartRequested]]
* Helper [[Osiris/Shared/PROC_GLOBAL_DialogStartRequested|PROC_GLOBAL_DialogStartRequested]]
   
   
[[Category:Osiris Shared Mod Helpers]]
[[Category:Osiris Shared Mod Helpers]]

Revision as of 21:03, 25 August 2017

Full Definition(s)
  • PROC PROC_GLOBAL_DialogRequested_AfterGenerics((GUIDSTRING)_Target(GUIDSTRING)_Source)
Description

This routine is called by the Shared mod for every DialogStartRequested

Osiris event. It does this after checking that the characters can hold a
conversation (are not in combat, are not henchmen, ...), after any
checks regarding the generics system (such as low attitude).
Return Values
Notes
  • /
See Also