Osiris/API/ObjectIsCharacter

From Divinity Engine Wiki
Revision as of 19:46, 12 January 2018 by Tinkerer (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''ObjectIsCharacter'''('''''[in]'''(GUIDSTRING)'''''_Object''', '''''[out]'''(INTEGER)'''''_Bool''') ===== Description ===== Returns wh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query ObjectIsCharacter([in](GUIDSTRING)_Object, [out](INTEGER)_Bool)
Description

Returns whether or not_Object exists and is a character.

Return Values
  • Success/Failure: Default return value.
  • _Bool: 1 if _Object is a character that exists in the current context, and 0 otherwise.
Notes
  • See ObjectExists for the details regarding when a character exists in the current context.
See Also