Osiris/API/CharacterDieImmediate: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
m (typo)
mNo edit summary
 
Line 1: Line 1:
===== Full Definition(s) =====
===== Full Definition(s) =====
* call '''CharacterDieImmediate'''('''''[in]'''(CHARACTERGUID)'''''_Character''','''''[in]'''(INTEGER)'''''_GenerateTreasure''','''''[in]'''(STRING)'''''_DeathType''')
* call '''CharacterDieImmediate'''(''(CHARACTERGUID)'''''_Character''', ''(INTEGER)'''''_GenerateTreasure''', ''(STRING)'''''_DeathType''')
===== Description =====
===== Description =====
Exactly the same as [[Osiris/API/CharacterDie|CharacterDie]], except that the dying animation gets skipped.
Exactly the same as [[Osiris/API/CharacterDie|CharacterDie]], except that the dying animation gets skipped.
Line 9: Line 9:
* [[Osiris/API/CharacterDie|CharacterDie]]
* [[Osiris/API/CharacterDie|CharacterDie]]
   
   
[[Category:Osiris Calls]]
[[Category:Osiris Calls|CharacterDieImmediate]]

Latest revision as of 15:14, 19 December 2017

Full Definition(s)
  • call CharacterDieImmediate((CHARACTERGUID)_Character, (INTEGER)_GenerateTreasure, (STRING)_DeathType)
Description

Exactly the same as CharacterDie, except that the dying animation gets skipped.

Notes
  • /
See Also