Difference between revisions of "Osiris/Shared/DB DialogNPCs"
From Divinity Engine Wiki
(DB_DialogNPCs/DB_DialogPlayers documented) |
m (refer to DialogAddCharacter) |
||
Line 4: | Line 4: | ||
===== Description ===== | ===== Description ===== | ||
Whenever a [[Osiris/API/DialogStarted|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. | Whenever a [[Osiris/API/DialogStarted|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 [[Osiris/API/DialogAddCharacter|DialogAddCharacter]] and [[Osiris/API/DialogAddCharacterAt|DialogAddCharacterAt]] will also be added to these databases. | ||
===== Notes ===== | ===== Notes ===== | ||
* / | * / | ||
===== See Also ===== | ===== See Also ===== | ||
+ | * [[Osiris/API/DialogActorJoined|DialogActorJoined]] | ||
+ | * [[Osiris/API/DialogAddCharacter|DialogAddCharacter]] | ||
+ | * [[Osiris/API/DialogAddCharacterAt|DialogAddCharacterAt]] | ||
* [[Osiris/API/DialogStarted|DialogStarted]] | * [[Osiris/API/DialogStarted|DialogStarted]] | ||
* [[Osiris/API/DialogRequestFailed|DialogRequestFailed]] | * [[Osiris/API/DialogRequestFailed|DialogRequestFailed]] |
Revision as of 21:28, 14 September 2017
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
- /