Osiris/API/ObjectIsCharacter

From Divinity Engine Wiki
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