Osiris/API/CharacterLostSightOfCharacter

From Divinity Engine Wiki
Jump to: navigation, search
Full Definition(s)
  • event CharacterLostSightOfCharacter((CHARACTERGUID)_Character, (CHARACTERGUID)_OtherCharacter)
Description

Thrown when one _Character loses sight of _OtherCharacter. See CharacterSawCharacter for more details.

Parameters
  • _Character: the character that lost sight.
  • _OtherCharacter: the character that is no longer seen.
Notes
See Also