Osiris/API/IsTagged

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • query IsTagged([in](GUIDSTRING)_Target, [in](STRING)_Tag, [out](INTEGER)_Bool)
Description

Returns whether _Target is is tagged with _Tag.

Return Values
  • Success/Failure: Default return value.
  • _Bool: 0 if _Target is not tagged with _Tag, 1 if it is.
Notes
  • /
See Also