Difference between revisions of "Osiris/API/ItemIsStoryItem"

From Divinity Engine Wiki
Jump to: navigation, search
(Documented ItemIsStoryItem)
 
(No difference)

Latest revision as of 08:16, 8 April 2019

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