Osiris/API/IsTagged: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
(Documented IsTagged)
 
(No difference)

Latest revision as of 19:59, 28 February 2018

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