Difference between revisions of "Osiris/API/IsSpeakerReserved"
From Divinity Engine Wiki
(Osiris Core APIs) |
m |
||
Line 9: | Line 9: | ||
* / | * / | ||
===== 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]] |
Revision as of 21:50, 25 August 2017
Full Definition(s)
- query IsSpeakerReserved([in](GUIDSTRING)_Speaker, [out](INTEGER)_success)
Description
Returns whether _Speaker is already in a dialog.
Return Values
- Success/Failure: Default return value.
- _success: 0 if _Speaker is currently not in a dialog, 1 otherwise.
Notes
- /
See Also
- DialogStartRequested
- Helper PROC_GLOBAL_DialogStartRequested
- Helper StartDialog