Osiris/API/CharacterDieImmediate: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Created page with "===== Full Definition(s) ===== * call '''CharacterDieImmediate'''('''''[in]'''(CHARACTERGUID)'''''_Character''','''''[in]'''(INTEGER)'''''_GenerateTreasure''','''''[in]'''(STR...")
 
m (typo)
Line 2: Line 2:
* call '''CharacterDieImmediate'''('''''[in]'''(CHARACTERGUID)'''''_Character''','''''[in]'''(INTEGER)'''''_GenerateTreasure''','''''[in]'''(STRING)'''''_DeathType''')
* call '''CharacterDieImmediate'''('''''[in]'''(CHARACTERGUID)'''''_Character''','''''[in]'''(INTEGER)'''''_GenerateTreasure''','''''[in]'''(STRING)'''''_DeathType''')
===== Description =====
===== Description =====
Exactly the same as [[Osiris/API/CharacterDie|CharacterDie]], except that the dying animation get skipped.
Exactly the same as [[Osiris/API/CharacterDie|CharacterDie]], except that the dying animation gets skipped.


===== Notes =====
===== Notes =====

Revision as of 21:58, 3 December 2017

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

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

Notes
  • /
See Also