Osiris/API/OnStageChanged

From Divinity Engine Wiki
Revision as of 09:51, 21 February 2019 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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
  • /
See Also