Difference between revisions of "Osiris/API/CharacterIsDead"
From Divinity Engine Wiki
m |
m |
||
Line 7: | Line 7: | ||
* '''_Bool''': '''1''' if '''_Character''' is dead, '''0''' if not'''.''' | * '''_Bool''': '''1''' if '''_Character''' is dead, '''0''' if not'''.''' | ||
===== Notes ===== | ===== Notes ===== | ||
− | / | + | * / |
===== See Also ===== | ===== See Also ===== | ||
− | / | + | * [[Osiris/API/CharacterDied|CharacterDied]] |
+ | * [[Osiris/API/CharacterDying|CharacterDying]] | ||
+ | * [[Osiris/API/CharacterResurrect|CharacterResurrect]] | ||
+ | * [[Osiris/API/CharacterResurrected|CharacterResurrected]] | ||
[[Category:Osiris Queries|CharacterIsDead]] | [[Category:Osiris Queries|CharacterIsDead]] |
Latest revision as of 19:57, 30 November 2018
Full Definition(s)
- query CharacterIsDead([in](CHARACTERGUID)_Character, [out](INTEGER)_Bool)
Description
Returns whether _Character is dead.
Return Values
- Success/Failure: Default return value.
- _Bool: 1 if _Character is dead, 0 if not.
Notes
- /