Difference between revisions of "Osiris/API/IsSpeakerReserved"

From Divinity Engine Wiki
Jump to: navigation, search
(Osiris Core APIs)
 
m
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
* query '''IsSpeakerReserved'''('''''[in]'''(GUIDSTRING)'''''_Speaker''', '''''[out]'''(INTEGER)'''''_success''')
 
* query '''IsSpeakerReserved'''('''''[in]'''(GUIDSTRING)'''''_Speaker''', '''''[out]'''(INTEGER)'''''_success''')
 
===== Description =====
 
===== Description =====
Returns whether '''_Speaker''' is already in a dialog.
+
Returns whether '''_Speaker''' is already in an interactive dialog.
 
===== Return Values =====
 
===== Return Values =====
* Success/Failure''': '''Default return value.
+
* '''Success/Failure''': Default return value.
* '''_success''': '''0''' if '''_Speaker''' is currently not in a dialog, '''1''' otherwise.
+
* '''_success''': '''0''' if '''_Speaker''' is currently not in an interactive dialog, '''1''' otherwise.
 
===== Notes =====
 
===== Notes =====
 
* /
 
* /
 
===== See Also =====
 
===== See Also =====
* [[Osiris/API/DialogStartRequested]]
+
* [[Osiris/API/DialogStartRequested|DialogStartRequested]]
* [[Osiris/Shared/Proc_StartDialog]]
+
* Helper [[Osiris/Shared/PROC_GLOBAL_DialogStartRequested|PROC_GLOBAL_DialogStartRequested]]
 +
* Helper [[Osiris/Shared/Proc_StartDialog|StartDialog]]
 
   
 
   
[[Category:Osiris Queries]]
+
[[Category:Osiris Queries|IsSpeakerReserved]]

Latest revision as of 07:35, 23 October 2018

Full Definition(s)
  • query IsSpeakerReserved([in](GUIDSTRING)_Speaker, [out](INTEGER)_success)
Description

Returns whether _Speaker is already in an interactive dialog.

Return Values
  • Success/Failure: Default return value.
  • _success: 0 if _Speaker is currently not in an interactive dialog, 1 otherwise.
Notes
  • /
See Also