Osiris/API/DialogRemoveCharacter: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''DialogRemoveCharacter'''('''''[in]'''(INTEGER)'''''_InstanceID''', '''''[in]'''(CHARACTERGUID)'''''_Player''', '''''[out]'''(INTEGER)'...")
 
m (Also removed in DOS2 DE)
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
* (DOS2DE) Changed to [[Osiris/API/DialogRemoveActorFromDialog|DialogRemoveActorFromDialog]].
* (DOS2DE) Changed to [[Osiris/API/DialogRemoveActorFromDialog|DialogRemoveActorFromDialog]].
    
    
[[Category:Osiris Calls|DialogRemoveCharacter]]
[[Category:Osiris Queries|DialogRemoveCharacter]]
[[Category:Osiris Calls (Changed in DOS2DE)|DialogRemoveCharacter]]
[[Category:Osiris Queries (Changed in DOS2DE)|DialogRemoveCharacter]]
[[Category:Osiris Queries (Removed in DOS2DE)|DialogRemoveCharacter]]

Latest revision as of 20:21, 28 August 2018

Full Definition(s)
  • call DialogRemoveCharacter([in](INTEGER)_InstanceID, [in](CHARACTERGUID)_Player, [out](INTEGER)_success)
Description

Removes a character from a dialog while dialog is active.

Notes