Osiris/API/ItemIsStoryItem
From Divinity Engine Wiki
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 ItemSetStoryItem for details on what a story item is.