Osiris/API/ItemWentOnStage
From Divinity Engine Wiki
Full Definition(s)
- event ItemWentOnStage((ITEMGUID)_Item, (INTEGER)_Bool)
Description
Thrown whenever an item goes on/off-stage.
Parameters
- _Item: The item that went on/off-stage.
- _Bool: 1 if the item went on-stage, 0 if the item went off-stage.
Notes
- /