Osiris/API/ItemIsStoryItem

From Divinity Engine Wiki
Revision as of 08:16, 8 April 2019 by Tinkerer (talk | contribs) (Documented ItemIsStoryItem)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query ItemIsStoryItem([in](ITEMGUID)_Item, [out](INTEGER)_bool)
Description

Returns whether _Item is a story item.

Return Values
  • Success/Failure: Default return value.
  • _Bool: 1 if _Item is a story item, 0 otherwise.
Notes
See Also