Osiris/API/OnStageChanged
From Divinity Engine Wiki
Full Definition(s)
- event OnStageChanged((GUIDSTRING)_Object, (INTEGER)_Bool)
Description
Sent when an object (character or item) is set on/off-stage.
Parameters
- _Object: The object that that was placed on/off-stage.
- _Bool: 1 if it was placed on-stage, 0 if it was placed off-stage.
Notes
- /