Osiris/API/CharacterIsDead: Difference between revisions
Jump to navigation
Jump to search
(Document CharacterIsDead) |
mNo edit summary |
||
(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 18: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
- /