Difference between revisions of "Osiris/API/CharacterIsDead"
From Divinity Engine Wiki
(Document CharacterIsDead) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
===== Full Definition(s) ===== | ===== Full Definition(s) ===== | ||
− | * query '''CharacterIsDead'''('''''[in]'''(CHARACTERGUID)'''''_Character''', [out] | + | * query '''CharacterIsDead'''('''''[in]'''(CHARACTERGUID)'''''_Character''', '''''[out]'''(INTEGER)'''''_Bool''') |
===== Description ===== | ===== Description ===== | ||
Returns whether '''_Character''' is dead. | Returns whether '''_Character''' is dead. | ||
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]] | + | [[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
- /