Difference between revisions of "Osiris/Shared/DB KilledEvent"
From Divinity Engine Wiki
m |
(→Full Definition(s)) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * ''' | + | * '''DB_KilledEvent'''(''(CHARACTERGUID)'''''_Npc,'''''(STRING)'''''_Event''') |
+ | |||
===== Description ===== | ===== Description ===== | ||
− | Sets user flag '''_Event''' a player | + | Sets the user flag '''_Event''' on a [[Osiris/API/CharacterGetReservedUserID|user]]'s characters when a player character or summon controlled by that user kills '''_NPC''', or was hostile and in combat with '''_NPC''' when they died. |
===== Notes ===== | ===== Notes ===== | ||
* / | * / | ||
Line 9: | Line 10: | ||
* [[Osiris/API/CharacterDying|CharacterDying]] | * [[Osiris/API/CharacterDying|CharacterDying]] | ||
* [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]] | * [[Osiris/API/CharacterKilledByCharacter|CharacterKilledByCharacter]] | ||
+ | * Helper [[Osiris/Shared/DB_Dead|DB_Dead]] | ||
* Helper [[Osiris/Shared/DB_DeadEvent|DB_DeadEvent]] | * Helper [[Osiris/Shared/DB_DeadEvent|DB_DeadEvent]] | ||
* Helper [[Osiris/Shared/DB_KillCounter|DB_KillCounter]] | * Helper [[Osiris/Shared/DB_KillCounter|DB_KillCounter]] | ||
[[Category:Osiris Shared Mod Helpers|KilledEvent]] | [[Category:Osiris Shared Mod Helpers|KilledEvent]] |
Latest revision as of 13:18, 13 July 2018
Full Definition(s)
- DB_KilledEvent((CHARACTERGUID)_Npc,(STRING)_Event)
Description
Sets the user flag _Event on a user's characters when a player character or summon controlled by that user kills _NPC, or was hostile and in combat with _NPC when they died.
Notes
- /
See Also
- CharacterDied
- CharacterDying
- CharacterKilledByCharacter
- Helper DB_Dead
- Helper DB_DeadEvent
- Helper DB_KillCounter