Osiris/API/SetVisible

From Divinity Engine Wiki
Revision as of 14:23, 23 November 2017 by LarIlya (talk | contribs)
Jump to: navigation, search
Full Definition(s)
  • call SetVisible((GUIDSTRING)_Object, (INTEGER)_Bool)
Description

Makes the _Object invisible.

Notes
  • This is not the same as applying the INVISIBLE status. The character isn't visible, but gets no specific status. Story simply hides them.
  • Characters who are made invisible in this way have their AI and physics objects disabled, which means characters will walk through them and they won't occupy space on the AI grid.
See Also