Osiris/API/IsSpeakerReserved
From Divinity Engine Wiki
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
- DialogStartRequested
- Helper PROC_GLOBAL_DialogStartRequested
- Helper StartDialog