Difference between revisions of "Osiris/Shared/DB DialogNPCs"
From Divinity Engine Wiki
m |
m |
||
Line 15: | Line 15: | ||
* [[Osiris/API/DialogRequestFailed|DialogRequestFailed]] | * [[Osiris/API/DialogRequestFailed|DialogRequestFailed]] | ||
* [[Osiris/API/DialogEnded|DialogEnded]] | * [[Osiris/API/DialogEnded|DialogEnded]] | ||
− | + | * helper [[Osiris/Shared/DB_DialogName|DB_DialogName]] | |
+ | |||
[[Category:Osiris Shared Mod Helpers|DialogNPCs]] | [[Category:Osiris Shared Mod Helpers|DialogNPCs]] |
Revision as of 21:51, 7 February 2018
Full Definition(s)
- DB_DialogNPCs((INTEGER)_Inst, (CHARACTERGUID)_Actor, (INTEGER)_Slot)
- DB_DialogPlayers((INTEGER)_Inst, (CHARACTERGUID)_Actor, (INTEGER)_Slot)
Description
Whenever a dialog starts, all NPCs and players involved in this dialog instance _Inst will be collected in these databases. _Slot counts separately for players and NPCs from 1 to the number of players resp. NPCs involved in the dialog.
Actors added via DialogAddCharacter and DialogAddCharacterAt will also be added to these databases.
Notes
- /